DocumentPostingsEntryExtension extension

The DocPostingsMapEntry class enumerates the properties of a document posting in a PostingsMap as part of an inverted index of a dataset:

on

Properties

docId String
The document's id value.
no setter
fieldPostings ZonePostingsMap
A hashmap of zone names that contain the term to the a zero-based, ordered list of unique word positions of the term in the zone.
no setter