Uses of Class
org.elasticsearch.search.suggest.completion.CompletionStats
-
-
Uses of CompletionStats in org.elasticsearch.action.admin.cluster.stats
Methods in org.elasticsearch.action.admin.cluster.stats that return CompletionStats Modifier and Type Method Description CompletionStatsClusterStatsIndices. getCompletion() -
Uses of CompletionStats in org.elasticsearch.action.admin.indices.stats
Fields in org.elasticsearch.action.admin.indices.stats declared as CompletionStats Modifier and Type Field Description CompletionStatsCommonStats. completionMethods in org.elasticsearch.action.admin.indices.stats that return CompletionStats Modifier and Type Method Description CompletionStatsCommonStats. getCompletion() -
Uses of CompletionStats in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return CompletionStats Modifier and Type Method Description CompletionStatsEngine. completionStats(String... fieldNamePatterns)Returns theCompletionStatsfor this engine -
Uses of CompletionStats in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return CompletionStats Modifier and Type Method Description CompletionStatsIndexShard. completionStats(String... fields) -
Uses of CompletionStats in org.elasticsearch.indices
Methods in org.elasticsearch.indices that return CompletionStats Modifier and Type Method Description CompletionStatsNodeIndicesStats. getCompletion() -
Uses of CompletionStats in org.elasticsearch.search.suggest.completion
Methods in org.elasticsearch.search.suggest.completion with parameters of type CompletionStats Modifier and Type Method Description voidCompletionStats. add(CompletionStats completion)
-