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 "Marcel Reutegger (Jira)" <ji...@apache.org> on 2022/07/12 12:39:00 UTC

[jira] [Updated] (OAK-9708) Invalid logging of 'improper' regex WARN

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

Marcel Reutegger updated OAK-9708:
----------------------------------
    Fix Version/s: 1.44.0

> Invalid logging of 'improper' regex WARN
> ----------------------------------------
>
>                 Key: OAK-9708
>                 URL: https://issues.apache.org/jira/browse/OAK-9708
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: indexing
>            Reporter: Tom Blackford
>            Priority: Minor
>             Fix For: 1.44.0
>
>
> A query like this:
> {code}
> //*[jcr:contains(., '"/my/path"')] option(index tag testTag) 
> {code}
> ...which uses an index with a path regex, will log a WARN like :
> {code}
> Potentially improper use of index /oak:index/regexIndex with queryFilterRegex (["']|^)/ to search for value testTag
> {code}
> ....because of the presence of the property restriction ":indexTag" (from the index tag option) being incorrectly considered to be a property restriction which must match regex.
> This should be ignored in the logic here -  https://github.com/apache/jackrabbit-oak/blob/trunk/oak-search/src/main/java/org/apache/jackrabbit/oak/plugins/index/search/spi/query/FulltextIndexPlanner.java#L308-L319



--
This message was sent by Atlassian Jira
(v8.20.10#820010)