Uses of Interface
org.terrier.structures.postings.BlockPosting
-
Packages that use BlockPosting Package Description org.terrier.realtime.multi Provides MultiIndex structures.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 BlockPosting in org.terrier.realtime.multi
Classes in org.terrier.realtime.multi that implement BlockPosting Modifier and Type Class Description class
BlockMultiDirectIterablePosting
class
BlockMultiIterablePosting
-
Uses of BlockPosting in org.terrier.structures.postings
Classes in org.terrier.structures.postings that implement BlockPosting Modifier and Type Class Description class
ArrayOfBlockFieldIterablePosting
An array structure that golds BlockFieldIterablePostingsclass
ArrayOfBlockIterablePosting
An array structure that golds BlockIterablePostingsclass
BlockFieldORIterablePosting
ORIterablePosting implementation that implements FieldPosting and BlockPostingclass
BlockFieldPostingImpl
A writable block field posting listclass
BlockORIterablePosting
ORIterablePosting implementation that implements BlockPostingclass
BlockPostingImpl
BlockPostingImpl classclass
PhraseIterablePosting
Implementation of an IterablePosting for block indices that returns only documents that match a multi-term phase. -
Uses of BlockPosting in org.terrier.structures.postings.bit
Classes in org.terrier.structures.postings.bit that implement BlockPosting Modifier and Type Class Description class
BlockFieldIterablePosting
class BlockFieldIterablePostingclass
BlockIterablePosting
A writable block iterable posting list
-