epugh opened a new pull request, #4145: URL: https://github.com/apache/solr/pull/4145
https://issues.apache.org/jira/browse/SOLR-18111 # Description I wanted to explore what it would mean to remove the legacy field types from our codebase. Removing legacy field types also means removing Trie field types. I know that for certain highly specialized use cases Trie still has value to some people. So maybe we want to migrate it to it's own repo outside of Solr so that it doesn't impact all our code? Though of course making those interfaces will be fun! There is a lot of "if trie then". My head has this as a Solr 11 change if we go forward. I wanted to share this to see what the impact would be and if removing these things helps simplify our lives at all. # Solution Removing code and working on the tests. # Tests So many! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
