Uses of Class
org.terrier.structures.postings.IterablePostingImpl
-
Packages that use IterablePostingImpl Package Description org.terrier.realtime.memory Provides MemoryIndex structures.org.terrier.realtime.memory.fields Provides MemoryIndex structures that support field search.org.terrier.realtime.multi Provides MultiIndex structures.org.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform.org.terrier.structures.postings Provides classes representing single postings and atreams of postings in a posting list (e.g. -
-
Uses of IterablePostingImpl in org.terrier.realtime.memory
Subclasses of IterablePostingImpl in org.terrier.realtime.memory Modifier and Type Class Description classMemoryDirectIterablePostingProvides iteration capabilities over a Memory Direct PostingclassMemoryIterablePostingA postings list implementation held fully in memory. -
Uses of IterablePostingImpl in org.terrier.realtime.memory.fields
Subclasses of IterablePostingImpl in org.terrier.realtime.memory.fields Modifier and Type Class Description classMemoryFieldsDirectIterablePostingclassMemoryFieldsIterablePostingIterable posting (fields). -
Uses of IterablePostingImpl in org.terrier.realtime.multi
Subclasses of IterablePostingImpl in org.terrier.realtime.multi Modifier and Type Class Description classBlockMultiIterablePostingclassMultiIterablePostingA posting list implementation used within a MultiIndex. -
Uses of IterablePostingImpl in org.terrier.structures.indexing
Subclasses of IterablePostingImpl in org.terrier.structures.indexing Modifier and Type Class Description protected classDocumentPostingList.postingIterator -
Uses of IterablePostingImpl in org.terrier.structures.postings
Subclasses of IterablePostingImpl in org.terrier.structures.postings Modifier and Type Class Description classANDIterablePostingAn instance of IterablePostings that works with passed arrays of ids and frequencies.classArrayOfBasicIterablePostingAn instance of IterablePostings that works with passed arrays of ids and frequenciesclassArrayOfBlockFieldIterablePostingAn array structure that golds BlockFieldIterablePostingsclassArrayOfBlockIterablePostingAn array structure that golds BlockIterablePostingsclassArrayOfFieldIterablePostingAn instance of IterablePostings that works with passed arrays of ids and frequencies for each field.classArrayOfIdsIterablePostingAn instance of IterablePostings that works with a passed array of idsclassBlockFieldORIterablePostingORIterablePosting implementation that implements FieldPosting and BlockPostingclassBlockORIterablePostingORIterablePosting implementation that implements BlockPostingclassFieldOnlyIterablePostingThis class takes an IterablePosting list that has fields, and makes it appear as a single basic posting list.classFieldORIterablePostingORIterablePosting implementation that implements FieldPostingclassORIterablePostingAn IterablePosting that combines more than one IterablePosting into a single IterablePosting.classPhraseIterablePostingImplementation of an IterablePosting for block indices that returns only documents that match a multi-term phase.classProximityIterablePostingImplementation of an IterablePosting for block indices that returns only documents that match phases within a fixed window size.
-