KeywordPostingsEntryExtension extension
A MapEntry<String, Map<String, double>>` enumerates the properties of an entry in a KeywordPostingsMap collection:
- keyword is the keyword that is indexed; and
- postings is a hashmap of the MapEntry<String, double> for keyword.
Properties
- keyword → String
-
Available on MapEntry<
Returns key, the indexed String.String, Map< , provided by the KeywordPostingsEntryExtension extensionString, double> >no setter -
postings
→ Map<
String, double> -
Available on MapEntry<
Returns value, a hashmap of the document id to keyword score.String, Map< , provided by the KeywordPostingsEntryExtension extensionString, double> >no setter