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 classBlockFieldPostingImplA writable block field posting listclassBlockPostingImplBlockPostingImpl classclassFieldPostingImplImplementation 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 classBasicIterablePostingclassBasicIterablePostingDocidOnlyPosting iterator class that only returns identifiers, not frequencies.classBlockFieldIterablePostingclass BlockFieldIterablePostingclassBlockIterablePostingA writable block iterable posting listclassFieldIterablePostingA posting iterator for field postings.
-