You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ishan Chattopadhyaya (JIRA)" <ji...@apache.org> on 2015/12/25 08:52:49 UTC

[jira] [Commented] (SOLR-8465) support index & search Khmer language

    [ https://issues.apache.org/jira/browse/SOLR-8465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15071405#comment-15071405 ] 

Ishan Chattopadhyaya commented on SOLR-8465:
--------------------------------------------

Maybe you could start with evaluating the tokens obtained from the StandardTokenizer? https://lucene.apache.org/core/5_3_1/analyzers-common/org/apache/lucene/analysis/standard/StandardTokenizerImpl.html#SOUTH_EAST_ASIAN_TYPE
I think more useful suggestions can be had by asking at the solr-users list (or lucene mailing lists).

> support index & search Khmer language
> -------------------------------------
>
>                 Key: SOLR-8465
>                 URL: https://issues.apache.org/jira/browse/SOLR-8465
>             Project: Solr
>          Issue Type: Wish
>          Components: SolrJ
>    Affects Versions: 5.3.1
>         Environment: Linux, PHP - Mysql
>            Reporter: NamDT55555
>              Labels: language, solr
>
> Dear all,
> I have a project with Khmer language 
> I use Solr 5.3.1 
> I configure schema to declare a fieldType with name: text_kh as below: 
> <fieldType name="text_kh" class="solr.TextField" positionIncrementGap="100">
>       <analyzer type="index">
>         <tokenizer class="solr.ICUTokenizerFactory"/>
> 		<filter class="solr.LowerCaseFilterFactory"/>
>       </analyzer>
> 	  <analyzer type="query">
> 		<tokenizer class="solr.StandardTokenizerFactory"/>
> 		<filter class="solr.LowerCaseFilterFactory"/>
> 		
>       </analyzer>
>     </fieldType>
> It can index, but i cannot search Khmer language (such as: នាងជាពិភពលោកខ្ញុំ) 
> Please support me to resolve this issue
> Thank you!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org