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 classBlockFieldORIterablePostingORIterablePosting implementation that implements FieldPosting and BlockPostingclassBlockORIterablePostingORIterablePosting implementation that implements BlockPostingclassFieldORIterablePostingORIterablePosting implementation that implements FieldPostingMethods in org.terrier.structures.postings that return ORIterablePosting Modifier and Type Method Description static ORIterablePostingORIterablePosting. mergePostings(IterablePosting[] ips)Factory method to create an appropriate ORIterablePosting from the specified IterablePostings.
-