mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
improve javadocs
This commit is contained in:
parent
8933947b95
commit
94954ece3a
@ -35,7 +35,7 @@ import java.io.IOException;
|
||||
public class CompletionFieldStats {
|
||||
|
||||
/**
|
||||
* Returns total in-heap bytes used by all suggesters. This method is <code>O(numIndexedFields)</code>.
|
||||
* Returns total in-heap bytes used by all suggesters. This method has CPU cost <code>O(numIndexedFields)</code>.
|
||||
*
|
||||
* @param fieldNamePatterns if non-null, any completion field name matching any of these patterns will break out its in-heap bytes
|
||||
* separately in the returned {@link CompletionStats}
|
||||
|
Loading…
x
Reference in New Issue
Block a user