Spring Data Elasticsearch

org.springframework.data.elasticsearch.core.facet
Interface FacetResult

All Known Implementing Classes:
AbstractFacetResult, HistogramResult, RangeResult, StatisticalResult, TermResult

public interface FacetResult

Generic interface for all facets

Author:
Rizwan Idrees, Mohsin Husen, Artur Konczak, Jonathan Yan

Method Summary
 String getName()
           
 FacetType getType()
           
 

Method Detail

getName

String getName()

getType

FacetType getType()

Spring Data Elasticsearch

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.