Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Classes | Namespaces | Typedefs
NumericUtils.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Util.NumericUtils
 This is a helper class to generate prefix-encoded representations for numerical values and supplies converters to represent float/double values as sortable integers/longs. More...
 
class  Lucene.Net.Util.NumericUtils.LongRangeBuilder
 Expert: Callback for SplitLongRange. You need to overwrite only one of the methods. <font color="red">NOTE: This is a very low-level interface, the method signatures may change in later versions.</font> More...
 
class  Lucene.Net.Util.NumericUtils.IntRangeBuilder
 Expert: Callback for SplitIntRange. You need to overwrite only one of the methods. <font color="red">NOTE: This is a very low-level interface, the method signatures may change in later versions.</font> More...
 

Namespaces

package  Lucene.Net.Util
 

Typedefs

using NumericTokenStream = Lucene.Net.Analysis.NumericTokenStream
 

Typedef Documentation

Definition at line 22 of file NumericUtils.cs.