[ 
https://issues.apache.org/jira/browse/SOLR-13138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16742985#comment-16742985
 ] 

Alan Woodward commented on SOLR-13138:
--------------------------------------

Related work in lucene is at LUCENE-8638

WordDelimiterFilter, SynonymFilter and LegacyBM25Similarity are all referred to 
in Solr, but will be deprecated throughout Solr 8.0 and issue warnings whenever 
they're used, so I think we're safe to just remove all references to them in 
master.

Jaspell is a bit trickier, as it's the default lookup implementation.  The 
JaspellLookupFactory class itself is also not deprecated, so there aren't any 
warnings emitted when it's used currently (JaspellLookup isn't loaded via a 
classloader so the normal deprecation checks don't happen there).  We should 
open a separate issue to deal with this in isolation.

> Remove deprecated code in master
> --------------------------------
>
>                 Key: SOLR-13138
>                 URL: https://issues.apache.org/jira/browse/SOLR-13138
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>    Affects Versions: master (9.0)
>            Reporter: Alan Woodward
>            Priority: Major
>
> There are a number of deprecations in master that should be removed.  This 
> issue is to keep track of deprecations as a whole, some individual 
> deprecations may require their own issues.
>  
> Work on this issue should be pushed to the `master-deprecations` branch on 
> gitbox.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to