[Pick 2.1](inverted index) low level log for fulltext query info #35820 (#36183)

This commit is contained in:
airborne12
2024-06-12 19:59:22 +08:00
committed by GitHub
parent 9708ca8fcb
commit 205bf73d4e

View File

@ -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;