PostingsEntryExtension extension
The PostingsMapEntry type definition enumerates the properties of an entry in a PostingsMap collection:
- term is the word/term that is indexed; and
- postings is a hashmap of the DocPostingsMapEntry for term.
Properties
- postings → DocPostingsMap
-
Returns value, a hashmap of the document id to ZonePostingsMap.
no setter
- term → String
-
Returns key, the indexed term.
no setter