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

jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from b62b9e6683 Bump pbkdf2 from 3.1.2 to 3.1.3 in 
/pinot-controller/src/main/resources (#16184)
     add e87270fd31 Allow Users to specify text search options as TEXT_MATCH 
params in text search query (#16147)

No new revisions were added by this update.

Summary of changes:
 .../common/function/TransformFunctionType.java     |   4 +-
 .../request/context/RequestContextUtils.java       |   7 +-
 .../context/predicate/TextMatchPredicate.java      |  22 +-
 .../operator/filter/TextMatchFilterOperator.java   |  17 +-
 .../function/TextMatchTransformFunction.java       |  36 ++-
 .../pinot/queries/TextSearchQueriesTest.java       | 238 ++++++++++++++++++
 .../tests/custom/MultiColumnTextIndicesTest.java   |  30 +++
 .../MultiColumnRealtimeLuceneTextIndex.java        |  70 +++++-
 .../invertedindex/RealtimeLuceneTextIndex.java     |  71 +++++-
 .../index/readers/text/LuceneTextIndexReader.java  |  34 +++
 .../text/MultiColumnLuceneTextIndexReader.java     |  30 ++-
 .../segment/local/utils/LuceneTextIndexUtils.java  | 274 ++++++++++++++++++++-
 .../local/utils/LuceneTextIndexUtilsTest.java      | 105 ++++++++
 .../index/reader/MultiColumnTextIndexReader.java   |  12 +
 .../segment/spi/index/reader/TextIndexReader.java  |  15 ++
 15 files changed, 936 insertions(+), 29 deletions(-)


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

Reply via email to