nishant94 commented on code in PR #64667:
URL: https://github.com/apache/doris/pull/64667#discussion_r3894015778
##########
be/src/storage/index/inverted/inverted_index_parser.cpp:
##########
@@ -62,6 +64,8 @@ InvertedIndexParserType
get_inverted_index_parser_type_from_string(const std::st
return InvertedIndexParserType::PARSER_BASIC;
} else if (parser_str_lower == INVERTED_INDEX_PARSER_IK) {
return InvertedIndexParserType::PARSER_IK;
+ } else if (parser_str_lower == INVERTED_INDEX_PARSER_KUROMOJI) {
Review Comment:
Fixed
--
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]