Uses of Class
org.terrier.structures.postings.ArrayOfIdsIterablePosting
-
Packages that use ArrayOfIdsIterablePosting Package Description org.terrier.structures.postings Provides classes representing single postings and atreams of postings in a posting list (e.g. -
-
Uses of ArrayOfIdsIterablePosting in org.terrier.structures.postings
Subclasses of ArrayOfIdsIterablePosting in org.terrier.structures.postings Modifier and Type Class Description class
ArrayOfBasicIterablePosting
An instance of IterablePostings that works with passed arrays of ids and frequenciesclass
ArrayOfBlockFieldIterablePosting
An array structure that golds BlockFieldIterablePostingsclass
ArrayOfBlockIterablePosting
An array structure that golds BlockIterablePostingsclass
ArrayOfFieldIterablePosting
An instance of IterablePostings that works with passed arrays of ids and frequencies for each field.Methods in org.terrier.structures.postings that return ArrayOfIdsIterablePosting Modifier and Type Method Description ArrayOfIdsIterablePosting
ArrayOfIdsIterablePosting. clone()
-