org.elasticsearch.search.facet.histogram.unbounded
Class FullHistogramFacetCollector

java.lang.Object
  extended by org.apache.lucene.search.Collector
      extended by org.elasticsearch.search.facet.FacetCollector
          extended by org.elasticsearch.search.facet.AbstractFacetCollector
              extended by org.elasticsearch.search.facet.histogram.unbounded.FullHistogramFacetCollector

public class FullHistogramFacetCollector
extends AbstractFacetCollector

A histogram facet collector that uses the same field as the key as well as the value.


Nested Class Summary
static class FullHistogramFacetCollector.HistogramProc
           
 
Field Summary
 
Fields inherited from class org.elasticsearch.search.facet.AbstractFacetCollector
facetName, filter
 
Constructor Summary
FullHistogramFacetCollector(String facetName, String fieldName, long interval, HistogramFacet.ComparatorType comparatorType, SearchContext context)
           
 
Method Summary
static long bucket(double value, long interval)
           
protected  void doCollect(int doc)
           
protected  void doSetNextReader(org.apache.lucene.index.IndexReader reader, int docBase)
           
 Facet facet()
           
 
Methods inherited from class org.elasticsearch.search.facet.AbstractFacetCollector
acceptsDocsOutOfOrder, collect, getAndClearFilter, getFilter, setFilter, setNextReader, setScorer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullHistogramFacetCollector

public FullHistogramFacetCollector(String facetName,
                                   String fieldName,
                                   long interval,
                                   HistogramFacet.ComparatorType comparatorType,
                                   SearchContext context)
Method Detail

doCollect

protected void doCollect(int doc)
                  throws IOException
Specified by:
doCollect in class AbstractFacetCollector
Throws:
IOException

doSetNextReader

protected void doSetNextReader(org.apache.lucene.index.IndexReader reader,
                               int docBase)
                        throws IOException
Specified by:
doSetNextReader in class AbstractFacetCollector
Throws:
IOException

facet

public Facet facet()
Specified by:
facet in class FacetCollector

bucket

public static long bucket(double value,
                          long interval)


Copyright © 2009-2012. All Rights Reserved.