Uses of Interface
org.apache.lucene.search.FieldCache.ShortParser
-
Packages that use FieldCache.ShortParser Package Description org.apache.lucene.search Code to search indices. -
-
Uses of FieldCache.ShortParser in org.apache.lucene.search
Fields in org.apache.lucene.search declared as FieldCache.ShortParser Modifier and Type Field Description static FieldCache.ShortParserFieldCache. DEFAULT_SHORT_PARSERDeprecated.Methods in org.apache.lucene.search with parameters of type FieldCache.ShortParser Modifier and Type Method Description FieldCache.ShortsFieldCache. getShorts(AtomicReader reader, String field, FieldCache.ShortParser parser, boolean setDocsWithField)Deprecated.(4.4) Index as a numeric field usingIntFieldand then useFieldCache.getInts(AtomicReader, String, boolean)instead.static FieldCacheRangeFilter<Short>FieldCacheRangeFilter. newShortRange(String field, FieldCache.ShortParser parser, Short lowerVal, Short upperVal, boolean includeLower, boolean includeUpper)Deprecated.
-