(I\'m attaching both Solr and SQL as tags because I don\'t know what to use in such situation. Maybe even something else)
Currently I have a system, which is based solely on Solr. Which means, that I store all data in Solr (using SolrJ) with no other datastore involved. The problem is now, that I experience some performa
How do I configure HAYSTACK_SOLR_URL when using multiple cores? I\'ve set it to the address of core0, and that works, but only using one core…
i\'m trying to index a field in solr which is a string which may contain commas. Solr doesn\'t care about the type string, and gives me this exception
In my project, we use solr to index a lot of different kind of documents, by example Books and Persons, with some common fields (like the name) and some type-specific fields (like the category, or the
I am trying to setup a search engine using Solr (or Lucene) which could have text in both Latin with special chars, (special chars would include Ö or Ç as an example) or Cyrilic chars (examples incl
Is it possible to conduct multiple spatial queries within the same SOLR (3.1+) request? We currently have a need to allow user to search for inventory with a location of their choice via a frontend s
I\'ve got a SOLR instance running behind a firewall. I\'m about to put up another instance 开发者_如何学Pythonwhich will not be firewalled. Howevever, SOLR appears to only support pull replication and
I have a products table on my database, and a table with features of this products. The features table have 3 columns: id, type and value. Id is 开发者_如何学Pythona foreign key from products.
Is there a way to boost based on a range query in solr. I\'ve tried adding the boost to the end of the range, but it doesn\'t seem to apply the boost to the score.I\'ve run the query 开发者_如何学Pyt