Uses of Interface
org.apache.lucene.search.FieldCache.LongParser
-
Packages that use FieldCache.LongParser Package Description org.apache.lucene.search Code to search indices. -
-
Uses of FieldCache.LongParser in org.apache.lucene.search
Fields in org.apache.lucene.search declared as FieldCache.LongParser Modifier and Type Field Description static FieldCache.LongParser
FieldCache. DEFAULT_LONG_PARSER
Deprecated.static FieldCache.LongParser
FieldCache. NUMERIC_UTILS_LONG_PARSER
A parser instance for long values encoded byNumericUtils
, e.g.Methods in org.apache.lucene.search with parameters of type FieldCache.LongParser Modifier and Type Method Description FieldCache.Longs
FieldCache. getLongs(AtomicReader reader, String field, FieldCache.LongParser parser, boolean setDocsWithField)
Returns aFieldCache.Longs
over the values found in documents in the given field.static FieldCacheRangeFilter<Long>
FieldCacheRangeFilter. newLongRange(String field, FieldCache.LongParser parser, Long lowerVal, Long upperVal, boolean includeLower, boolean includeUpper)
Creates a numeric range filter usingFieldCache.getLongs(AtomicReader,String,FieldCache.LongParser,boolean)
.
-