Uses of Package
org.terrier.structures.bit
-
Packages that use org.terrier.structures.bit Package Description org.terrier.structures.bit Provides on-disk index structures that support the older bit-level compression scheme.org.terrier.structures.merging Provides classes for merging two sets of data structures, created by Terrier, into one set of data structures. -
Classes in org.terrier.structures.bit used by org.terrier.structures.bit Class Description BitPostingIndex Class for various bit compressed index implementations, including parents to current DirectIndex and InvertedIndex implementations.DirectInvertedOutputStream Writes a block direct or block inverted index, when passed appropriate posting lists.FieldDirectInvertedOutputStream Bit out class for writing a posting list with fields -
Classes in org.terrier.structures.bit used by org.terrier.structures.merging Class Description DirectInvertedOutputStream Writes a block direct or block inverted index, when passed appropriate posting lists.