Uses of Class
org.elasticsearch.index.field.data.FieldDataType.ExtendedFieldComparatorSource

Packages that use FieldDataType.ExtendedFieldComparatorSource
org.elasticsearch.index.field.data   
org.elasticsearch.index.field.data.bytes   
org.elasticsearch.index.field.data.doubles   
org.elasticsearch.index.field.data.floats   
org.elasticsearch.index.field.data.ints   
org.elasticsearch.index.field.data.longs   
org.elasticsearch.index.field.data.shorts   
org.elasticsearch.index.field.data.strings   
org.elasticsearch.index.field.function.sort   
org.elasticsearch.index.mapper.geo   
org.elasticsearch.index.search.geo   
 

Uses of FieldDataType.ExtendedFieldComparatorSource in org.elasticsearch.index.field.data
 

Methods in org.elasticsearch.index.field.data that return FieldDataType.ExtendedFieldComparatorSource
 FieldDataType.ExtendedFieldComparatorSource FieldDataType.newFieldComparatorSource(FieldDataCache cache, String missing)
           
 

Uses of FieldDataType.ExtendedFieldComparatorSource in org.elasticsearch.index.field.data.bytes
 

Methods in org.elasticsearch.index.field.data.bytes that return FieldDataType.ExtendedFieldComparatorSource
 FieldDataType.ExtendedFieldComparatorSource ByteFieldDataType.newFieldComparatorSource(FieldDataCache cache, String missing)
           
 

Uses of FieldDataType.ExtendedFieldComparatorSource in org.elasticsearch.index.field.data.doubles
 

Methods in org.elasticsearch.index.field.data.doubles that return FieldDataType.ExtendedFieldComparatorSource
 FieldDataType.ExtendedFieldComparatorSource DoubleFieldDataType.newFieldComparatorSource(FieldDataCache cache, String missing)
           
 

Uses of FieldDataType.ExtendedFieldComparatorSource in org.elasticsearch.index.field.data.floats
 

Methods in org.elasticsearch.index.field.data.floats that return FieldDataType.ExtendedFieldComparatorSource
 FieldDataType.ExtendedFieldComparatorSource FloatFieldDataType.newFieldComparatorSource(FieldDataCache cache, String missing)
           
 

Uses of FieldDataType.ExtendedFieldComparatorSource in org.elasticsearch.index.field.data.ints
 

Methods in org.elasticsearch.index.field.data.ints that return FieldDataType.ExtendedFieldComparatorSource
 FieldDataType.ExtendedFieldComparatorSource IntFieldDataType.newFieldComparatorSource(FieldDataCache cache, String missing)
           
 

Uses of FieldDataType.ExtendedFieldComparatorSource in org.elasticsearch.index.field.data.longs
 

Methods in org.elasticsearch.index.field.data.longs that return FieldDataType.ExtendedFieldComparatorSource
 FieldDataType.ExtendedFieldComparatorSource LongFieldDataType.newFieldComparatorSource(FieldDataCache cache, String missing)
           
 

Uses of FieldDataType.ExtendedFieldComparatorSource in org.elasticsearch.index.field.data.shorts
 

Methods in org.elasticsearch.index.field.data.shorts that return FieldDataType.ExtendedFieldComparatorSource
 FieldDataType.ExtendedFieldComparatorSource ShortFieldDataType.newFieldComparatorSource(FieldDataCache cache, String missing)
           
 

Uses of FieldDataType.ExtendedFieldComparatorSource in org.elasticsearch.index.field.data.strings
 

Methods in org.elasticsearch.index.field.data.strings that return FieldDataType.ExtendedFieldComparatorSource
 FieldDataType.ExtendedFieldComparatorSource StringFieldDataType.newFieldComparatorSource(FieldDataCache cache, String missing)
           
 

Uses of FieldDataType.ExtendedFieldComparatorSource in org.elasticsearch.index.field.function.sort
 

Methods in org.elasticsearch.index.field.function.sort that return FieldDataType.ExtendedFieldComparatorSource
static FieldDataType.ExtendedFieldComparatorSource StringFieldsFunctionDataComparator.comparatorSource(SearchScript script)
           
static FieldDataType.ExtendedFieldComparatorSource DoubleFieldsFunctionDataComparator.comparatorSource(SearchScript script)
           
 

Uses of FieldDataType.ExtendedFieldComparatorSource in org.elasticsearch.index.mapper.geo
 

Methods in org.elasticsearch.index.mapper.geo that return FieldDataType.ExtendedFieldComparatorSource
 FieldDataType.ExtendedFieldComparatorSource GeoPointFieldDataType.newFieldComparatorSource(FieldDataCache cache, String missing)
           
 

Uses of FieldDataType.ExtendedFieldComparatorSource in org.elasticsearch.index.search.geo
 

Methods in org.elasticsearch.index.search.geo that return FieldDataType.ExtendedFieldComparatorSource
static FieldDataType.ExtendedFieldComparatorSource GeoDistanceDataComparator.comparatorSource(String fieldName, double lat, double lon, DistanceUnit unit, GeoDistance geoDistance, FieldDataCache fieldDataCache, MapperService mapperService)
           
 



Copyright © 2009-2012. All Rights Reserved.