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

Fabian Christ closed STANBOL-854.
---------------------------------

    
> Add optional support for Chinese via the Solr/lucene smartcn module
> -------------------------------------------------------------------
>
>                 Key: STANBOL-854
>                 URL: https://issues.apache.org/jira/browse/STANBOL-854
>             Project: Stanbol
>          Issue Type: Sub-task
>          Components: Commons
>            Reporter: Rupert Westenthaler
>            Assignee: Rupert Westenthaler
>             Fix For: commons-0.11.0
>
>
> Create a Bundle for the Solr/Lucene Smart Chinese analyzer modules
> If this Bundle is installed to Stanbol than users will be able to use Solr 
> Field configuration such as 
>     <!--
>      CHINESE 
> (http://wiki.apache.org/solr/LanguageAnalysis#Chinese.2C_Japanese.2C_Korean)
>      This requires the {instanceDir}/lib/lucene-smartcn-3.6.1.jar file to be 
> present
>      -->
>     <fieldType name="text_zh" class="solr.TextField" 
> positionIncrementGap="100">
>       <analyzer type="index">
>         <tokenizer class="solr.SmartChineseSentenceTokenizerFactory"/>
>         <filter class="solr.SmartChineseWordTokenFilterFactory"/>
>         <filter class="solr.LowerCaseFilterFactory"/>
>         <filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
>       </analyzer>
>       <analyzer type="query">
>         <tokenizer class="solr.SmartChineseSentenceTokenizerFactory"/>
>         <filter class="solr.SmartChineseWordTokenFilterFactory"/>
>         <filter class="solr.LowerCaseFilterFactory"/>
>         <filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
>         <filter class="solr.PositionFilterFactory" />
>       </analyzer>
>     </fieldType>
> with the Stanbol Commons Solr Core module. This will also allow the Entityhub 
> SolrYard to use indexes with fieldType definitions like that.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to