KeywordPostingsEntryExtension extension

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

on

Properties

keyword String
Returns key, the indexed String.
no setter
postings Map<String, double>
Returns value, a hashmap of the document id to keyword score.
no setter