Skip to content

dkd-kaehm/php-solr-explain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Solr Explain

Build Status Latest Stable Version Latest Unstable Version License Monthly Downloads

Apache Solr retrieves an detailed explain output how the score of a result is calculated. This explain result 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

  • Thx to Michael Klapper [email protected] for helping on the initial version
  • Solr.pl, Marek Rogoziński, Rafał Kuć

About

php-solr-explain

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.5%
  • Shell 1.5%