projectblacklight / blacklight

Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
http://projectblacklight.org/
Other
757 stars 257 forks source link

Use a separate requestHandler for JSON DSL queries #3066

Closed sandbergja closed 1 year ago

sandbergja commented 1 year ago

Fixes #3042 , particularly for Solr 9, by routing JSON DSL queries to a separate requestHandler.

A separate requestHandler is the recommended approach, at least for versions of solr without a fix to SOLR-16916.

With this PR and the configuration steps from the wiki, it's possible to use the advanced search feature in development, even on Solr 9.