1

I wonder if there is a possibility to use the SOLR export request handler with the PHP Solarium library: https://solr.apache.org/guide/6_6/exporting-result-sets.html

I can access the results applying the example "http://localhost:8983/solr/core_name/export?q=my-query&sort=severity+desc,timestamp+desc&fl=severity,timestamp,msg" through the browser or curl, but not through the Solarium library as there seem to be no such thing as $client->createExport

Am I missing something?

I also tried $request->setHandler('export'), following the example from How to use a custom request handler in Solarium, but it is still using the select handler.

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.