DEV Community

Said Olano
Said Olano

Posted on

Lucene - Java Sample

A brief example of Lucene usage in Java.

Indexer:

Main Java Class:

This is the output:
FindAll:

FindByPersonName:

FindByItem:

FindByRangeDate:

Top comments (0)