samvera / active_fedora

A Rails interface to the Fedora repository, akin to ActiveModel
Other
54 stars 63 forks source link

Remove deprecated Solr StandardFilter #1369

Closed jcoyne closed 5 years ago

jcoyne commented 5 years ago

This filter is deprecated and according to the solr docs it is inoperative if "luceneMatchVersion (in solrconfig.xml) is higher than 3.1." The luceneMatchVersion in active_fedora is currently 5.0.0

See https://lucene.apache.org/solr/guide/7_0/filter-descriptions.html#FilterDescriptions-StandardFilter

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.03%) to 89.552% when pulling d72c25c6504e26dd51c3ad52c3925626f4ef6cc6 on standard-filter into f3f8cc1001f75673641950735b8b18dbb9ee7d0d on master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.03%) to 89.552% when pulling d72c25c6504e26dd51c3ad52c3925626f4ef6cc6 on standard-filter into f3f8cc1001f75673641950735b8b18dbb9ee7d0d on master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.006%) to 89.531% when pulling 5c566c074f14eb475099aef1255b0445183e4095 on standard-filter into 4ef8660493e40d709d71856a0fc7bfc236830dac on master.

cjcolvar commented 5 years ago

Closed by https://github.com/samvera/active_fedora/pull/1380