2017 © Pedro PelĂĄez
 

library php-solr-explain

PHP explain library for apache solr

image

apache-solr-for-typo3/php-solr-explain

PHP explain library for apache solr

  • Thursday, June 14, 2018
  • by timohund
  • Repository
  • 2 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP Solr Explain

Build Status Latest Stable Version Latest Unstable Version License Monthly Downloads, (*1)

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)

Pie chart with explain information, (*4)

Thanks

The Versions

14/06 2018

dev-master

9999999-dev

PHP explain library for apache solr

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Timo Hund