KeywordPostingsEntryExtension extension

A MapEntry<String, Map<String, double>>` enumerates the properties of an entry in a KeywordPostingsMap collection:

on

Properties

keyword String

Available on MapEntry<String, Map<String, double>>, provided by the KeywordPostingsEntryExtension extension

Returns key, the indexed String.
no setter
postings Map<String, double>

Available on MapEntry<String, Map<String, double>>, provided by the KeywordPostingsEntryExtension extension

Returns value, a hashmap of the document id to keyword score.
no setter