fieldPostings property

ZonePostingsMap get fieldPostings

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

A word position means the index of the word in an array of all the words in the document.

Implementation

ZonePostingsMap get fieldPostings => value;