i am new to solr. I have create开发者_如何学运维d two separate entities which are not interrelated.
I have field \"spell\" with text \"Quanti disperati si rovescerebbero con i barconi sulle nostre..\" I can search via edismax like this one:
I have a large index of files.One of the fields I have is \"content_type\".This field stores the basic type for a file (i.e. pdf, image, video, document, spreadsheet, etc).
I am trying to add html content to Solr with PECL. Unfortunately I can push content but it will not use the Analyzer types in the schema.xml
I have 开发者_如何学JAVAthis solr field: <fieldType name=\"random\" class=\"solr.RandomSortField\" indexed=\"true\" />
In my dupal solr facet, when i do sort by title its working and it append ?solrsort=sort_title asc in url but sort by relevance does nothing with the results and does not append any parameter 开发者_S
Can I search via facet by prefix with results highlighting? For example I have 2 documents: name = \"document1\" title = \"Simple query\"
I\'m having issues setting up Solr as Tomcat service in CentOS. I’m using solr 3.3.0 which should be working with Tomcat 5.5 installed from cPanel. The error I was getting is:
I\'d like to ensure that searching for, say, I.B.M. can be found by searching for ibm. I\'d also like to make sure that Dismemberment Plan could be found by searching for dismember.
I’ve got a problem during the dataimport. I’m using solr 3.3 on a Tomcat 7 and I’m trying to get the data from a MS SQL Server 2008.