Skip to content

Commit c2ac82a

Browse files
committed
Release 4.0.0
See changelog: 3.0.0...4.0.0
1 parent d57e8d4 commit c2ac82a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitattributes

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
/.github export-ignore
2+
/Build export-ignore
3+
/Tests export-ignore
14
/.editorconfig export-ignore
25
/.gitattributes export-ignore
3-
/.github export-ignore
46
/.gitignore export-ignore
5-
/Build export-ignore
7+
/.php-cs-fixer.php export-ignore
68
/example.png export-ignore
7-
/Tests export-ignore
9+
/rector.php export-ignore

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Apache Solr retrieves a detailed explain output how the score of a result is calculated. This explain-result library
1010
is good for people who know how solr works, but it is also hard to understand.
1111

12-
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.
12+
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.
1313
to display a pie chart that shows the integrator which field had an impact on that match:
1414

1515
![Pie chart with explain information](example.png)

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "apache-solr-for-typo3/php-solr-explain",
33
"description": "PHP explain library for apache solr",
4-
"version": "3.0.0",
54
"license": "MIT",
65
"authors": [
76
{

0 commit comments

Comments
 (0)