Thomas Mueller created OAK-5068:
-----------------------------------
Summary: Aggregate index: superfluous warning "Full-text index
without plan"
Key: OAK-5068
URL: https://issues.apache.org/jira/browse/OAK-5068
Project: Jackrabbit Oak
Issue Type: Bug
Components: query
Reporter: Thomas Mueller
Assignee: Thomas Mueller
The aggregate index (used for Lucene fulltext index of type compatVersion 1)
logs a warning "Full-text index without plan" for the following query:
{noformat}
select * from [nt:base] where contains(*, 'abc OR xyz')
{noformat}
In the past, this used to be unexpected, but now as we have compatVersion 2
indexes, it is no longer a problem.
I will change the log message to "debug".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)