lucene
Solr apply filters on stored data
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.[详细]
2023-04-07 12:26 分类:问答Lucene query using GetFieldQuery not getting back results?
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));[详细]
2023-04-07 12:05 分类:问答Lucene: Iterate all entries
I have a Lucene Index which I would like to iterate (for one time evaluation at the current stage in development)[详细]
2023-04-07 11:20 分类:问答How do I find strings and string patterns in a set of many files?
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[详细]
2023-04-07 06:03 分类:问答solr: multivalued dateranges (representing opening hours)
Consider a bar which might have multiple openinghours, depending on the day of week (+ some special days when it might be closed)[详细]
2023-04-07 04:11 分类:问答solr: multivalued geospatial search - returning closest point
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[详细]
2023-04-07 03:50 分类:问答Solr lucene and "similar" keywords
I\'m still a relative newbie with Solr Lucene, and I have noticed an interesting \"problem\" with a search I performed.[详细]
2023-04-06 21:57 分类:问答How to get the fields that match the request?
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.[详细]
2023-04-06 21:39 分类:问答Lucene searches on 2 field values as single
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?[详细]
2023-04-06 20:32 分类:问答PhraseQuery: can Lucene skip words from Query (not exact search) if nothing found
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[详细]
2023-04-06 14:36 分类:问答