SeedPostings
class SeedPostings(seed: Long, minDocFreq: Int, maxDocFreq: Int, options: IndexOptions, allowPayloads: Boolean) : PostingsEnum
Given the same random seed this always enumerates the same random postings
Constructors
Link copied to clipboard
constructor(seed: Long, minDocFreq: Int, maxDocFreq: Int, options: IndexOptions, allowPayloads: Boolean)