This is an automated email from the ASF dual-hosted git repository.
tingchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from c15c3912cb Percentile operations supporting null (#12271)
add 62b97ef3b4 Add support for phrase search with wildcard and prefix
matching for Lucene indexed tables (#12680)
No new revisions were added by this update.
Summary of changes:
.../pinot/queries/TextSearchQueriesTest.java | 40 +++++++++
.../invertedindex/RealtimeLuceneTextIndex.java | 12 ++-
.../index/readers/text/LuceneTextIndexReader.java | 14 ++-
.../segment/index/text/TextIndexConfigBuilder.java | 2 +
.../segment/local/utils/LuceneTextIndexUtils.java | 75 ++++++++++++++++
.../invertedindex/LuceneMutableTextIndexTest.java | 2 +-
.../NativeAndLuceneMutableTextIndexTest.java | 2 +-
.../segment/store/FilePerIndexDirectoryTest.java | 4 +-
.../store/SingleFileIndexDirectoryTest.java | 4 +-
.../local/utils/LuceneTextIndexUtilsTest.java | 100 +++++++++++++++++++++
.../pinot/segment/spi/index/TextIndexConfig.java | 31 ++++++-
.../apache/pinot/spi/config/table/FieldConfig.java | 2 +
12 files changed, 277 insertions(+), 11 deletions(-)
create mode 100644
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/LuceneTextIndexUtils.java
create mode 100644
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/utils/LuceneTextIndexUtilsTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]