Struct FieldCache_Fields
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public struct FieldCache_Fields
Fields
Name | Description |
---|---|
DEFAULT | Expert: The cache used internally by sorting and range query classes. |
DEFAULT_BYTE_PARSER | The default parser for byte values, which are encoded by |
DEFAULT_DOUBLE_PARSER | The default parser for double values, which are encoded by |
DEFAULT_FLOAT_PARSER | The default parser for float values, which are encoded by |
DEFAULT_INT_PARSER | The default parser for int values, which are encoded by |
DEFAULT_LONG_PARSER | The default parser for long values, which are encoded by |
DEFAULT_SHORT_PARSER | The default parser for short values, which are encoded by |
NUMERIC_UTILS_DOUBLE_PARSER | A parser instance for double values encoded with Lucene. |
NUMERIC_UTILS_FLOAT_PARSER | A parser instance for float values encoded with Lucene. |
NUMERIC_UTILS_INT_PARSER | A parser instance for int values encoded by Lucene. |
NUMERIC_UTILS_LONG_PARSER | A parser instance for long values encoded by Lucene. |
STRING_INDEX | Indicator for StringIndex values in the cache. |