Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-8465

support index & search Khmer language

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 5.3.1
    • None
    • SolrJ
    • Linux, PHP - Mysql

    Description

      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!

      Attachments

        Activity

          People

            Unassigned Unassigned
            namdt55555 NamDT55555
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: