[JBoss JIRA] (ISPN-7301) Right operand in term query is not being analyzed
by Jiří Holuša (JIRA)
Jiří Holuša created ISPN-7301:
---------------------------------
Summary: 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
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)
9 years, 4 months
[JBoss JIRA] (ISPN-7300) Operator '-' doesn't work in fulltext querying
by Jiří Holuša (JIRA)
Jiří Holuša created ISPN-7300:
---------------------------------
Summary: Operator '-' doesn't work in fulltext querying
Key: ISPN-7300
URL: https://issues.jboss.org/browse/ISPN-7300
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying, Remote Querying
Affects Versions: 9.0.0.Beta1
Reporter: Jiří Holuša
Given following query:
{code}
from Entity t where t.longDescription : (-'really')
{code}
I would expect to return all entities that doesn't contain the word 'really' (opposite to +), but it seems to be not working.
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)
9 years, 4 months
[JBoss JIRA] (ISPN-3391) Upgrade to JBoss Marshalling 2.0.0.Beta3
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/ISPN-3391?page=com.atlassian.jira.plugin.... ]
Paul Ferraro reassigned ISPN-3391:
----------------------------------
Assignee: Paul Ferraro (was: Galder Zamarreño)
> Upgrade to JBoss Marshalling 2.0.0.Beta3
> ----------------------------------------
>
> Key: ISPN-3391
> URL: https://issues.jboss.org/browse/ISPN-3391
> Project: Infinispan
> Issue Type: Component Upgrade
> Components: Build process, Marshalling
> Affects Versions: 6.0.0.Alpha1, 9.0.0.Beta1, 8.2.5.Final
> Reporter: Dan Berindei
> Assignee: Paul Ferraro
>
> Quoting David Lloyd:
> The following things should be known about this update:
> * There are some API incompatibilities (in particular, Creators are gone, and Externalizers changed a little bit)
> * The binary protocol is 100% identical
> 2.x can interoperate with 1.x over the wire with no problems
> * The changes to Infinispan seem pretty minimal
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-3391) Upgrade to JBoss Marshalling 2.0.0.Beta3
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/ISPN-3391?page=com.atlassian.jira.plugin.... ]
Paul Ferraro updated ISPN-3391:
-------------------------------
Summary: Upgrade to JBoss Marshalling 2.0.0.Beta3 (was: Upgrade to JBoss Marshalling 2.0.0.Beta2)
> Upgrade to JBoss Marshalling 2.0.0.Beta3
> ----------------------------------------
>
> Key: ISPN-3391
> URL: https://issues.jboss.org/browse/ISPN-3391
> Project: Infinispan
> Issue Type: Component Upgrade
> Components: Build process, Marshalling
> Affects Versions: 6.0.0.Alpha1, 9.0.0.Beta1, 8.2.5.Final
> Reporter: Dan Berindei
> Assignee: Galder Zamarreño
>
> Quoting David Lloyd:
> The following things should be known about this update:
> * There are some API incompatibilities (in particular, Creators are gone, and Externalizers changed a little bit)
> * The binary protocol is 100% identical
> 2.x can interoperate with 1.x over the wire with no problems
> * The changes to Infinispan seem pretty minimal
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months