Module org.elasticsearch.xcore
Package org.elasticsearch.xpack.core.termsenum.action
package org.elasticsearch.xpack.core.termsenum.action
Enumerate a field's terms action.
-
ClassesClassDescriptionMerges terms and stats from multiple TermEnum classes This does a merge sort, by term text.Internal terms enum request executed directly against a specific node, querying potentially many shards in one requestA utility class for fields that need to support autocomplete via
MappedFieldType.getTerms(IndexReader, String, boolean, String)but can't return a raw Lucene TermsEnum.A request to gather terms for a given field matching a string prefixThe response of the _terms_enum action.