Package-level declarations

Types

Link copied to clipboard
class DirectPostingsFormat(minSkipCount: Int = DEFAULT_MIN_SKIP_COUNT, lowFreqCutoff: Int = DEFAULT_LOW_FREQ_CUTOFF) : PostingsFormat

Wraps {@link Lucene101PostingsFormat} format for on-disk storage, but then at read time loads and stores all terms and postings directly in RAM as byte[], int[].