Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
New
Description
These removes the rest of the deprecations in the analysis package:
Token's termText field- (DONE)eventually un-deprecate ctors of Token taking Strings (they are still useful) -> if yes remove deprec in 2.9.1(DONE)remove CharacterCache and use Character.valueOf() from Java5(DONE)- Stopwords lists
- Remove the backwards settings from analyzers (acronym, posIncr,...). They are deprecated, but we still have the VERSION constants. Do not know, how to proceed. Keep the settings alive for index compatibility? Or remove it together with the version constants (which were undeprecated).
Attachments
Attachments
Issue Links
- incorporates
-
LUCENE-1988 CharacterCache - references deleted
- Resolved
- is blocked by
-
LUCENE-1989 CharArraySet cannot be made generic, because it violates the Set<char[]> interface
- Reopened
- is related to
-
LUCENE-2002 Add oal.util.Version ctor to QueryParser
- Closed
-
LUCENE-2003 Highlighter has problems when you use StandardAnalyzer with LUCENE_29 or simplier StopFilter with stopWordsPosIncr mode switched on
- Closed