This commit is contained in:
@ -268,8 +268,8 @@ Status FullTextIndexReader::query(OlapReaderStatistics* stats, RuntimeState* run
|
||||
SCOPED_RAW_TIMER(&stats->inverted_index_query_timer);
|
||||
|
||||
std::string search_str = reinterpret_cast<const StringRef*>(query_value)->to_string();
|
||||
LOG(INFO) << column_name << " begin to search the fulltext index from clucene, query_str ["
|
||||
<< search_str << "]";
|
||||
VLOG_DEBUG << column_name << " begin to search the fulltext index from clucene, query_str ["
|
||||
<< search_str << "]";
|
||||
|
||||
try {
|
||||
InvertedIndexQueryInfo query_info;
|
||||
|
||||
Reference in New Issue
Block a user