Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
See changelog:

3.0.0...4.0.0
  • Loading branch information
dkd-kaehm committed Feb 28, 2025
1 parent d57e8d4 commit c2ac82a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/.github export-ignore
/Build export-ignore
/Tests export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/Build export-ignore
/.php-cs-fixer.php export-ignore
/example.png export-ignore
/Tests export-ignore
/rector.php export-ignore
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
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.
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](example.png)
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "apache-solr-for-typo3/php-solr-explain",
"description": "PHP explain library for apache solr",
"version": "3.0.0",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit c2ac82a

Please # to comment.