Uh oh!
There was an error while loading. Please reload this page.
[feature](invert index) match_phrase_prefix feature added - #27404
Conversation
| #pragma once | ||
| #include <CLucene.h> |
There was a problem hiding this comment.
warning: 'CLucene.h' file not found [clang-diagnostic-error]
#include<CLucene.h>
^| #pragma once | ||
| #include <CLucene.h> |
There was a problem hiding this comment.
warning: 'CLucene.h' file not found [clang-diagnostic-error]
#include<CLucene.h>
^| #pragma once | ||
| #include <CLucene.h> |
There was a problem hiding this comment.
warning: 'CLucene.h' file not found [clang-diagnostic-error]
#include<CLucene.h>
^| return Status::OK(); | ||
| } | ||
| Status FullTextIndexReader::match_phrase_prefix_index_search( |
There was a problem hiding this comment.
warning: method 'match_phrase_prefix_index_search' can be made static [readability-convert-member-functions-to-static]
| Status FullTextIndexReader::match_phrase_prefix_index_search( | |
| staticStatus FullTextIndexReader::match_phrase_prefix_index_search( |
| String get_name() const override { return name; } | ||
| Status execute_match(const std::string& column_name, const std::string& match_query_str, |
There was a problem hiding this comment.
warning: method 'execute_match' can be made static [readability-convert-member-functions-to-static]
| Statusexecute_match(conststd::string&column_name, conststd::string&match_query_str, | |
| staticStatusexecute_match(conststd::string&column_name, conststd::string&match_query_str, |
be/src/vec/functions/match.h:141:
- ColumnUInt8::Container& result) const override {+ ColumnUInt8::Container& result) override {doris-robot
commented
Nov 22, 2023
TeamCity be ut coverage result: |
91370c9 to
aea4ecfComparezzzxl1993
commented
Nov 23, 2023
run buildall |
doris-robot
commented
Nov 23, 2023
TeamCity be ut coverage result: |
doris-robot
commented
Nov 23, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
doris-robot
commented
Nov 23, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
| InvertedIndexCtx* inverted_index_ctx, | ||
| const ColumnArray::Offsets64* array_offsets, | ||
| ColumnUInt8::Container& result) const override { | ||
| return Status::Error<ErrorCode::INVERTED_INDEX_NOT_SUPPORTED>( |
aea4ecf to
310062bComparezzzxl1993
commented
Dec 4, 2023
run buildall |
doris-robot
commented
Dec 4, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
PR approved by anyone and no changes requested. |
310062b to
ca62633Compareca62633 to
dc1fd8dComparezzzxl1993
commented
Dec 5, 2023
run buildall |
PR approved by at least one committer and no changes requested. |
doris-robot
commented
Dec 5, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
doris-robot
commented
Dec 5, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
…7404) select count() from test_index_match_phrase_prefix where request match_phrase_prefix 'xxx';
Proposed changes
select count() from test_index_match_phrase_prefix where request match_phrase_prefix 'xxx';
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...