solr
Range queries on multi-values fields in lucene
How does Solr support range queri开发者_如何学Ces on multi-valued fields? (when Lucene by itself doesn\'t support it).Lucene does support range queries on multi-valued fields. See below:[详细]
2023-04-12 03:31 分类:问答How to get IndexReader from custom request handler?
This is extension of my earlier question. I\'m going to create custom request handler to provide terms association mining over existing index. In order to do this I need access to Solr\'s IndexReade[详细]
2023-04-11 21:34 分类:问答Search for partial words using Solr
I\'m trying to search for a partial word using Solr, but I can\'t get it to work. I\'m using this in my schema.xml file.[详细]
2023-04-11 20:56 分类:问答How to use Solr?
I’m programming en ASP MVC3 application. One part of that application should be a product list containing faceted search, full text search and distance search. After a while of research I found SOLR[详细]
2023-04-11 20:48 分类:问答nested fields in SOLR
I\'ve got a question about the possibility to creat开发者_StackOverflow中文版e nested fields in solr.[详细]
2023-04-11 18:55 分类:问答Filter / function query to compare distance with field value
Can anyone help me to write a function query which compares the distance between a fixed point (supplied in the query) and a point stored per document with a distance stored in that document?[详细]
2023-04-11 17:48 分类:问答What is difference between Solr 1.4 and Solr 3.4
mostly its recommended download apache-solr 1.4.1 from http://mirror.lividpenguin.com/pub/a开发者_如何学编程pache//lucene/solr/[详细]
2023-04-11 17:47 分类:问答SOLR terms autocomplete returns not all words
I have a problem with SOLR terms. My query is http://localhost:8080/solr/terms?terms=true&terms.lower.incl=false&indent=true&wt=json&terms.fl=a_dm_testo&terms.prefix=quel[详细]
2023-04-11 17:38 分类:问答Sunspot Rails - Can user change what fields to search?
I started using Sunspot to perform searc开发者_如何学Pythonhes in my Rails 3 app and I ran into a doubt. Is there a way that I can let the user choose in what fields he/she wants to search. For exampl[详细]
2023-04-11 12:03 分类:问答Solr hit highlighting tag for flex
I\'m trying t开发者_运维百科o implement solr hit highlighting using a flex client. Can you guys suggest me a formatter that I could use for this purpose. There are lots of examples out there to do hig[详细]
2023-04-11 05:46 分类:问答