This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch analyzer-url in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
commit 906d78f040c2d15684e47d10f067bab3a0a6ca38 Author: Gao Hongtao <[email protected]> AuthorDate: Tue Sep 24 05:07:48 2024 +0800 Update api doc Signed-off-by: Gao Hongtao <[email protected]> --- docs/api-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-reference.md b/docs/api-reference.md index 552b999c..852c7f66 100644 --- a/docs/api-reference.md +++ b/docs/api-reference.md @@ -1032,7 +1032,7 @@ IndexRule should bind to a subject through an IndexRuleBinding to generate prope | tags | [string](#string) | repeated | tags are the combination that refers to an indexed object If the elements in tags are more than 1, the object will generate a multi-tag index Caveat: All tags in a multi-tag MUST have an identical IndexType | | type | [IndexRule.Type](#banyandb-database-v1-IndexRule-Type) | | type is the IndexType of this IndexObject. | | updated_at | [google.protobuf.Timestamp](#google-protobuf-Timestamp) | | updated_at indicates when the IndexRule is updated | -| analyzer | [string](#string) | | analyzer analyzes tag value to support the full-text searching for TYPE_INVERTED indices. available analyzers are: - "standard" provides grammar based tokenization - "simple" breaks text into tokens at any non-letter character, such as numbers, spaces, hyphens and apostrophes, discards non-letter characters, and changes uppercase to lowercase. - "keyword" is a “noop” analyzer which returns the entire input string as a single token. | +| analyzer | [string](#string) | | analyzer analyzes tag value to support the full-text searching for TYPE_INVERTED indices. available analyzers are: - "standard" provides grammar based tokenization - "simple" breaks text into tokens at any non-letter character, such as numbers, spaces, hyphens and apostrophes, discards non-letter characters, and changes uppercase to lowercase. - "keyword" is a “noop” analyzer which returns the entire input string as a single tok [...] | no_sort | [bool](#bool) | | no_sort indicates whether the index is not for sorting. |
