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
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.