airborne12 commented on code in PR #57055: URL: https://github.com/apache/doris/pull/57055#discussion_r2438009138
########## be/src/olap/inverted_index_parser.h: ########## @@ -68,6 +68,7 @@ const std::string INVERTED_INDEX_PARSER_MAX_WORD = "ik_max_word"; const std::string INVERTED_INDEX_PARSER_SMART = "ik_smart"; const std::string INVERTED_INDEX_PARSER_KEY = "parser"; +const std::string INVERTED_INDEX_PARSER_KEY_ALIAS = "built-in"; Review Comment: For more format consistency and clear, built_in_analyzer is better -- 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]
