Package org.elasticsearch.action.terms

Terms action.

See:
          Description

Class Summary
FieldTermsFreq All the TermFreqs that occur in a specific field.
TermFreq A tuple of term and its document frequency (in how many documents this term exists).
TermsRequest Terms request represent a request to get terms in one or more indices of specific fields and their document frequencies (in how many document each term exists).
TermsResponse The response of terms request.
TransportTermsAction  
 

Enum Summary
TermsRequest.SortType The type of sorting for terms.
 

Package org.elasticsearch.action.terms Description

Terms action.