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

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

NamDT55555 created SOLR-8465:
--------------------------------

             Summary: 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


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