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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to