mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
parent
5107949402
commit
6ec12bef0d
@ -875,6 +875,7 @@ public class IndexShard extends AbstractIndexShardComponent implements IndicesCl
|
|||||||
}
|
}
|
||||||
|
|
||||||
public DocsStats docStats() {
|
public DocsStats docStats() {
|
||||||
|
readAllowed();
|
||||||
DocsStats docsStats = getEngine().docStats();
|
DocsStats docsStats = getEngine().docStats();
|
||||||
markSearcherAccessed();
|
markSearcherAccessed();
|
||||||
return docsStats;
|
return docsStats;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user