The "language" parameter to PolyAnalyzer#new is deprecated
----------------------------------------------------------
Key: LUCY-212
URL: https://issues.apache.org/jira/browse/LUCY-212
Project: Lucy
Issue Type: Task
Reporter: Nick Wellnhofer
Assignee: Nick Wellnhofer
The "language" parameter to PolyAnalyzer#new is deprecated.
If you want the exact behavior of the old PolyAnalyzer with language parameter,
you have to manually create a PolyAnalyzer with a CaseFolder, default
RegexTokenizer, and SnowballStemmer.
You can also use the new EasyAnalyzer which takes a language parameter like the
old PolyAnalyzer. The EasyAnalyzer uses a StandardTokenizer, Normalizer, and
SnowballStemmer, though.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira