Uses of Class
org.elasticsearch.search.facet.histogram.HistogramFacetBuilder

Packages that use HistogramFacetBuilder
org.elasticsearch.search.facet   
org.elasticsearch.search.facet.histogram   
 

Uses of HistogramFacetBuilder in org.elasticsearch.search.facet
 

Methods in org.elasticsearch.search.facet that return HistogramFacetBuilder
static HistogramFacetBuilder FacetBuilders.histogramFacet(String facetName)
           
 

Uses of HistogramFacetBuilder in org.elasticsearch.search.facet.histogram
 

Methods in org.elasticsearch.search.facet.histogram that return HistogramFacetBuilder
 HistogramFacetBuilder HistogramFacetBuilder.bounds(Object from, Object to)
          Sets the bounds from and to for the facet.
 HistogramFacetBuilder HistogramFacetBuilder.comparator(HistogramFacet.ComparatorType comparatorType)
           
 HistogramFacetBuilder HistogramFacetBuilder.facetFilter(FilterBuilder filter)
          An additional filter used to further filter down the set of documents the facet will run on.
 HistogramFacetBuilder HistogramFacetBuilder.field(String field)
          The field name to perform the histogram facet.
 HistogramFacetBuilder HistogramFacetBuilder.global(boolean global)
          Should the facet run in global mode (not bounded by the search query) or not (bounded by the search query).
 HistogramFacetBuilder HistogramFacetBuilder.interval(long interval)
          The interval used to control the bucket "size" where each key value of a hit will fall into.
 HistogramFacetBuilder HistogramFacetBuilder.interval(long interval, TimeUnit unit)
          The interval used to control the bucket "size" where each key value of a hit will fall into.
 HistogramFacetBuilder HistogramFacetBuilder.keyField(String keyField)
          The field name to use in order to control where the hit will "fall into" within the histogram entries.
 HistogramFacetBuilder HistogramFacetBuilder.nested(String nested)
          Sets the nested path the facet will execute on.
 HistogramFacetBuilder HistogramFacetBuilder.scope(String scope)
          Marks the facet to run in a specific scope.
 HistogramFacetBuilder HistogramFacetBuilder.valueField(String valueField)
          The field name to use as the value of the hit to compute data based on values within the interval (for example, total).
 



Copyright © 2009-2012. All Rights Reserved.