Spring Data Elasticsearch

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

java.lang.Object
  extended by org.springframework.data.elasticsearch.core.facet.result.Term

public class Term
extends Object

Single term

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

Constructor Summary
Term(String term, int count)
           
 
Method Summary
 int getCount()
           
 String getTerm()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Term

public Term(String term,
            int count)
Method Detail

getTerm

public String getTerm()

getCount

public int getCount()

Spring Data Elasticsearch

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