[
https://issues.apache.org/jira/browse/SOLR-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13710831#comment-13710831
]
ASF subversion and git services commented on SOLR-3359:
-------------------------------------------------------
Commit 1504037 from [~okoji091] in branch 'dev/trunk'
[ https://svn.apache.org/r1504037 ]
SOLR-3359: add analyzer attribute/property to SynonymFilterFactory
> SynonymFilterFactory should accept fieldType attribute rather than
> tokenizerFactory
> -----------------------------------------------------------------------------------
>
> Key: SOLR-3359
> URL: https://issues.apache.org/jira/browse/SOLR-3359
> Project: Solr
> Issue Type: Improvement
> Components: Schema and Analysis
> Reporter: Koji Sekiguchi
> Attachments: 0001-Make-SynonymFilterFactory-accept-analyzer-attr.patch
>
>
> I've not been realized that CJKTokenizer and its factory classes was marked
> deprecated in 3.6/4.0 (the ticket is LUCENE-2906) until someone talked to me.
> {code}
> * @deprecated Use StandardTokenizer, CJKWidthFilter, CJKBigramFilter, and
> LowerCaseFilter instead.
> {code}
> I agree with the idea of using the chain of the Tokenizer and TokenFilters
> instead of CJKTokenizer, but it could be a problem for the existing users of
> SynonymFilterFactory with CJKTokenizerFactory.
> So this ticket comes to my mind again.
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]