samvera / hydra-works

A ruby gem implementation of the PCDM Works domain model based on the Samvera software stack
Other
24 stars 14 forks source link

deprecated plugin/analysis class [solr.TrieIntField] #355

Closed pscdodd closed 5 years ago

pscdodd commented 5 years ago

From the solr (Version 7.5.0) Log: "Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly."

Trie fields are deprecated as of Solr 7.0. See http://lucene.apache.org/solr/7_1_0/solr-core/deprecated-list.html

Found in samvera 2.3.3

pscdodd commented 5 years ago

Other depreciated plugins:

31.10.2018, 13:54:06 | WARN false | x:hydra-development | SolrResourceLoader | Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly. 31.10.2018, 13:54:06 | WARN false | x:hydra-development | SolrResourceLoader | Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly. 31.10.2018, 13:54:06 | WARN false | x:hydra-development | SolrResourceLoader | Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly. 31.10.2018, 13:54:06 | WARN false | x:hydra-development | SolrResourceLoader | Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly. 31.10.2018, 13:54:06 | WARN false | x:hydra-development | SolrResourceLoader | Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly. 31.10.2018, 13:54:06 | WARN false | x:hydra-development | SolrResourceLoader | Solr loaded a deprecated plugin/analysis class [solr.StandardFilterFactory]. Please consult documentation how to replace it accordingly.

jcoyne commented 5 years ago

This should be fixed by #356

jcoyne commented 5 years ago

Also needs the upstream https://github.com/samvera/active_fedora/pull/1368