This is an automated email from the ASF dual-hosted git repository.
thomasm pushed a change to branch OAK-10532
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from 75486c4570 OAK-10532 Cost estimation for not(@x) calculates cost for
@x='value' instead
add fd24291d72 OAK-10532 Cost estimation for not(@x) calculates cost for
@x='value' instead
No new revisions were added by this update.
Summary of changes:
.../src/main/java/org/apache/jackrabbit/oak/Oak.java | 8 ++++++++
.../jackrabbit/oak/query/QueryEngineSettings.java | 18 +++++++++++++++++-
.../apache/jackrabbit/oak/query/index/FilterImpl.java | 5 +++++
.../plugins/index/lucene/LuceneIndexStatistics.java | 8 +++++---
.../org/apache/jackrabbit/oak/spi/query/Filter.java | 5 +++++
.../apache/jackrabbit/oak/spi/query/QueryLimits.java | 3 +++
.../index/search/spi/query/FulltextIndexPlanner.java | 14 ++++++++++----
7 files changed, 53 insertions(+), 8 deletions(-)