|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IterablePostingImpl | |
---|---|
org.terrier.structures.indexing | Provides the classes used for creating the data structures of the Terrier platform. |
org.terrier.structures.indexing.singlepass | Provides implementation of the structures needed for performing a single pass indexing |
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.structures.indexing |
---|
Subclasses of IterablePostingImpl in org.terrier.structures.indexing | |
---|---|
protected class |
DocumentPostingList.postingIterator
|
Uses of IterablePostingImpl in org.terrier.structures.indexing.singlepass |
---|
Subclasses of IterablePostingImpl in org.terrier.structures.indexing.singlepass | |
---|---|
protected class |
BlockFieldPostingInRun.bfPIRPostingIterator
|
protected class |
BlockPostingInRun.BlockPIRPostingIterator
|
protected class |
FieldPostingInRun.fPIRPostingIterator
|
protected class |
SimplePostingInRun.PIRPostingIterator
|
Uses of IterablePostingImpl in org.terrier.structures.postings |
---|
Subclasses of IterablePostingImpl in org.terrier.structures.postings | |
---|---|
class |
ArrayOfBasicIterablePosting
An instance of IterablePostings that works with passed arrays of ids and frequencies |
class |
ArrayOfIdsIterablePosting
An instance of IterablePostings that works with a passed array of ids |
class |
BlockFieldORIterablePosting
ORIterablePosting implementation that implements FieldPosting and BlockPosting |
class |
BlockORIterablePosting
ORIterablePosting implementation that implements BlockPosting |
class |
FieldORIterablePosting
ORIterablePosting implementation that implements FieldPosting |
class |
ORIterablePosting
An IterablePosting that combines more than one IterablePosting into a single IterablePosting. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |