You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2017/08/09 05:35:00 UTC

[jira] [Closed] (KYLIN-1944) UTF 8

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

Shaofeng SHI closed KYLIN-1944.
-------------------------------

> UTF 8 
> ------
>
>                 Key: KYLIN-1944
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1944
>             Project: Kylin
>          Issue Type: Bug
>          Components: Tools, Build and Test
>            Reporter: nandan priyadarshi
>            Assignee: Zhong,Jason
>   Original Estimate: 34h
>  Remaining Estimate: 34h
>
> I am using Datastax Cassandra 4.8 version. Using Solr for Search activity. In my table , I have Chinese character as well as English character. Table retrieval is working smooth ,but some time I am not able to retrive all records for particular filter. 
> For example :- 
> select * from yf_product_books where solr_query = 'author:杰奎琳'; 
> gives me 1 record . 
> but 
> select * from yf_product_books where solr_query = 'author:杰奎*';
> or
> select * from yf_product_books where solr_query = 'author:*奎*';
> I am not getting zero rows. 
> Please suggest me where I am  doing wrong.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)