[infinispan-issues] [JBoss JIRA] (ISPN-9494) Ickl full-text queries with wildcards are affected by upper/lower case

Adrian Nistor (JIRA) issues at jboss.org
Fri Sep 7 10:37:00 EDT 2018


     [ https://issues.jboss.org/browse/ISPN-9494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Nistor updated ISPN-9494:
--------------------------------
    Status: Open  (was: New)


> Ickl full-text queries with wildcards are affected by upper/lower case
> ----------------------------------------------------------------------
>
>                 Key: ISPN-9494
>                 URL: https://issues.jboss.org/browse/ISPN-9494
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Embedded Querying, Remote Querying
>    Affects Versions: 7.2.2.Final
>            Reporter: Wolf-Dieter Fink
>            Assignee: Adrian Nistor
>
> If an attribute is annotated with 
>    @Field(index = Index.YES,store = Store.YES, analyze = Analyze.YES)
> a full-text search with wildcards can be used like this
>     from proto.Person p where p.firstName : 'wolf*ng'
> It is expected that the query will ignore capitalisation. So a search 'Wolf*' 'Wolf*ng' 'wolf*' should find the attribute value "Wolfgang" and "wolfgang".
> But only if the query is written in lower-case it will match the expectation



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list