[ https://issues.apache.org/jira/browse/SOLR-1820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Muir updated SOLR-1820: ------------------------------ Attachment: SOLR-1820.patch Attached is a patch that removes the deprecates bits. If you try to specify the charset param, instead of a warning you get an error. > Remove custom greek/russian charsets encoding > --------------------------------------------- > > Key: SOLR-1820 > URL: https://issues.apache.org/jira/browse/SOLR-1820 > Project: Solr > Issue Type: Task > Components: Schema and Analysis > Reporter: Robert Muir > Priority: Minor > Attachments: SOLR-1820.patch > > > In Solr 1.4, we deprecated support for 'custom encodings embedded inside > unicode'. > This is where the analyzer in lucene itself did encoding conversions, its > better to just let > analyzers be analyzers, and leave encoding conversion to Java. > In order to move to Lucene 3.x, we need to remove this deprecated support, > and instead > issue an error in the factories if you try to do this (instead of a warning). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.