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
Static Public Member Functions | Static Public Attributes | List of all members
Lucene.Net.Search.FieldCache_Fields Struct Reference

Static Public Member Functions

static FieldCache_Fields ()
 

Static Public Attributes

static readonly int STRING_INDEX = -1
 Indicator for StringIndex values in the cache.
 
static readonly FieldCache DEFAULT
 Expert: The cache used internally by sorting and range query classes.
 
static readonly ByteParser DEFAULT_BYTE_PARSER
 The default parser for byte values, which are encoded by byte.ToString()
 
static readonly ShortParser DEFAULT_SHORT_PARSER
 The default parser for short values, which are encoded by short.ToString()
 
static readonly IntParser DEFAULT_INT_PARSER
 The default parser for int values, which are encoded by int.ToString()
 
static readonly FloatParser DEFAULT_FLOAT_PARSER
 The default parser for float values, which are encoded by float.ToString()
 
static readonly LongParser DEFAULT_LONG_PARSER
 The default parser for long values, which are encoded by long.ToString()
 
static readonly DoubleParser DEFAULT_DOUBLE_PARSER
 The default parser for double values, which are encoded by double.ToString()
 
static readonly IntParser NUMERIC_UTILS_INT_PARSER
 A parser instance for int values encoded by NumericUtils.IntToPrefixCoded(int), e.g. when indexed via NumericField/NumericTokenStream.
 
static readonly FloatParser NUMERIC_UTILS_FLOAT_PARSER
 A parser instance for float values encoded with NumericUtils, e.g. when indexed via NumericField/NumericTokenStream.
 
static readonly LongParser NUMERIC_UTILS_LONG_PARSER
 A parser instance for long values encoded by NumericUtils.LongToPrefixCoded(long), e.g. when indexed via NumericField/NumericTokenStream.
 
static readonly DoubleParser NUMERIC_UTILS_DOUBLE_PARSER
 A parser instance for double values encoded with NumericUtils, e.g. when indexed via NumericField/NumericTokenStream.
 

Detailed Description

Definition at line 144 of file FieldCache.cs.

Constructor & Destructor Documentation

static Lucene.Net.Search.FieldCache_Fields.FieldCache_Fields ( )
static

Definition at line 180 of file FieldCache.cs.

Member Data Documentation

readonly FieldCache Lucene.Net.Search.FieldCache_Fields.DEFAULT
static

Expert: The cache used internally by sorting and range query classes.

Definition at line 151 of file FieldCache.cs.

readonly ByteParser Lucene.Net.Search.FieldCache_Fields.DEFAULT_BYTE_PARSER
static

The default parser for byte values, which are encoded by byte.ToString()

Definition at line 153 of file FieldCache.cs.

readonly DoubleParser Lucene.Net.Search.FieldCache_Fields.DEFAULT_DOUBLE_PARSER
static

The default parser for double values, which are encoded by double.ToString()

Definition at line 163 of file FieldCache.cs.

readonly FloatParser Lucene.Net.Search.FieldCache_Fields.DEFAULT_FLOAT_PARSER
static

The default parser for float values, which are encoded by float.ToString()

Definition at line 159 of file FieldCache.cs.

readonly IntParser Lucene.Net.Search.FieldCache_Fields.DEFAULT_INT_PARSER
static

The default parser for int values, which are encoded by int.ToString()

Definition at line 157 of file FieldCache.cs.

readonly LongParser Lucene.Net.Search.FieldCache_Fields.DEFAULT_LONG_PARSER
static

The default parser for long values, which are encoded by long.ToString()

Definition at line 161 of file FieldCache.cs.

readonly ShortParser Lucene.Net.Search.FieldCache_Fields.DEFAULT_SHORT_PARSER
static

The default parser for short values, which are encoded by short.ToString()

Definition at line 155 of file FieldCache.cs.

readonly DoubleParser Lucene.Net.Search.FieldCache_Fields.NUMERIC_UTILS_DOUBLE_PARSER
static

A parser instance for double values encoded with NumericUtils, e.g. when indexed via NumericField/NumericTokenStream.

Definition at line 179 of file FieldCache.cs.

readonly FloatParser Lucene.Net.Search.FieldCache_Fields.NUMERIC_UTILS_FLOAT_PARSER
static

A parser instance for float values encoded with NumericUtils, e.g. when indexed via NumericField/NumericTokenStream.

Definition at line 171 of file FieldCache.cs.

readonly IntParser Lucene.Net.Search.FieldCache_Fields.NUMERIC_UTILS_INT_PARSER
static

A parser instance for int values encoded by NumericUtils.IntToPrefixCoded(int), e.g. when indexed via NumericField/NumericTokenStream.

Definition at line 167 of file FieldCache.cs.

readonly LongParser Lucene.Net.Search.FieldCache_Fields.NUMERIC_UTILS_LONG_PARSER
static

A parser instance for long values encoded by NumericUtils.LongToPrefixCoded(long), e.g. when indexed via NumericField/NumericTokenStream.

Definition at line 175 of file FieldCache.cs.

readonly int Lucene.Net.Search.FieldCache_Fields.STRING_INDEX = -1
static

Indicator for StringIndex values in the cache.

Definition at line 149 of file FieldCache.cs.


The documentation for this struct was generated from the following file: