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
-
Available on PostingsMapEntry, provided by the PostingsEntryExtension extension
Returns value, a hashmap of the document id to ZonePostingsMap.no setter - term → String
-
Available on PostingsMapEntry, provided by the PostingsEntryExtension extension
Returns key, the indexed term.no setter