Uses of Interface
org.apache.lucene.search.FieldCache.ShortParser
Packages that use FieldCache.ShortParser
-
Uses of FieldCache.ShortParser in org.apache.lucene.search
Fields in org.apache.lucene.search declared as FieldCache.ShortParserModifier and TypeFieldDescriptionstatic final FieldCache.ShortParser
FieldCache.DEFAULT_SHORT_PARSER
Deprecated.Methods in org.apache.lucene.search with parameters of type FieldCache.ShortParserModifier and TypeMethodDescriptionFieldCache.getShorts
(AtomicReader reader, String field, FieldCache.ShortParser parser, boolean setDocsWithField) Deprecated.static FieldCacheRangeFilter<Short>
FieldCacheRangeFilter.newShortRange
(String field, FieldCache.ShortParser parser, Short lowerVal, Short upperVal, boolean includeLower, boolean includeUpper) Deprecated.
IntField
and then useFieldCache.getInts(AtomicReader, String, boolean)
instead.