Is it possible to apply filters to stored data like we can apply filter when indexing. For example I use KeepWordFilter on a filed during indexing. But I don\'t want filtered data to beeven stored.
I am not sure why this is not pulling back documents: The documents being added: docu开发者_如何学Cment.Add(new Field(\"project.id\", projectId.ToString(), Field.Store.YES, Field.Index.NO));
I have a Lucene Index which I would like to iterate (for one time evaluation at the current stage in development)
I have a collection of about two million text files, that total about 10GB uncompressed. I would like to find documents containing phrases in this collection, which look like \"every time\" or \"bill
Consider a bar which might have multiple openinghours, depending on the day of week (+ some special days when it might be closed)
Is there a way in Solr to have a document that: contains multiple lat/long pairs ask to return the closest point to a given (user-supplied) lat/long pair
I\'m still a relative newbie with Solr Lucene, and I have noticed an interesting \"problem\" with a search I performed.
I need your help to get more information in my solR query\'s response. i\'ve got a simple input text which allows me to query several fields in the same query.
Lucene document has field a with content hello and a with content world. If i\'ll search \"hello world\"~2 it will be founded =(. How can I fix it?
Suppose I\'m making request [hibernate-search] lucene phrase. The are 2 docs that satisfy exact phrase, but there are a lot of docs with [hibernate-search] lucene. How should I开发者_运维知识库 constr