Spring Data Elasticsearch

Uses of Class
org.springframework.data.elasticsearch.core.facet.FacetType

Packages that use FacetType
org.springframework.data.elasticsearch.core.facet   
 

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

Methods in org.springframework.data.elasticsearch.core.facet that return FacetType
 FacetType FacetResult.getType()
           
 FacetType AbstractFacetResult.getType()
           
static FacetType FacetType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FacetType[] FacetType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.springframework.data.elasticsearch.core.facet with parameters of type FacetType
AbstractFacetResult(String name, FacetType type)
           
 


Spring Data Elasticsearch

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.