solariumphp / solarium

PHP Solr client library
Other
929 stars 302 forks source link

Metrics API #669

Open bmeynell opened 5 years ago

bmeynell commented 5 years ago

There does not appear to be direct support for Solr's Metrics API.

Thoughts? TY!

mkalkbrenner commented 5 years ago

For sure this could be integrated.

If you want to work on this, I'll be happy to review a PR.

mkalkbrenner commented 5 years ago

We already added a generic implementation of the V2 API.

See https://github.com/solariumphp/solarium/blob/bdb78b9260df9922161cfe8b4cf7df9243b50ccb/tests/Integration/AbstractTechproductsTest.php#L509 for an example

Firesphere commented 5 years ago

What would these metrics be able to return? I'm interested as it would be a great addition to our CMS-based control that already is used to built elevation and custom search-fields :)