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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
