Uses of Class
org.terrier.structures.bit.BitPostingIndex
-
Packages that use BitPostingIndex Package Description org.terrier.structures.bit Provides on-disk index structures that support the older bit-level compression scheme. -
-
Uses of BitPostingIndex in org.terrier.structures.bit
Methods in org.terrier.structures.bit with parameters of type BitPostingIndex Modifier and Type Method Description static booleanConcurrentBitPostingIndexUtilities. isConcurrent(BitPostingIndex bpi)static voidConcurrentBitPostingIndexUtilities. makeConcurrent(BitPostingIndex bpi, DocumentIndex newDoi)
-