This is an automated email from the ASF dual-hosted git repository.
sunithabeeram pushed a change to branch pinot-text-search
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 0d7d4a0 Enhanced PQL grammar to support text match and wired the
predicate to TextMatchFilterOperator. Pending - loading of lucene index and
invoke search
new d7bf303 Rename DocBased to NoDictionaryBased creators
new abb1a74 Enhanced PQL grammar to support text match and wired the
predicate to TextMatchFilterOperator. Pending - loading of lucene index and
invoke search
new c0d91ba Merge branch 'pinot-text-search' of
github.com:apache/incubator-pinot into pinot-text-search
new f0c4bc9 Merge branch 'pinot-text-search' of
github.com:apache/incubator-pinot into pinot-text-search
The 4 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:
...tor.java => NoDictionaryBasedInvertedIndexCreator.java} | 6 +++---
.../segment/creator/impl/SegmentColumnarIndexCreator.java | 14 +++++++-------
.../creator/impl/textsearch/LuceneIndexCreator.java | 4 ++--
.../impl/textsearch/TextSearchIndexCreatorFactory.java | 4 ++--
4 files changed, 14 insertions(+), 14 deletions(-)
rename
pinot-core/src/main/java/com/linkedin/pinot/core/segment/creator/{DocBasedInvertedIndexCreator.java
=> NoDictionaryBasedInvertedIndexCreator.java} (81%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]