ts/solr-explain-php

PHP explain library for apache solr

Maintainers

Package info

github.com/timoschmidt/php-solr-explain

Issues

pkg:composer/ts/solr-explain-php

Fund package maintenance!

www.typo3-solr.com

Statistics

Installs: 79

Dependents: 0

Suggesters: 0

Stars: 0

4.0.0 2025-02-28 13:16 UTC

This package is not auto-updated.

Last update: 2026-02-28 20:15:01 UTC


README

Build Status Latest Stable Version Latest Unstable Version License Monthly Downloads

Apache Solr retrieves a detailed explain output how the score of a result is calculated. This explain-result library is good for people who know how solr works, but it is also hard to understand.

php-solr-explain is a library that parses this explain output and calculates the impact of each field. Finally, this information can be used, e.g. to display a pie chart that shows the integrator which field had an impact on that match:

Pie chart with explain information

Thanks