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 classBlockMultiDirectIterablePostingclassBlockMultiIterablePosting -
Uses of BlockPosting in org.terrier.structures.postings
Classes in org.terrier.structures.postings that implement BlockPosting Modifier and Type Class Description classArrayOfBlockFieldIterablePostingAn array structure that golds BlockFieldIterablePostingsclassArrayOfBlockIterablePostingAn array structure that golds BlockIterablePostingsclassBlockFieldORIterablePostingORIterablePosting implementation that implements FieldPosting and BlockPostingclassBlockFieldPostingImplA writable block field posting listclassBlockORIterablePostingORIterablePosting implementation that implements BlockPostingclassBlockPostingImplBlockPostingImpl classclassPhraseIterablePostingImplementation 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 classBlockFieldIterablePostingclass BlockFieldIterablePostingclassBlockIterablePostingA writable block iterable posting list
-