Class FieldCache
Inheritance
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public static class FieldCache : object
Fields
| Improve this Doc View SourceDEFAULT
Expert: The cache used internally by sorting and range query classes.
Declaration
public static IFieldCache DEFAULT
Field Value
Type | Description |
---|---|
IFieldCache |
DEFAULT_BYTE_PARSER
The default parser for byte values, which are encoded by
Declaration
public static readonly FieldCache.IByteParser DEFAULT_BYTE_PARSER
Field Value
Type | Description |
---|---|
FieldCache.IByteParser |
DEFAULT_DOUBLE_PARSER
The default parser for
Declaration
public static readonly FieldCache.IDoubleParser DEFAULT_DOUBLE_PARSER
Field Value
Type | Description |
---|---|
FieldCache.IDoubleParser |
DEFAULT_INT16_PARSER
The default parser for
NOTE: This was DEFAULT_SHORT_PARSER in Lucene
Declaration
public static readonly FieldCache.IInt16Parser DEFAULT_INT16_PARSER
Field Value
Type | Description |
---|---|
FieldCache.IInt16Parser |
DEFAULT_INT32_PARSER
The default parser for
NOTE: This was DEFAULT_INT_PARSER in Lucene
Declaration
public static readonly FieldCache.IInt32Parser DEFAULT_INT32_PARSER
Field Value
Type | Description |
---|---|
FieldCache.IInt32Parser |
DEFAULT_INT64_PARSER
The default parser for
NOTE: This was DEFAULT_LONG_PARSER in Lucene
Declaration
public static readonly FieldCache.IInt64Parser DEFAULT_INT64_PARSER
Field Value
Type | Description |
---|---|
FieldCache.IInt64Parser |
DEFAULT_SINGLE_PARSER
The default parser for
NOTE: This was DEFAULT_FLOAT_PARSER in Lucene
Declaration
public static readonly FieldCache.ISingleParser DEFAULT_SINGLE_PARSER
Field Value
Type | Description |
---|---|
FieldCache.ISingleParser |
NUMERIC_UTILS_DOUBLE_PARSER
A parser instance for
Declaration
public static readonly FieldCache.IDoubleParser NUMERIC_UTILS_DOUBLE_PARSER
Field Value
Type | Description |
---|---|
FieldCache.IDoubleParser |
NUMERIC_UTILS_INT32_PARSER
A parser instance for
NOTE: This was NUMERIC_UTILS_INT_PARSER in Lucene
Declaration
public static readonly FieldCache.IInt32Parser NUMERIC_UTILS_INT32_PARSER
Field Value
Type | Description |
---|---|
FieldCache.IInt32Parser |
NUMERIC_UTILS_INT64_PARSER
A parser instance for
NOTE: This was NUMERIC_UTILS_LONG_PARSER in Lucene
Declaration
public static readonly FieldCache.IInt64Parser NUMERIC_UTILS_INT64_PARSER
Field Value
Type | Description |
---|---|
FieldCache.IInt64Parser |
NUMERIC_UTILS_SINGLE_PARSER
A parser instance for
NOTE: This was NUMERIC_UTILS_FLOAT_PARSER in Lucene
Declaration
public static readonly FieldCache.ISingleParser NUMERIC_UTILS_SINGLE_PARSER
Field Value
Type | Description |
---|---|
FieldCache.ISingleParser |