org.elasticsearch.search.facet.geodistance
Interface GeoDistanceFacet

All Superinterfaces:
Facet, Iterable<GeoDistanceFacet.Entry>
All Known Implementing Classes:
InternalGeoDistanceFacet

public interface GeoDistanceFacet
extends Facet, Iterable<GeoDistanceFacet.Entry>


Nested Class Summary
static class GeoDistanceFacet.Entry
           
 
Field Summary
static String TYPE
          The type of the filter facet.
 
Method Summary
 List<GeoDistanceFacet.Entry> entries()
          An ordered list of geo distance facet entries.
 List<GeoDistanceFacet.Entry> getEntries()
          An ordered list of geo distance facet entries.
 
Methods inherited from interface org.elasticsearch.search.facet.Facet
getName, getType, name, type
 
Methods inherited from interface java.lang.Iterable
iterator
 

Field Detail

TYPE

static final String TYPE
The type of the filter facet.

See Also:
Constant Field Values
Method Detail

entries

List<GeoDistanceFacet.Entry> entries()
An ordered list of geo distance facet entries.


getEntries

List<GeoDistanceFacet.Entry> getEntries()
An ordered list of geo distance facet entries.



Copyright © 2009-2012. All Rights Reserved.