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:25:58 UTC

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

     [ https://issues.apache.org/jira/browse/OAK-5068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Mueller resolved OAK-5068.
---------------------------------
    Resolution: Fixed

http://svn.apache.org/r1768015 (trunk)

> 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
>             Fix For: 1.5.13
>
>
> 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)