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 class
MemoryDirectIterablePosting
Provides iteration capabilities over a Memory Direct Postingclass
MemoryIterablePosting
A 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 class
MemoryFieldsDirectIterablePosting
class
MemoryFieldsIterablePosting
Iterable posting (fields). -
Uses of IterablePostingImpl in org.terrier.realtime.multi
Subclasses of IterablePostingImpl in org.terrier.realtime.multi Modifier and Type Class Description class
BlockMultiIterablePosting
class
MultiIterablePosting
A 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 class
DocumentPostingList.postingIterator
-
Uses of IterablePostingImpl in org.terrier.structures.postings
Subclasses of IterablePostingImpl in org.terrier.structures.postings Modifier and Type Class Description class
ANDIterablePosting
An instance of IterablePostings that works with passed arrays of ids and frequencies.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.class
ArrayOfIdsIterablePosting
An instance of IterablePostings that works with a passed array of idsclass
BlockFieldORIterablePosting
ORIterablePosting implementation that implements FieldPosting and BlockPostingclass
BlockORIterablePosting
ORIterablePosting implementation that implements BlockPostingclass
FieldOnlyIterablePosting
This class takes an IterablePosting list that has fields, and makes it appear as a single basic posting list.class
FieldORIterablePosting
ORIterablePosting implementation that implements FieldPostingclass
ORIterablePosting
An IterablePosting that combines more than one IterablePosting into a single IterablePosting.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.
-