FieldCache
, this will be removed in Lucene 3.0public interface ExtendedFieldCache extends FieldCache
FieldCache
instead.Modifier and Type | Interface and Description |
---|---|
static interface |
ExtendedFieldCache.DoubleParser
Deprecated.
Use
FieldCache.DoubleParser , this will be removed in Lucene 3.0 |
static interface |
ExtendedFieldCache.LongParser
Deprecated.
Use
FieldCache.LongParser , this will be removed in Lucene 3.0 |
FieldCache.ByteParser, FieldCache.CacheEntry, FieldCache.CreationPlaceholder, FieldCache.FloatParser, FieldCache.IntParser, FieldCache.Parser, FieldCache.ShortParser, FieldCache.StringIndex
Modifier and Type | Field and Description |
---|---|
static ExtendedFieldCache |
EXT_DEFAULT
Deprecated.
Use
FieldCache.DEFAULT ; this will be removed in Lucene 3.0 |
DEFAULT, DEFAULT_BYTE_PARSER, DEFAULT_DOUBLE_PARSER, DEFAULT_FLOAT_PARSER, DEFAULT_INT_PARSER, DEFAULT_LONG_PARSER, DEFAULT_SHORT_PARSER, NUMERIC_UTILS_DOUBLE_PARSER, NUMERIC_UTILS_FLOAT_PARSER, NUMERIC_UTILS_INT_PARSER, NUMERIC_UTILS_LONG_PARSER, STRING_INDEX
Modifier and Type | Method and Description |
---|---|
double[] |
getDoubles(IndexReader reader,
String field,
ExtendedFieldCache.DoubleParser parser)
Deprecated.
Will be removed in 3.0, this is for binary compatibility only
|
long[] |
getLongs(IndexReader reader,
String field,
ExtendedFieldCache.LongParser parser)
Deprecated.
Will be removed in 3.0, this is for binary compatibility only
|
getAuto, getBytes, getBytes, getCacheEntries, getCustom, getDoubles, getDoubles, getFloats, getFloats, getInfoStream, getInts, getInts, getLongs, getLongs, getShorts, getShorts, getStringIndex, getStrings, purge, purgeAllCaches, setInfoStream
static final ExtendedFieldCache EXT_DEFAULT
FieldCache.DEFAULT
; this will be removed in Lucene 3.0long[] getLongs(IndexReader reader, String field, ExtendedFieldCache.LongParser parser) throws IOException
IOException
double[] getDoubles(IndexReader reader, String field, ExtendedFieldCache.DoubleParser parser) throws IOException
IOException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.