airborne12 commented on code in PR #48716: URL: https://github.com/apache/doris/pull/48716#discussion_r1984270021
########## be/src/olap/inverted_index_parser.h: ########## @@ -69,6 +70,7 @@ const std::string INVERTED_INDEX_PARSER_UNICODE = "unicode"; const std::string INVERTED_INDEX_PARSER_ENGLISH = "english"; const std::string INVERTED_INDEX_PARSER_CHINESE = "chinese"; const std::string INVERTED_INDEX_PARSER_ICU = "icu"; +const std::string INVERTED_INDEX_PARSER_SIMPLE = "simple"; Review Comment: simple is not actually a good name for user to understand, maybe basic unicode or something else. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org