You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2016/11/04 11:24:58 UTC

[jira] [Created] (OAK-5068) Aggregate index: superfluous warning "Full-text index without plan"

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)