Lucene.Net 1.9.1 Class Library

Lucene.Net.Util Namespace

Namespace hierarchy

Classes

Class Description
BitVector Optimized implementation of a vector of bits. This is more-or-less like java.util.BitSet, but also includes the following:
  • a count() method, which efficiently computes the number of one bits;
  • optimized read from and write to disk;
  • inlinable get() method;
Constants Some useful constants.
Parameter A serializable Enum class.
PriorityQueue A PriorityQueue maintains a partial ordering of its elements such that the least element can always be found in constant time. Put()'s and pop()'s require log(size) time.
SmallFloat Floating point numbers smaller than 32 bits.
StringHelper Methods for manipulating strings. $Id: StringHelper.java 150248 2004-03-25 13:39:59Z otis $
ToStringUtils