This is an automated email from the ASF dual-hosted git repository.
kishoreg pushed a change to branch pinot-text-search
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard abb1a74 Enhanced PQL grammar to support text match and wired the
predicate to TextMatchFilterOperator. Pending - loading of lucene index and
invoke search
new 0d7d4a0 Enhanced PQL grammar to support text match and wired the
predicate to TextMatchFilterOperator. Pending - loading of lucene index and
invoke search
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (abb1a74)
\
N -- N -- N refs/heads/pinot-text-search (0d7d4a0)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
...AstNode.java => TextMatchPredicateAstNode.java} | 29 ++---
...pLikePredicate.java => TextMatchPredicate.java} | 31 ++---
...rOperator.java => TextMatchFilterOperator.java} | 52 ++-------
.../TextMatchPredicateEvaluatorFactory.java | 60 ++++++++++
.../linkedin/pinot/tools/TextInvertedIndex.java | 126 +++++++++++++++++++++
5 files changed, 225 insertions(+), 73 deletions(-)
copy
pinot-common/src/main/java/com/linkedin/pinot/pql/parsers/pql2/ast/{RegexpLikePredicateAstNode.java
=> TextMatchPredicateAstNode.java} (64%)
copy
pinot-core/src/main/java/com/linkedin/pinot/core/common/predicate/{RegexpLikePredicate.java
=> TextMatchPredicate.java} (66%)
copy
pinot-core/src/main/java/com/linkedin/pinot/core/operator/filter/{BitmapBasedFilterOperator.java
=> TextMatchFilterOperator.java} (56%)
create mode 100644
pinot-core/src/main/java/com/linkedin/pinot/core/operator/filter/predicate/TextMatchPredicateEvaluatorFactory.java
create mode 100644
pinot-tools/src/main/java/com/linkedin/pinot/tools/TextInvertedIndex.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]