Makes changes to the schema.xml to support Solr 8. Removes the StandardFilterFactory which has been deprecated and was a no-op, so removing it doesn't affect anything related to indexind.
Updates the different solr wrapper files so we can continue to use the solr_wrapper gem.
N.B. This configuration also works with Solr 7, so we could merge this and continue to use Solr 7 in our QA and prod environments. It will have no effect on indexing.
Coverage remained the same at 99.439% when pulling a6204a6df086cdf3df2f83ecb3b73bb0ad1f6156 on solr-8 into 33648850f26e615e98c8e9bc7404f9223e3de239 on master.
Description
Makes changes to the schema.xml to support Solr 8. Removes the StandardFilterFactory which has been deprecated and was a no-op, so removing it doesn't affect anything related to indexind.
Updates the different solr wrapper files so we can continue to use the solr_wrapper gem.