wu-sheng commented on code in PR #155:
URL:
https://github.com/apache/skywalking-banyandb/pull/155#discussion_r946369824
##########
api/proto/banyandb/database/v1/schema.proto:
##########
@@ -158,6 +158,15 @@ message IndexRule {
Location location = 4;
// updated_at indicates when the IndexRule is updated
google.protobuf.Timestamp updated_at = 5;
+ enum Analyzer {
+ ANALYZER_UNSPECIFIED = 0;
+ ANALYZER_KEYWORD = 1;
+ ANALYZER_STANDARD = 2;
+ ANAKYZER_SIMPLE = 3;
+ ANAKYZER_STOP = 4;
Review Comment:
Could you specify these four types?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]