This is an automated email from the ASF dual-hosted git repository.
mkataria pushed a change to branch OAK-11721
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from 0992d27068 OAK-11721: experimental and inferenceConfig implementation
should be backward compatible + resolve default config implementation
add 6fa9f0c090 OAK-11719: vector query should not break normal queries
add 71ca8aff5e OAK-11721: added compatibility flag
add caa0b0ea34 OAK-11719: added review comments
No new revisions were added by this update.
Summary of changes:
.../oak/query/ast/FullTextSearchImpl.java | 8 +-
.../jackrabbit/oak/query/AbstractQueryTest.java | 1 -
.../plugins/index/lucene/LucenePropertyIndex.java | 9 +++
.../index/lucene/LuceneFullTextIndexTest.java | 6 ++
.../index/lucene/LuceneTestRepositoryBuilder.java | 2 +
.../oak/spi/query/fulltext/VectorQuery.java | 18 +++--
.../oak/spi/query/fulltext/VectorQueryTest.java | 88 +++++++++++++++-------
.../index/elastic/ElasticFullTextIndexTest.java | 6 ++
.../oak/plugins/index/FullTextIndexCommonTest.java | 81 ++++++++++++--------
9 files changed, 150 insertions(+), 69 deletions(-)