Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Lucene.Net.Util.NumericUtils Member List

This is the complete list of members for Lucene.Net.Util.NumericUtils, including all inherited members.

BUF_SIZE_INTLucene.Net.Util.NumericUtils
BUF_SIZE_LONGLucene.Net.Util.NumericUtils
DoubleToPrefixCoded(double val)Lucene.Net.Util.NumericUtilsstatic
DoubleToSortableLong(double val)Lucene.Net.Util.NumericUtilsstatic
FloatToPrefixCoded(float val)Lucene.Net.Util.NumericUtilsstatic
FloatToSortableInt(float val)Lucene.Net.Util.NumericUtilsstatic
IntToPrefixCoded(int val, int shift, char[] buffer)Lucene.Net.Util.NumericUtilsstatic
IntToPrefixCoded(int val, int shift)Lucene.Net.Util.NumericUtilsstatic
IntToPrefixCoded(int val)Lucene.Net.Util.NumericUtilsstatic
LongToPrefixCoded(long val, int shift, char[] buffer)Lucene.Net.Util.NumericUtilsstatic
LongToPrefixCoded(long val, int shift)Lucene.Net.Util.NumericUtilsstatic
LongToPrefixCoded(long val)Lucene.Net.Util.NumericUtilsstatic
PRECISION_STEP_DEFAULTLucene.Net.Util.NumericUtils
PrefixCodedToDouble(System.String val)Lucene.Net.Util.NumericUtilsstatic
PrefixCodedToFloat(System.String val)Lucene.Net.Util.NumericUtilsstatic
PrefixCodedToInt(System.String prefixCoded)Lucene.Net.Util.NumericUtilsstatic
PrefixCodedToLong(System.String prefixCoded)Lucene.Net.Util.NumericUtilsstatic
SHIFT_START_INTLucene.Net.Util.NumericUtilsstatic
SHIFT_START_LONGLucene.Net.Util.NumericUtilsstatic
SortableIntToFloat(int val)Lucene.Net.Util.NumericUtilsstatic
SortableLongToDouble(long val)Lucene.Net.Util.NumericUtilsstatic
SplitIntRange(IntRangeBuilder builder, int precisionStep, int minBound, int maxBound)Lucene.Net.Util.NumericUtilsstatic
SplitLongRange(LongRangeBuilder builder, int precisionStep, long minBound, long maxBound)Lucene.Net.Util.NumericUtilsstatic