KeywordDocumentPostingsEntryExtension extension

The MapEntry<String, double> class enumerates the properties of a document posting in a KeywordPostingsMap as part of an inverted index of a dataset:

  • docId is the document's id value, (the MapEntry<String, double>.key);
  • score is a hashmap of zone names that contain the keyword to the a zero-based, ordered list of word positions of the keyword in the zone (the MapEntry<String, double>.value).
on

Properties

docId String

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

The document's id value.
no setter
score double

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

A hashmap of zone names that contain the keyword to the a zero-based, ordered list of unique word positions of the String in the zone.
no setter