Uses of Interface
org.apache.lucene.search.FieldCache.DoubleParser
Packages that use FieldCache.DoubleParser
-
Uses of FieldCache.DoubleParser in org.apache.lucene.search
Fields in org.apache.lucene.search declared as FieldCache.DoubleParserModifier and TypeFieldDescriptionstatic final FieldCache.DoubleParserFieldCache.DEFAULT_DOUBLE_PARSERDeprecated.static final FieldCache.DoubleParserFieldCache.NUMERIC_UTILS_DOUBLE_PARSERA parser instance for double values encoded withNumericUtils, e.g.Methods in org.apache.lucene.search with parameters of type FieldCache.DoubleParserModifier and TypeMethodDescriptionFieldCache.getDoubles(AtomicReader reader, String field, FieldCache.DoubleParser parser, boolean setDocsWithField) Returns aFieldCache.Doublesover the values found in documents in the given field.static FieldCacheRangeFilter<Double>FieldCacheRangeFilter.newDoubleRange(String field, FieldCache.DoubleParser parser, Double lowerVal, Double upperVal, boolean includeLower, boolean includeUpper) Creates a numeric range filter usingFieldCache.getDoubles(AtomicReader,String,FieldCache.DoubleParser,boolean).