Uses of Class
org.elasticsearch.index.search.NumericRangeFieldDataFilter

Packages that use NumericRangeFieldDataFilter
org.elasticsearch.index.search   
 

Uses of NumericRangeFieldDataFilter in org.elasticsearch.index.search
 

Methods in org.elasticsearch.index.search that return NumericRangeFieldDataFilter
static NumericRangeFieldDataFilter<Byte> NumericRangeFieldDataFilter.newByteRange(FieldDataCache fieldDataCache, String field, Byte lowerVal, Byte upperVal, boolean includeLower, boolean includeUpper)
           
static NumericRangeFieldDataFilter<Double> NumericRangeFieldDataFilter.newDoubleRange(FieldDataCache fieldDataCache, String field, Double lowerVal, Double upperVal, boolean includeLower, boolean includeUpper)
           
static NumericRangeFieldDataFilter<Float> NumericRangeFieldDataFilter.newFloatRange(FieldDataCache fieldDataCache, String field, Float lowerVal, Float upperVal, boolean includeLower, boolean includeUpper)
           
static NumericRangeFieldDataFilter<Integer> NumericRangeFieldDataFilter.newIntRange(FieldDataCache fieldDataCache, String field, Integer lowerVal, Integer upperVal, boolean includeLower, boolean includeUpper)
           
static NumericRangeFieldDataFilter<Long> NumericRangeFieldDataFilter.newLongRange(FieldDataCache fieldDataCache, String field, Long lowerVal, Long upperVal, boolean includeLower, boolean includeUpper)
           
static NumericRangeFieldDataFilter<Short> NumericRangeFieldDataFilter.newShortRange(FieldDataCache fieldDataCache, String field, Short lowerVal, Short upperVal, boolean includeLower, boolean includeUpper)
           
 



Copyright © 2009-2012. All Rights Reserved.