Spring Data Elasticsearch

org.springframework.data.elasticsearch.core.facet.result
Class TermResult

java.lang.Object
  extended by org.springframework.data.elasticsearch.core.facet.AbstractFacetResult
      extended by org.springframework.data.elasticsearch.core.facet.result.TermResult
All Implemented Interfaces:
FacetResult

public class TermResult
extends AbstractFacetResult

Basic term facet result

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

Constructor Summary
TermResult(String name, List<Term> terms)
           
 
Method Summary
 List<Term> getTerms()
           
 
Methods inherited from class org.springframework.data.elasticsearch.core.facet.AbstractFacetResult
getName, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TermResult

public TermResult(String name,
                  List<Term> terms)
Method Detail

getTerms

public List<Term> getTerms()

Spring Data Elasticsearch

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