Uses of Interface
org.terrier.structures.PostingIndexInputStream
-
Packages that use PostingIndexInputStream Package Description org.terrier.realtime.memory Provides MemoryIndex structures.org.terrier.realtime.memory.fields Provides MemoryIndex structures that support field search.org.terrier.structures.bit Provides on-disk index structures that support the older bit-level compression scheme.org.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexing -
-
Uses of PostingIndexInputStream in org.terrier.realtime.memory
Classes in org.terrier.realtime.memory that implement PostingIndexInputStream Modifier and Type Class Description protected classMemoryDirectIndex.DirectIteratorDirect index iterator.classMemoryInvertedIndex.InvertedIteratorInverted index iterator.Methods in org.terrier.realtime.memory that return PostingIndexInputStream Modifier and Type Method Description PostingIndexInputStreamMemoryDirectIndex. iterator()Return an iterator over the inverted file.PostingIndexInputStreamMemoryInvertedIndex. iterator()Return an iterator over the inverted file. -
Uses of PostingIndexInputStream in org.terrier.realtime.memory.fields
Methods in org.terrier.realtime.memory.fields that return PostingIndexInputStream Modifier and Type Method Description PostingIndexInputStreamMemoryFieldsDirectIndex. iterator()Return an iterator over the inverted file. -
Uses of PostingIndexInputStream in org.terrier.structures.bit
Classes in org.terrier.structures.bit that implement PostingIndexInputStream Modifier and Type Class Description classBitPostingIndexInputStreamInput stream for a bit posting index. -
Uses of PostingIndexInputStream in org.terrier.structures.indexing.singlepass
Methods in org.terrier.structures.indexing.singlepass with parameters of type PostingIndexInputStream Modifier and Type Method Description protected longBlockInverted2DirectIndexBuilder. traverseInvertedFile(PostingIndexInputStream iiis, int firstDocid, int countDocuments, org.terrier.structures.indexing.singlepass.Posting[] directPostings)traverse the inverted file, looking for all occurrences of documents in the given rangeprotected longInverted2DirectIndexBuilder. traverseInvertedFile(PostingIndexInputStream iiis, int firstDocid, int countDocuments, org.terrier.structures.indexing.singlepass.Posting[] directPostings)traverse the inverted file, looking for all occurrences of documents in the given range
-