[infinispan-issues] [JBoss JIRA] (ISPN-7301) Right operand in term query is not being analyzed
Adrian Nistor (JIRA)
issues at jboss.org
Thu Dec 8 13:02:00 EST 2016
[ https://issues.jboss.org/browse/ISPN-7301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Nistor updated ISPN-7301:
--------------------------------
Status: Open (was: New)
> Right operand in term query is not being analyzed
> -------------------------------------------------
>
> Key: ISPN-7301
> URL: https://issues.jboss.org/browse/ISPN-7301
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying, Remote Querying
> Affects Versions: 9.0.0.Beta1
> Reporter: Jiří Holuša
> Fix For: 9.0.0.Beta2
>
>
> With default configuration, default analyzer should at least do lower-casing, hence following two queries should return the same results:
> {code}
> from Entity where longDescription:'rent'
> {code}
> {code}
> from Entity where longDescription:'RENT'
> {code}
> However, according to my tests, lower-casing is not happening, hence I'm deducing that the right operand analysis doesn't happen at all.
> PR contains test for it as well as other tests for extending query testsuite.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list