The term Lucene refers to the open source Java fulltext search engine library, but also to the entire eco-system that grew around it, including lucene.
Is it possible to combine query_string and bool query in filter query? For Example - { "filter": { "query_string": { "query": "…
elasticsearch lucene query-string booleanqueryCan someone please let me know how do I implement "Did you mean" feature in Lucene.net? Thanks!
search luceneCan anyone explain the difference between the BooleanClause.Occur.Must and BooleanClause.Occur.SHOULD in lucene in BooleanQuery with an …
search lucene booleanDoes Apaches Solr search engine provide approximate string matches, e.g. via Levenshtein algorithm? I'm looking for a way to …
lucene solr levenshtein-distanceWhen should I use Lucene's RAMDirectory? What are its advantages over other storage mechanisms? Finally, where can I find a …
lucene lucene.netI implemented a fuzzy search with lucene 4.3.1 but i'm not satisfied with the result. I would like to specify a …
lucene full-text-search fuzzy-searchI could not find a perfect solution either in Google or ES for the following situation, hope someone could help …
email elasticsearch lucene tokenize analyzerI am trying to work out how to improve the scoring of solr search results. My application needs to take …
search lucene solr normalization tf-idfWhen I try to import a mysql table by loading this in the browser: http://192.168.136.129:8983/solr/dataimport?command=full-import I …
mysql solr lucene dataimporthandlerIn the Lucene query syntax I'd like to combine * and ~ in a valid query similar to: bla~* //invalid query Meaning: …
lucene wildcard fuzzy-search