Uses of Class
org.terrier.structures.postings.ANDIterablePosting
-
Packages that use ANDIterablePosting Package Description org.terrier.structures.postings Provides classes representing single postings and atreams of postings in a posting list (e.g. -
-
Uses of ANDIterablePosting in org.terrier.structures.postings
Subclasses of ANDIterablePosting in org.terrier.structures.postings Modifier and Type Class Description class
PhraseIterablePosting
Implementation of an IterablePosting for block indices that returns only documents that match a multi-term phase.class
ProximityIterablePosting
Implementation of an IterablePosting for block indices that returns only documents that match phases within a fixed window size.
-