org.elasticsearch.search.facet
Class FacetBinaryParseElement

java.lang.Object
  extended by org.elasticsearch.search.facet.FacetParseElement
      extended by org.elasticsearch.search.facet.FacetBinaryParseElement
All Implemented Interfaces:
SearchParseElement

public class FacetBinaryParseElement
extends FacetParseElement


Constructor Summary
FacetBinaryParseElement(FacetProcessors facetProcessors)
           
 
Method Summary
 void parse(XContentParser parser, SearchContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacetBinaryParseElement

@Inject
public FacetBinaryParseElement(FacetProcessors facetProcessors)
Method Detail

parse

public void parse(XContentParser parser,
                  SearchContext context)
           throws Exception
Specified by:
parse in interface SearchParseElement
Overrides:
parse in class FacetParseElement
Throws:
Exception


Copyright © 2009-2012. All Rights Reserved.