dev-master
9999999-devPHP explain library for apache solr
MIT
The Requires
- php >=7.0.0
The Development Requires
by Timo Hund
PHP explain library for apache solr
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., (*2)
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:, (*3)
, (*4)
PHP explain library for apache solr
MIT