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

Jukka Zitting updated JCR-1544:
-------------------------------

    Issue Type: Improvement  (was: Bug)

Classifying as an improvement. AFAIUI full text matching is case-insensitive, 
so BAND being turned to Band won't matter that much.

> [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.

Reply via email to