Uses of Interface
org.apache.lucene.search.FieldCache.DoubleParser

Packages that use FieldCache.DoubleParser
org.apache.lucene.search Code to search indices. 
 

Uses of FieldCache.DoubleParser in org.apache.lucene.search
 

Fields in org.apache.lucene.search declared as FieldCache.DoubleParser
static FieldCache.DoubleParser FieldCache.DEFAULT_DOUBLE_PARSER
          Deprecated. 
static FieldCache.DoubleParser FieldCache.NUMERIC_UTILS_DOUBLE_PARSER
          A parser instance for double values encoded with NumericUtils, e.g.
 

Methods in org.apache.lucene.search with parameters of type FieldCache.DoubleParser
 FieldCache.Doubles FieldCache.getDoubles(AtomicReader reader, String field, FieldCache.DoubleParser parser, boolean setDocsWithField)
          Returns a FieldCache.Doubles over 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 using FieldCache.getDoubles(AtomicReader,String,FieldCache.DoubleParser,boolean).
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.