solr
(while doing weighted sorting) How to allocate different coefficients to fields per request?
(I\'m attaching both Solr and SQL as tags because I don\'t know what to use in such situation. Maybe even something else)[详细]
2023-04-11 05:40 分类:问答Solr only vs. Solr/MySQL solution
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[详细]
2023-04-11 04:28 分类:问答Multiple Cores in Django Haystack using Solr Backend
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…[详细]
2023-04-11 03:40 分类:问答Solr thinks a string field is a multivalued. Why?
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[详细]
2023-04-10 20:16 分类:问答Any way to merge two queries in solr?
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[详细]
2023-04-10 17:25 分类:问答Solr, Special Chars, and Latin to Cyrillic char conversion
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[详细]
2023-04-10 16:10 分类:问答SOLR (3.1+) - Multiple Spatial Queries with OR in Same Request
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[详细]
2023-04-10 15:58 分类:问答Solr : replication options
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[详细]
2023-04-10 10:26 分类:问答How to index rows like columns in Solr
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.[详细]
2023-04-10 09:44 分类:问答Boosting Solr Range Query
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[详细]
2023-04-10 09:25 分类:问答