lucidworks / query-autofiltering-component

A Query Autofiltering SearchComponent for Solr that can translate free-text queries into structured queries using index metadata
Apache License 2.0
28 stars 13 forks source link

Building for Lucene Solr 7+ #9

Open ryac opened 5 years ago

ryac commented 5 years ago

Hello,

It might be a bit of a stretch from 5.x to 7 but was wondering if this plugin can be updated for version 7+? The UninvertingReader Class is deprecated in 7, is there something more appropriate to use in its place?

MarcusSorealheis commented 5 years ago

@ryac I'm looking into this for you now!