Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Go to the source code of this file.
Classes | |
class | Lucene.Net.Util.SortedVIntList |
Stores and iterate on sorted integers in compressed form in RAM. The code for compressing the differences between ascending integers was borrowed from Lucene.Net.Store.IndexInput and Lucene.Net.Store.IndexOutput.NOTE: this class assumes the stored integers are doc Ids (hence why it extends DocIdSet). Therefore its Iterator() assumes DocIdSetIterator.NO_MORE_DOCS can be used as sentinel. If you intent to use this value, then make sure it's not used during search flow. More... | |
Namespaces | |
package | Lucene.Net.Util |
Typedefs | |
using | DocIdSet = Lucene.Net.Search.DocIdSet |
using | DocIdSetIterator = Lucene.Net.Search.DocIdSetIterator |
using DocIdSet = Lucene.Net.Search.DocIdSet |
Definition at line 20 of file SortedVIntList.cs.
Definition at line 21 of file SortedVIntList.cs.