Uses of Class
org.terrier.structures.postings.bit.BasicIterablePosting
-
Packages that use BasicIterablePosting Package Description org.terrier.structures.bit Provides on-disk index structures that support the older bit-level compression scheme.org.terrier.structures.postings.bit Provides bit-level IterablePosting implementations. -
-
Uses of BasicIterablePosting in org.terrier.structures.bit
Constructor parameters in org.terrier.structures.bit with type arguments of type BasicIterablePosting Constructor Description BitPostingIndex(java.lang.String filename, byte fileCount, java.lang.Class<BasicIterablePosting> _postingImplementation, java.lang.String _dataSource, int _fieldCount)
-
Uses of BasicIterablePosting in org.terrier.structures.postings.bit
Subclasses of BasicIterablePosting in org.terrier.structures.postings.bit Modifier and Type Class Description class
BasicIterablePostingDocidOnly
Posting iterator class that only returns identifiers, not frequencies.class
BlockFieldIterablePosting
class BlockFieldIterablePostingclass
BlockIterablePosting
A writable block iterable posting listclass
FieldIterablePosting
A posting iterator for field postings.
-