Uses of Class
org.terrier.structures.postings.BasicPostingImpl
-
Packages that use BasicPostingImpl Package Description org.terrier.structures.postings Provides classes representing single postings and atreams of postings in a posting list (e.g.org.terrier.structures.postings.bit Provides bit-level IterablePosting implementations. -
-
Uses of BasicPostingImpl in org.terrier.structures.postings
Subclasses of BasicPostingImpl in org.terrier.structures.postings Modifier and Type Class Description class
BlockFieldPostingImpl
A writable block field posting listclass
BlockPostingImpl
BlockPostingImpl classclass
FieldPostingImpl
Implementation of a posting containing fields -
Uses of BasicPostingImpl in org.terrier.structures.postings.bit
Subclasses of BasicPostingImpl in org.terrier.structures.postings.bit Modifier and Type Class Description class
BasicIterablePosting
class
BasicIterablePostingDocidOnly
Posting iterator class that only returns identifiers, not frequencies.class
BlockFieldIterablePosting
class BlockFieldIterablePostingclass
BlockIterablePosting
A writable block iterable posting listclass
FieldIterablePosting
A posting iterator for field postings.
-