improve javadocs

This commit is contained in:
Michael McCandless 2015-11-29 06:13:47 -05:00 committed by mikemccand
parent 8933947b95
commit 94954ece3a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import java.io.IOException;
public class CompletionFieldStats { 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 * @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} * separately in the returned {@link CompletionStats}