I\'m trying to figure out how to best configure Solr for my app. I\'m indexing (mostly german) PDF-Documents, and I\'m using dismax queries to query Solr.
I am trying to search on 2 fields without having to specify a field name in the query. In my schema.xml I have added 2 fi开发者_开发知识库elds that correspond to 2 columns in a database table.
As an example I have a text field that might contain the following string: \"d7199^^==^^81^^==^^A sentence or two!!\"
I\'m using solr with php, using php_solr.dll开发者_如何学Go library, when I try to get a response, it fails saying it can not parse results.
I am able to receive the most frequently used terms in my index via the terms compontent described here:
Is the forward slash \"/\" a reserved character in solr field names? I\'m having trouble writing a solr sort query which will parse for fields containing a forward slash \"/\"
I have the schema with 10 fields. One of the fields is text(content of a file) , rest all the fields are custom metadata. Document doesn\'t chnages but the metadata changes frequently .
I use Solr 3.3 and Solritas UI . I have applied result grouping by default. When I search with some keyword I don\'t get the results across multiple pages.Even I provide empty query and search I dont
Given the id/url of an indexed document in so开发者_如何学Golr can I get the set of terms contained/indexed for that document?
In sunspot you can hint relevancy using开发者_开发百科 the :boost option: text :name, :boost => 2.0