Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 337 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 337 Bytes

LuceneIndexes

A closer look at some of the different data structures found in Lucene indexes (version 9.7.0) - specifically the following:

  • stored fields
  • postings data
  • term vectors

For a more complete discussion, see Some Basic Lucene Indexing Structures.