DocumentPostingsEntryExtension extension
The DocPostingsMapEntry class enumerates the properties of a document posting in a PostingsMap as part of an inverted index of a dataset:
- docId is the document's id value, (the DocPostingsMapEntry.key);
- fieldPostings is a hashmap of zone names that contain the term to the a zero-based, ordered list of word positions of the term in the zone (the DocPostingsMapEntry.value).
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