[
https://issues.apache.org/jira/browse/SOLR-12775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16693132#comment-16693132
]
Uwe Schindler commented on SOLR-12775:
--------------------------------------
IMHO, we do not need to clone the tokenizer, as the base class has all required
functionality! I'd only add the deprecated LowercaseTokenizerFactory that just
calls: {{return CharTokenizer.fromTokenCharPredicate(Character::isLetter,
Character::toLowerCase);}} in create.
> Add a deprecated implementation of LowerCaseTokenizer
> -----------------------------------------------------
>
> Key: SOLR-12775
> URL: https://issues.apache.org/jira/browse/SOLR-12775
> Project: Solr
> Issue Type: Task
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Alan Woodward
> Priority: Blocker
> Fix For: master (8.0)
>
> Attachments: SOLR-12775.patch, SOLR-12775.patch, SOLR-12775.patch,
> SOLR-12775.patch
>
>
> LUCENE-8498 will remove LowerCaseTokenizer and LowerCaseTokenizerFactory from
> lucene 8. To make upgrading from Solr 7.x to Solr 8 easier for users who
> have schemas that use LowerCaseTokenizerFactory, we should add a deprecated
> copy of the code to the {{org.apache.solr.analysis}} package.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]