C# (CSharp) Lucene.Net.Util FixedBitSet - 38 examples found. These are the top rated real world C# (CSharp) examples of Lucene.Net.Util.FixedBitSet extracted from open source projects. You can rate examples to help us improve the quality of examples.
BitSet of fixed length (numBits), backed by accessible (#getBits) long[], accessed with an int index, implementing GetBits and DocIdSet. If you need to manage more than 2.1B bits, use LongBitSet. @lucene.internal