lucene
Send notice to Azure Web role from a Azure Worker role - Best Practice
Situation Users can upload Documents, a queue message will be placed onto the queue with the documents ID. The Worker Role will pick this up and get the document. Parse it completely with Lucene. Aft[详细]
2023-04-01 11:59 分类:问答User data through indexing in lucene
I want to add to the document’s indexed field some user data that will be stripped by my custom tokenizer at run time and will be used by my custom filter later on,[详细]
2023-04-01 11:30 分类:问答Can't open lucene index (Java heap space)
I want to grab some data from lucene index file. But I can\'t read it. I try to use Luke, but it always crashes with java.lang.OutOfMemoryError: J开发者_如何学Goava heap space. Note -Xmx can\'t help[详细]
2023-04-01 06:27 分类:问答solr fieldcollapsing and maximum group.limit
I\'m using Solr 3.4 and FieldCollapsing. I would like to group all messages using FieldCollapsing. Per default, every group contains only 1 message.[详细]
2023-04-01 05:35 分类:问答Solr: combining EdgeNGramFilterFactory and NGramFilterFactory
I have a situation where I need to u开发者_Go百科se both EdgeNGramFilterFactory and NGramFilterFactory.[详细]
2023-03-31 20:44 分类:问答Tracing Code in Java Lucene
I\'m beginner and I used Lucene to calculate precision in my program, but results arenot corr开发者_开发问答ect. I want to know if there is any way for tracing the code to know what exactly happen? Th[详细]
2023-03-31 17:14 分类:问答Solr/Lucene: What is the difference between regular queries and filter queries
I\'m currently implementing a Solr solution where a user is able to select various options to search for a product. I can now take all those options and put them together into one single long query, o[详细]
2023-03-31 12:40 分类:问答Grouping results and keeping facet counts consistent
Using Solr 3.3 Key Store Item NameDescriptionCategoryPrice ========================================================================开发者_开发百科=[详细]
2023-03-31 10:21 分类:问答Solr terms component over multiple fields?
I am able to receive the most frequently used terms in my index via the terms compontent described here:[详细]
2023-03-31 05:14 分类:问答Solr Query not parsing forward slash
Is the forward slash \"/\" a reserved character in solr field names? I\'m having trouble writing a solr sort query which will parse for fields containing a forward slash \"/\"[详细]
2023-03-31 04:46 分类:问答