Blog

/uploads/2022/04/Screenshot-2022-04-03-at-8.46.39-PM.png
How to create in Lucene …

In this blog post, we will create in Lucene Did you mean feature as seen in Google. Let’s begin by understanding what this feature is. Whenever you misspell a word in google, google is able to figure out that you made a mistake. If the mistake is not significant, then google simply shows results for …

/uploads/2022/01/Apache-Lucene-1-e1648997525598.jpeg
How to get all documents …

If you are new to Lucene you may be wondering how to get all documents in the Lucene index. We can easily get documents matching a particular term or matching a query but how do we get all the documents in the Lucene index? We can get all documents in Lucene by using either the MatchAllDocsQuery …

/uploads/2022/01/Apache-Lucene-1-e1648997525598.jpeg
Apache Lucene Tutorial - …

Apache Lucene is a full-text search library written in Java. Lucene is a top-level Apache Project. and was written in 1999 by Doug Cutting. This is the only Apache Lucene tutorial you will need to get started with Lucene in 2022. We will first go over the basic concepts of Apache Lucene. Then we …