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.LongParserFieldCache. DEFAULT_LONG_PARSERDeprecated.static FieldCache.LongParserFieldCache. NUMERIC_UTILS_LONG_PARSERA 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.LongsFieldCache. getLongs(AtomicReader reader, String field, FieldCache.LongParser parser, boolean setDocsWithField)Returns aFieldCache.Longsover 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).
-