Метод |
Описание |
|
setExclude ( string $pattern, string $flags = null ) |
Filter documents to exclude based on a regular expression. |
|
setExecutionHint ( string $hint ) |
Instruct Elasticsearch to use direct field data or ordinals of the field values to execute this aggregation. |
|
setInclude ( string $pattern, string $flags = null ) |
Filter documents to include based on a regular expression. |
|
setMinimumDocumentCount ( integer $count ) |
Set the minimum number of documents in which a term must appear in order to be returned in a bucket. |
|
setShardSize ( integer $shard_size ) |
Sets how many terms the coordinating node will request from each shard. |
|
setSize ( integer $size ) |
Sets the amount of terms to be returned. |
|