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.
How does the Lucene 4.3.1 highlighter work? I want to print out the search results(as the searched word and 8 words …
java lucene lucene-highlighterI am currently using Java lucene for one of the project and getting OK kind of performance. I am looking …
lucene cluceneI have a search box that performs a search on title field based on the given input, so the user …
java hibernate lucene full-text-search hibernate-searchI am looking for a way of coding the lucene fuzzy query that searches all the documents, which are relevant …
lucene fuzzy-searchQuestion 1: In Lucene's SpanNearQuery (or span_near in ElasticSearch), what is the exact meaning of slop? Is it the number …
lucene elasticsearch proximityGiven the following set of values how do I configure the field to return values that are partial word matches …
solr lucene sunspotI created a custom search page using the default sitecore_web_index and everything seemed to work until I migrated …
lucene sitecore sitecore7In my project, we use solr to index a lot of different kind of documents, by example Books and Persons, …
lucene solr nested-queriesI have an index with multiple fields, one of which is a string field in which I store category names …
java apache lucene booleanquery