I use solr+django-haystack I set settings.HAYSTACK_INCLUDE_SPELLING = True and rebuild index I\'m trying to get any suggestion using:
I\'m having a solr query syntax issue (I think) with solr 1.4. I\'m trying exclude expired records from a solr query. However if the record doesn\'t have an expiry record, i would like to bring that r
Please tell me how can I determine the version number of cu开发者_如何学运维rrently running solr ?On the Solr Admin page click on [INFO].The next screen will have the version.
Inorder to understand - cartessian tiers,how are they contributing in location based search - What is happening internally when we give query to solr likehttp://localhost:8983/solr/select/?q=name:M
I am trying location aware search with spatial example found in http://www.ibm.com/developerworks/java/library/j-spatial/#indexing开发者_如何转开发.approaches.
I have created a database and have used dataimport for retrieving the data. I tried out the hsin query:
I am new to Solr, I am using Solr -1.5( nightly bulid) to index my data which is in xml format... Here is my sample data,
My Solr setup contains the Filter LowerCaseFilterFactory for indexing and querying, so - the index only contains lowercase words and
I currently have a date in this format 2010-03-03 10:39:18 which is a TIMESTAMP field in MySQL. I need to have the date in this format for a searc开发者_如何学Ch engine called Solr:
Does facet searching come built in when you setup your schema or do you have to do some things to set th开发者_高级运维is up?