Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions elasticsearch/dsl/aggs.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,9 +678,8 @@ class CategorizeText(Bucket[_R]):
:arg categorization_analyzer: The categorization analyzer specifies
how the text is analyzed and tokenized before being categorized.
The syntax is very similar to that used to define the analyzer in
the [Analyze endpoint](https://www.elastic.co/guide/en/elasticsear
ch/reference/8.0/indices-analyze.html). This property cannot be
used at the same time as categorization_filters.
the `_analyze` endpoint. This property cannot be used at the same
time as categorization_filters.
:arg shard_size: The number of categorization buckets to return from
each shard before merging all the results.
:arg size: The number of buckets to return. Defaults to `10` if
Expand Down
Loading