Uses of Class
org.elasticsearch.index.shard.DocsStats
-
-
Uses of DocsStats in org.elasticsearch.action.admin.cluster.stats
Methods in org.elasticsearch.action.admin.cluster.stats that return DocsStats Modifier and Type Method Description DocsStatsClusterStatsIndices. getDocs() -
Uses of DocsStats in org.elasticsearch.action.admin.indices.stats
Fields in org.elasticsearch.action.admin.indices.stats declared as DocsStats Modifier and Type Field Description DocsStatsCommonStats. docsMethods in org.elasticsearch.action.admin.indices.stats that return DocsStats Modifier and Type Method Description DocsStatsCommonStats. getDocs() -
Uses of DocsStats in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return DocsStats Modifier and Type Method Description protected DocsStatsEngine. docsStats(IndexReader indexReader)DocsStatsEngine. docStats()Returns theDocsStatsfor this engineDocsStatsReadOnlyEngine. docStats() -
Uses of DocsStats in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return DocsStats Modifier and Type Method Description DocsStatsIndexShard. docStats()Methods in org.elasticsearch.index.shard with parameters of type DocsStats Modifier and Type Method Description voidDocsStats. add(DocsStats other) -
Uses of DocsStats in org.elasticsearch.indices
Methods in org.elasticsearch.indices that return DocsStats Modifier and Type Method Description DocsStatsNodeIndicesStats. getDocs()
-