How can I store a date-range in solr? I need to store the start-date and the end-date. Lets say it is a villa which is for rent during a period (start and end).
i am trying to import data from mysql following this link http://www.cabotsolutions.com/blog/200905/using-solr-lucene-for-full-text-search-with-mysql/
I want to use SOLR\'s remote-streaming faci开发者_如何学JAVAlity to extract and index the content of files.
Even after indexing a mysql table,in solr am not able to retrieve data after querying like http://localhost:8983/solr/select/?q=slno:5
I have a Solr box which is fed by a PHP cronjob right now. I want to speed things up and save some memory by switching to a C++ process.
I have an application where users can pick car parts. They pick their vehicle and then pick vehicle attributes as facets. After they select their vehicle, they can pick facets like engine size, for ex
I am trying to make simple readings over Lucene indexes by using SolrJ. I have been able to access the sample index available in the SolrJ download, but I get an exception when trying to make the read
I basically want Solr to search each record of the multivalued field for my search parameter.. read on for my example:
I am a bit confused as to where SOLR usage ends and where it begins. I use php with a relational mysql db for a shopping site where all tables are related to the product table joining the tables as t
I\'m using solr\'s faceting and i\'ve run into a problem that i was hoping i could get around using filters.