Apache Lucene Core Terminology
Lucene
Lucene can efficiently index the data that needs to be searched. This is being used in Elastic Search, Solr, etc.
Terminology:
Index:
A collection of documents, typically with the same schema ("not a table")
This is similar to a table in rela...
thirumurthi.hashnode.dev7 min read