We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We see one error and one warning about PDC_discovery in the Solr logs running on Jammy/Java17.
The error is o.a.s.c.RecoveryStrategy No UpdateLog found - cannot recover. We think we can fix this with the change from here: https://github.com/pulibrary/pul_solr/pull/252/files#diff-db77897050f32a1cd7706d918c73228ea0c185d432cd63211b42642ff9b988d9.
o.a.s.c.RecoveryStrategy No UpdateLog found - cannot recover.
The warning is o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.SynonymFilterFactory]. Documentation: Deprecated class Replacement class The docs say we should also use https://lucene.apache.org/core/8_0_0/analyzers-common/org/apache/lucene/analysis/core/FlattenGraphFilterFactory.html at index time. See also https://www.mail-archive.com/[email protected]/msg00113.html for an example.
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.SynonymFilterFactory].
Related to #537.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We see one error and one warning about PDC_discovery in the Solr logs running on Jammy/Java17.
The error is
o.a.s.c.RecoveryStrategy No UpdateLog found - cannot recover.
We think we can fix this with the change from here: https://github.com/pulibrary/pul_solr/pull/252/files#diff-db77897050f32a1cd7706d918c73228ea0c185d432cd63211b42642ff9b988d9.The warning is
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.SynonymFilterFactory].
Documentation:
Deprecated class
Replacement class
The docs say we should also use https://lucene.apache.org/core/8_0_0/analyzers-common/org/apache/lucene/analysis/core/FlattenGraphFilterFactory.html at index time. See also https://www.mail-archive.com/[email protected]/msg00113.html for an example.
Related to #537.
The text was updated successfully, but these errors were encountered: