-
Notifications
You must be signed in to change notification settings - Fork 0
/
solr.json
184 lines (184 loc) · 14.9 KB
/
solr.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"category": "Search Engine",
"deprecated": false,
"description": "It effectively simplifies the process of interacting with Apache Solr using PHP.\n\nThe extension has features such as built-in, serializable query string builder objects which effectively simplifies the manipulation of name-value pair request parameters across repeated requests.\nThe response from the Solr server is also automatically parsed into native php objects whose properties can be accessed as array keys or object properties without any additional configuration on the client-side.\n\nIts advanced HTTP client reuses the same connection across multiple requests and provides built-in support for connecting to Solr servers secured behind HTTP Authentication or HTTP proxy servers. It is also able to connect to SSL-enabled containers.\n\nPlease consult the documentation for more details on features. Included in the source code are phpdoc stubs that enable autocomplete of Solr classes and methods in IDE during development in userland.\n\nPlease consider staring the package on github, and get a free release ;)\n\nhttps://github.com/php/pecl-search_engine-solr",
"latestReleaseDate": "2024-01-11T16:50:29+00:00",
"latestVersion": "2.7.0",
"license": "PHP License",
"name": "solr",
"php8Mentioned": true,
"releases": {
"2.7.0": {
"version": "2.7.0",
"state": "stable",
"license": "PHP License",
"releasedBy": "biggi",
"releaseDate": "2024-01-11T16:50:29+00:00",
"releaseNotes": "Features:\n- Support Highlight Query (#28)\n- Support PHP 8.3\n- Dropped Support for PHP 7.3 and below\n\nAPI Changes:\n- Added SolrQuery SolrQuery::setHighlightQuery(string $q)\n- Added string SolrQuery::getHighlightQuery()\n\nBug Fixes:\n- Fix parsed parameter types (#37)\n- Fix compile error: libcurl on linux multi-arch support (#46)\n- Fix SegFault in SolrClient::optimize() (debug mode)\n- Fix Missing Windows DLLs (#51) / available on github releases now\n- Fix curl checks for PHP 7.4+, use PKG_CONFIG (remicollet)\n\nInternals:\n- ci: windows tests (#51)\n- parse_int macros",
"get": "https://pecl.php.net/get/solr-2.7.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.6.0": {
"version": "2.6.0",
"state": "stable",
"license": "PHP License",
"releasedBy": "biggi",
"releaseDate": "2022-11-09T13:11:44+00:00",
"releaseNotes": "- PHP 8.1 compatible\n - PHP 8.2 compatible",
"get": "https://pecl.php.net/get/solr-2.6.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.5.1": {
"version": "2.5.1",
"state": "stable",
"license": "PHP License",
"releasedBy": "omars",
"releaseDate": "2020-09-09T14:45:56+00:00",
"releaseNotes": "- PHP 7.4 compatible\n - PHP 7 windows support\n - PHP 8.0.0beta3 compatible\n - Bug #72740 Fixes NULL byte when using addQueryField() w/o boost",
"get": "https://pecl.php.net/get/solr-2.5.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.5.0": {
"version": "2.5.0",
"state": "stable",
"license": "PHP License",
"releasedBy": "omars",
"releaseDate": "2019-07-04T14:52:18+00:00",
"releaseNotes": "- Atomic Updates (partials)\n- Simple Optimistic Concurrency\n- Compatibility with PHP 7.1, 7.2, 7.3, latest 7.4\n- Enable gzip encoding if server supports it\n- Fix Real Time Get requests fails if it wasn't the first request\n- Fix addQueryField return wrong query\n- Fix Solr Extension build fail with curl 7.19+",
"get": "https://pecl.php.net/get/solr-2.5.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.4.0": {
"version": "2.4.0",
"state": "stable",
"license": "PHP License",
"releasedBy": "omars",
"releaseDate": "2016-03-30T13:44:57+00:00",
"releaseNotes": "- PHP 7 Support [Request #70696]\n- Performance Optimizations\n- Enabled SolrUtils::getSolrStats()\n- Fix SolrException*::getInternalInfo\n- Fix SolrQueryResponse::getRequestUrl returns wrong url with terms [Bug #71591]\n- Fix SolrClient::deleteByIds Segfaults with invalid ids [Bug #71853]\n- Fix SolrObject::offsetExists SegFault [Bug #71852]\n- Fix float formatting with decimal comma [Bug #71568]",
"get": "http://pecl.php.net/get/solr-2.4.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.3.0": {
"version": "2.3.0",
"state": "stable",
"license": "PHP License",
"releasedBy": "omars",
"releaseDate": "2015-12-01T21:58:53+00:00",
"releaseNotes": "- Support indexing child/nested documents [Request #70739]\n- Support nested documents parsing SolrObject [Request #70953]\n- Support nested documents parsing SolrDocument [Request #70974]\n- Added maxScore to SolrResponse [Request #68610]\n- Fixed issues on big endean processors (Remi Collet)\n- Enhancements on method parameter naming (reflections)",
"get": "http://pecl.php.net/get/solr-2.3.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.2.1": {
"version": "2.2.1",
"state": "stable",
"license": "PHP License",
"releasedBy": "omars",
"releaseDate": "2015-09-27T17:16:32+00:00",
"releaseNotes": "- Fix windows build",
"get": "http://pecl.php.net/get/solr-2.2.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.2.0": {
"version": "2.2.0",
"state": "stable",
"license": "PHP License",
"releasedBy": "omars",
"releaseDate": "2015-09-26T18:09:26+00:00",
"releaseNotes": "- Support Real Time Get (Request #68647)\n- Support Result Grouping (Request #68793)\n- Support Field Collapsing (Request #70175)\n- Support Expand Component (Request #70176)\n- SolrMissingMandatoryParameterException (Request #70301)\n- Fix SegFault on Solr Server 500 Response with no msg [xml RW] (Bug #69156)\n- Fix SegFault on non-phpserialized 500 responses from Solr Server with PHPS RW (Bug #69156)\n- Fix Failed to parse 500 error response when it lacks msg JSON/PHPS RW (Bug #70495, #70496)\n- Fix compatibility tests with Solr Server 5 (Bug #70333)\n- Fix Error unserializing raw response on statistics response having NaN as value (Bug #67394)",
"get": "http://pecl.php.net/get/solr-2.2.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.1.0": {
"version": "2.1.0",
"state": "stable",
"license": "PHP License",
"releasedBy": "omars",
"releaseDate": "2015-01-17T10:47:26+00:00",
"releaseNotes": "- New Feature: SolrDisMaxQuery Builder (dismax/edismax) [Feature #67101]\n- Support PHPS (PHP Serialized) Response Writer [Request #61329]\n- SolrResponse::getArrayResponse [Feature #67660]\n- SolrResponse::getResponse() returns SolrObject instead of array (with json response writer) [Bug #67579]\n- Argument list parameter: Argument to value separator disappears [Bug #68179]\n- Conflict Occurs When using SolrDisMax::addBoostQuery and setBoostQuery [Bug #68181]\n- Doc Fix [Doc #67542]\n- Internals: simple_list parameter type allow custom delimiter \n- Internals: Allowed zero-length argument value\n- Internals: Allowed zero-length argument-to-argument-value separator\n- Security Fix",
"get": "http://pecl.php.net/get/solr-2.1.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.0.0": {
"version": "2.0.0",
"state": "stable",
"license": "PHP License",
"releasedBy": "omars",
"releaseDate": "2014-06-24T09:13:20+00:00",
"releaseNotes": "- Introduced SolrServerException which handles exception responses produced by Solr Server [Feature #67063]\n - SolrClient::commit $maxSegments removed\n - Removed php curl extension dependency for static builds [Bug #59028]\n - SolrParams/SolrModifiableParams/SolrQuery throws SolrIllegalArguments Exception instead of E_ERROR [Feature #66858]\n - SolrQuery::__construct throws SolrIllegalArgumentException instead of E_ERROR\n - Dropped Support for phpnative Response Writer\n - Fix config involving --enable-solr-debug always enables SOLR_DEBUG [Bug #60361]",
"get": "http://pecl.php.net/get/solr-2.0.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.0.0b": {
"version": "2.0.0b",
"state": "beta",
"license": "PHP License",
"releasedBy": "omars",
"releaseDate": "2014-02-28T12:25:24+00:00",
"releaseNotes": "- Support Solr version 4.0+\n- Added support for retreiving Solr Server system information through SolrClient\n SolrClient::system()\n- Support for softCommit\n- Suppport for expungeDeletes\n- maxSegments for commit is deprecated\n- Added escape character / as per Solr 4 it is reserved for REGEX\n- Disabled warnings for connection errors, SolrClientException is thrown\n- SolrClientException messages for connection errors are more meaningful indicating error messages and codes\n- API changes for:\n SolrClient::commit($maxSegments = 0, $softCommit = false, $waitSearcher = true, $expungeDeletes = false)\n SolrClient::optimize($maxSegments = 1, $softCommit = false, $waitSearcher = true)\n SolrClient::addDocument(SolrInputDocument &$doc, $overwrite = true, $commitWithin = 0) \n SolrClient::addDocuments(array &$docs, $overwrite = true, $commitWithin = 0)\n- Several Bug Fixes\nWarning: PECL Solr >= 2 is not compatible with Solr Server < 4.0",
"get": "http://pecl.php.net/get/solr-2.0.0b",
"SPDX-License-Identifier": "PHP-3.01"
},
"1.1.1": {
"version": "1.1.1",
"state": "stable",
"license": "PHP License",
"releasedBy": "omars",
"releaseDate": "2014-06-20T07:46:32+00:00",
"releaseNotes": "- Fix Windows Build",
"get": "http://pecl.php.net/get/solr-1.1.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"1.1.0": {
"version": "1.1.0",
"state": "stable",
"license": "PHP License",
"releasedBy": "omars",
"releaseDate": "2014-06-19T09:20:09+00:00",
"releaseNotes": "1.1.0 Stable\n - Introduced SolrServerException which handles exception responses produced by Solr Server [Feature #67063]\n - SolrClient::commit $maxSegments removed\n - SolrQuery::__construct throws SolrIllegalArgumentException instead of E_ERROR\n - Removed php curl extension dependency for static builds [Bug #59028]\n \nFrom 1.1.0b\n - SolrClient::system Access system servlet which fetch Solr Server System Information\n - SolrClient::commit argument $maxSegments is now DEPRECATED\n - SolrClient::commit Added support for expungeDeletes on \n - All SolrClient methods throws SolrClientExceptions instead of E_WARNING + SolrClientException\n - SolrClientExceptions' messages are more informative in case of connection errors\n - Added json extension validation \n - All SolrResponse, SolrQueryResponse, SolrUpdateResponse, SolrPingResponse, SolrGenericResponse, SolrDocument, and SolrInputDocument classes are now final\n - All parameters functions throws SolrIllegalArgumentException instead of E_RROR\n - SolrParams/SolrModifiableParams/SolrQuery throws SolrIllegalArguments Exception instead of E_ERROR [Feature #66858]\n - Various Bug Fixes",
"get": "http://pecl.php.net/get/solr-1.1.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"1.1.0b": {
"version": "1.1.0b",
"state": "beta",
"license": "PHP License",
"releasedBy": "omars",
"releaseDate": "2014-03-17T09:18:12+00:00",
"releaseNotes": "- SolrClient::system Access system servlet which fetch Solr Server System Information\n - SolrClient::commit argument $maxSegments is now DEPRECATED\n - SolrClient::commit Added support for expungeDeletes on \n - All SolrClient methods throws SolrClientExceptions instead of E_WARNING + SolrClientException\n - SolrClientExceptions' messages are more informative in case of connection errors\n - Added json extension validation \n - All SolrResponse, SolrQueryResponse, SolrUpdateResponse, SolrPingResponse, SolrGenericResponse, SolrDocument, and SolrInputDocument classes are now final\n - All parameters functions throws SolrIllegalArgumentException instead of E_RROR\n - SolrParams/SolrModifiableParams/SolrQuery throws SolrIllegalArguments Exception instead of E_ERROR (Feature #66858)\n - Various Bug Fixes",
"get": "http://pecl.php.net/get/solr-1.1.0b",
"SPDX-License-Identifier": "PHP-3.01"
},
"1.0.2": {
"version": "1.0.2",
"state": "stable",
"license": "PHP License",
"releasedBy": "iekpo",
"releaseDate": "2011-11-28T21:50:07+00:00",
"releaseNotes": "- Several Bug Fixes by Pierrick, Felipe and Tony\n- Changes to make the code compile on 5.2.3 and greater\n- Changes to Tests by Pierrick",
"get": "http://pecl.php.net/get/solr-1.0.2",
"SPDX-License-Identifier": "PHP-3.01"
},
"1.0.1": {
"version": "1.0.1",
"state": "stable",
"license": "PHP License",
"releasedBy": "iekpo",
"releaseDate": "2011-06-04T04:39:01+00:00",
"releaseNotes": "- Added support for json response writer in SolrClient\n- Removed final bit from classes so that they can be mocked in unit tests\n- Changed from beta to stable\n- Included phpdoc stubs in source to enable autocomplete of Solr classes and methods in IDE during development\n- Lowered libxml2 version requirement to 2.6.16",
"get": "http://pecl.php.net/get/solr-1.0.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.9.11": {
"version": "0.9.11",
"state": "beta",
"license": "PHP License",
"releasedBy": "iekpo",
"releaseDate": "2010-06-22T00:39:53+00:00",
"releaseNotes": "- Added ability to specify response writer in constructor option (\"wt\")\n- Added new method to set response writer SolrClient::setResponseWriter()\n- Currently, the only supported response writers are 'xml' and 'phpnative'\n- Added support for new native Solr response writer\n- New response writer is available at https://issues.apache.org/jira/browse/SOLR-1967",
"get": "http://pecl.php.net/get/solr-0.9.11",
"SPDX-License-Identifier": "PHP-3.01"
}
},
"summary": "The Apache Solr PHP extension is an extremely fast,\n light-weight, feature-rich library that allows PHP applications to\n communicate easily and efficiently with Apache Solr server instances\n using an object-oriented API.",
"SPDX-License-Identifier": "PHP-3.01"
}