Uses of Class
org.terrier.structures.postings.ORIterablePosting
-
Packages that use ORIterablePosting Package Description org.terrier.structures.postings Provides classes representing single postings and atreams of postings in a posting list (e.g. -
-
Uses of ORIterablePosting in org.terrier.structures.postings
Subclasses of ORIterablePosting in org.terrier.structures.postings Modifier and Type Class Description class
BlockFieldORIterablePosting
ORIterablePosting implementation that implements FieldPosting and BlockPostingclass
BlockORIterablePosting
ORIterablePosting implementation that implements BlockPostingclass
FieldORIterablePosting
ORIterablePosting implementation that implements FieldPostingMethods in org.terrier.structures.postings that return ORIterablePosting Modifier and Type Method Description static ORIterablePosting
ORIterablePosting. mergePostings(IterablePosting[] ips)
Factory method to create an appropriate ORIterablePosting from the specified IterablePostings.
-