termPostings method
Returns the list of all the DocPostingsMapEntry for the term
from the PostingsMap.
Implementation
List<DocPostingsMapEntry> termPostings(String term) =>
this[term]?.entries.toList() ?? [];
Returns the list of all the DocPostingsMapEntry for the term
from the PostingsMap.
List<DocPostingsMapEntry> termPostings(String term) =>
this[term]?.entries.toList() ?? [];