This is an automated email from the ASF dual-hosted git repository.

kxiao pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 205bf73d4e4 [Pick 2.1](inverted index) low level log for fulltext 
query info  #35820 (#36183)
205bf73d4e4 is described below

commit 205bf73d4e4112eaf5b01b4570b4122085905ff2
Author: airborne12 <[email protected]>
AuthorDate: Wed Jun 12 19:59:22 2024 +0800

    [Pick 2.1](inverted index) low level log for fulltext query info  #35820 
(#36183)
---
 be/src/olap/rowset/segment_v2/inverted_index_reader.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp 
b/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp
index f453e7cca31..0b3d01bbf9f 100644
--- a/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp
+++ b/be/src/olap/rowset/segment_v2/inverted_index_reader.cpp
@@ -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;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to