[
https://issues.apache.org/jira/browse/JCR-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591450#action_12591450
]
Dave Brosius commented on JCR-1544:
-----------------------------------
Ok, fair enough. Is the query syntax of contains documented some where then? It
seemed like it was exactly lucene's syntax except for 'not'. For instance a !b
works as expected.
> [PATCH] fix a NOT b queries
> -----------------------------
>
> Key: JCR-1544
> URL: https://issues.apache.org/jira/browse/JCR-1544
> Project: Jackrabbit
> Issue Type: Improvement
> Components: jackrabbit-core
> Reporter: Dave Brosius
> Priority: Minor
> Attachments: fix_not_queries.patch
>
>
> the query a NOT b doesn't work. Problem was LuceneQueryBuilder was lower
> casing the NOT which causes the javacc code to fail.
> In addition, code just did a blind replaceAll on the string "NOT" and "AND",
> which is wrong for things like 'BAND'.
> Patch changes code to look for "\\band\\b" -> AND and "\\bnot\\b" -> NOT
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.