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
-
Available on DocPostingsMapEntry, provided by the DocumentPostingsEntryExtension extension
The document's id value.no setter - fieldPostings → ZonePostingsMap
-
Available on DocPostingsMapEntry, provided by the DocumentPostingsEntryExtension extension
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