Spring Data Elasticsearch

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

Packages that use FacetResult
org.springframework.data.elasticsearch.core   
org.springframework.data.elasticsearch.core.facet   
org.springframework.data.elasticsearch.core.facet.result   
 

Uses of FacetResult in org.springframework.data.elasticsearch.core
 

Methods in org.springframework.data.elasticsearch.core that return FacetResult
 FacetResult FacetedPageImpl.getFacet(String name)
           
 FacetResult FacetedPage.getFacet(String name)
           
 

Methods in org.springframework.data.elasticsearch.core that return types with arguments of type FacetResult
 List<FacetResult> FacetedPageImpl.getFacets()
           
 List<FacetResult> FacetedPage.getFacets()
           
 

Constructor parameters in org.springframework.data.elasticsearch.core with type arguments of type FacetResult
FacetedPageImpl(List<T> content, Pageable pageable, long total, List<FacetResult> facets)
           
 

Uses of FacetResult in org.springframework.data.elasticsearch.core.facet
 

Classes in org.springframework.data.elasticsearch.core.facet that implement FacetResult
 class AbstractFacetResult
           
 

Methods in org.springframework.data.elasticsearch.core.facet that return FacetResult
static FacetResult DefaultFacetMapper.parse(org.elasticsearch.search.facet.Facet facet)
           
 

Uses of FacetResult in org.springframework.data.elasticsearch.core.facet.result
 

Classes in org.springframework.data.elasticsearch.core.facet.result that implement FacetResult
 class HistogramResult
           
 class RangeResult
          Basic term facet result
 class StatisticalResult
           
 class TermResult
          Basic term facet result
 


Spring Data Elasticsearch

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