ts / solr-explain-php
PHP explain library for apache solr
Fund package maintenance!
www.typo3-solr.com
Requires
- php: ^8.2
- ext-dom: *
Requires (Dev)
- phpstan/phpstan: ^2.1.6
- phpstan/phpstan-phpunit: ^2.0.4
- phpunit/phpunit: ^11.3.1
- rector/rector: ^2.0
- typo3/coding-standards: v0.8.0
README
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:
Thanks
- Thx to Michael Klapper michael.klapper@aoemedia.de for helping on the initial version
- Solr.pl, Marek Rogoziński, Rafał Kuć