Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solr: All Trie* numeric and date field types have been deprecated in favor of *Point field types. #121

Open
alexskr opened this issue Nov 3, 2021 · 0 comments

Comments

@alexskr
Copy link
Member

alexskr commented Nov 3, 2021

we are seeing warning in solr v8+:

Solr loaded a deprecated plugin/analysis class [solr.EnumField]. Please consult documentation how to replace it accordingly.
Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly. 

Starting with Solr 7.x:

All Trie* numeric and date field types have been deprecated in favor of *Point field types. Point field types are better at range queries (speed, memory, disk), however simple field:value queries underperform relative to Trie. Either accept this, or continue to use Trie fields. This shortcoming may be addressed in a future release.

https://solr.apache.org/docs/8_0_0/changes/Changes.html#v7.0.0.upgrading_from_solr_6.x

alexskr added a commit that referenced this issue Nov 14, 2023
resolves #121
BioPortal configuration is groupped into one section to make future
upgrades easier.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants