forked from Fyb3roptik/php-pecl-solr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage2.xml
executable file
·575 lines (554 loc) · 20.1 KB
/
package2.xml
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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.4.7" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>solr</name>
<channel>pecl.php.net</channel>
<summary>The Apache Solr PHP extension is an extremely fast, light-weight, feature-rich library that allows PHP applications to communicate easily and efficiently with Apache Solr server instances using an object-oriented API.</summary>
<description>It effectively simplifies the process of interacting with Apache Solr using PHP5 and it already comes with built-in readiness for the latest features added in Solr 3.1. The 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. The 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. Its 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. Please 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.</description>
<lead>
<name>Israel Ekpo</name>
<user>iekpo</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<developer>
<name>Eric Caron</name>
<user>ecaron</user>
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2012-09-26</date>
<version>
<release>1.0.3</release>
<api>1.0.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<!-- Notes for the latest release -->
<notes>
<![CDATA[
- Applied patch to handle SOLR_DEBUG better
- No longer pass "waitFlush" in commit
- Organized versioning in the .h files
]]>
</notes>
<!-- Contents of the Source -->
<contents>
<dir name="/">
<file role="doc" name="CREDITS"/>
<file role="doc" name="INSTALL"/>
<file role="doc" name="LICENSE"/>
<file role="doc" name="NOTICE"/>
<file role="doc" name="README"/>
<file role="doc" name="TECH_NOTES"/>
<file role="test" name="tests/bootstrap.inc" />
<file role="test" name="tests/test.config.inc" />
<file role="test" name="tests/skip.if.server_not_configured.inc" />
<file role="test" name="tests/files/response_xml.1.xml" />
<file role="test" name="tests/solrclient_001.phpt" />
<file role="test" name="tests/solrclient_002.phpt" />
<file role="test" name="tests/solrclient_003.phpt" />
<file role="test" name="tests/solrclient_004.phpt" />
<file role="test" name="tests/solrclient_005.phpt" />
<file role="test" name="tests/solrdocument_001.phpt" />
<file role="test" name="tests/solrdocument_002.phpt" />
<file role="test" name="tests/solrdocument_003.phpt" />
<file role="test" name="tests/solrdocument_004.phpt" />
<file role="test" name="tests/solrobject_001.phpt" />
<file role="test" name="tests/solrobject_002.phpt" />
<file role="test" name="tests/solrobject_003.phpt" />
<file role="test" name="tests/solrobject_004.phpt" />
<file role="test" name="tests/solrobject_005.phpt" />
<file role="test" name="tests/solrquery_001.phpt" />
<file role="test" name="tests/solrquery_002.phpt" />
<file role="test" name="tests/solrquery_003.phpt" />
<file role="test" name="tests/solrquery_004.phpt" />
<file role="test" name="tests/solrquery_005.phpt" />
<file role="test" name="tests/solrquery_006.phpt" />
<file role="test" name="tests/solrquery_007.phpt" />
<file role="src" name="config.m4"/>
<file role="src" name="config.w32"/>
<file role="src" name="solr.dsp"/>
<file role="src" name="php_solr.h"/>
<file role="src" name="php_solr_api.h"/>
<file role="src" name="php_solr_bc_macros.h"/>
<file role="src" name="solr_constants.h"/>
<file role="src" name="solr_macros.h"/>
<file role="src" name="solr_string.h"/>
<file role="src" name="solr_types.h"/>
<file role="src" name="php_solr.c"/>
<file role="src" name="php_solr_client.c"/>
<file role="src" name="php_solr_document.c"/>
<file role="src" name="php_solr_exception.c"/>
<file role="src" name="php_solr_input_document.c"/>
<file role="src" name="php_solr_object.c"/>
<file role="src" name="php_solr_params.c"/>
<file role="src" name="php_solr_query.c"/>
<file role="src" name="php_solr_response.c"/>
<file role="src" name="php_solr_utils.c"/>
<file role="src" name="solr_functions_client.c"/>
<file role="src" name="solr_functions_debug.c"/>
<file role="src" name="solr_functions_document.c"/>
<file role="src" name="solr_functions_helpers.c"/>
<file role="src" name="solr_functions_params.c"/>
<file role="src" name="solr_functions_response.c"/>
<file role="src" name="solr_string.c"/>
</dir>
</contents>
<!-- Registered dependencies -->
<dependencies>
<required>
<php>
<!-- PHP versions lower than 5.2.3 are not compatible or are causing tests to FAIL -->
<min>5.2.3</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
<extension>
<name>libxml</name>
</extension>
</required>
</dependencies>
<providesextension>solr</providesextension>
<!-- Configure options for source releases -->
<extsrcrelease>
<configureoption default="no" name="enable-solr-debug" prompt="Enable Solr Debugging (Compiles solr in debug mode)" />
<configureoption default="/usr" name="with-curl" prompt="libcURL install prefix" />
<configureoption default="/usr" name="with-libxml-dir" prompt="libxml2 install prefix" />
</extsrcrelease>
<!-- Changes to the extension should be tracked here -->
<changelog>
<release>
<lead>
<name>Israel Ekpo</name>
<user>iekpo</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<version>
<release>1.0.2</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-11-29</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
<![CDATA[
- Several Bug Fixes by Pierrick, Felipe and Tony
- Changes to make the code compile on 5.2.3 and greater
- Changes to Tests by Pierrick
]]>
</notes>
</release>
<release>
<lead>
<name>Israel Ekpo</name>
<user>iekpo</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<version>
<release>1.0.1</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-06-04</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
<![CDATA[
- Added support for json response writer in SolrClient
- Removed final bit from classes so that they can be mocked in unit tests
- Changed from beta to stable
- Included phpdoc stubs in source to enable autocomplete of Solr classes and methods in IDE during development
- Lowered libxml2 version requirement to 2.6.16
]]>
</notes>
</release>
<release>
<lead>
<name>Israel Ekpo</name>
<user>iekpo</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<version>
<release>0.9.11</release>
<api>0.9.11</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2010-06-22</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
<![CDATA[
- Added ability to specify response writer in constructor option
- Added new method to set response writer SolrClient::setResponseWriter()
- Currently, the only supported response writers are 'xml' and 'phpnative'
- Added support for new native Solr response writer
- New response writer is available at https://issues.apache.org/jira/browse/SOLR-1967
]]>
</notes>
</release>
<release>
<lead>
<name>Israel Ekpo</name>
<user>iekpo</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<version>
<release>0.9.10</release>
<api>0.9.10</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2010-05-04</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
<![CDATA[
- Increased compatibility with older systems running CentOS 4 or 5 and RHEL4 or 5
- Added ability to compile directly without having to build libcurl and libxml2 from source on older systems
- Lowered minimum supported version for libcurl to 7.15.0 (Alex Samorukov)
- Lowered minimum supported version for libxml2 to 2.6.26 (Alex Samorukov)
- Fixed PECL Bug# 17172 MoreLikeThis only parses one doc (trevor at blubolt dot com, max at blubolt dot com)
- Declared workaround macros for SSL private key constants due to support for earlier versions of libcurl (Alex Samorukov)
- Changed extension version numbers to start using hexadecimal numbers (Israel Ekpo)
- Added instructions on how to attempt to compile on windows (Israel Ekpo)
- Fixed PECL Bug# 17292 sending UTF-8 encoding in header (giguet at info dot unicaen dot fr)
]]>
</notes>
</release>
<release>
<lead>
<name>Israel Ekpo</name>
<user>iekpo</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<version>
<release>0.9.9</release>
<api>0.9.9</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2010-01-10</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
<![CDATA[
- Fixed Bug #17009 Creating two SolrQuery objects leads to wrong query value
- Reset the buffer for the request data from the previous request in SolrClient
- Added new internal static function solr_set_initial_curl_handle_options()
- Moved the intialization of CURL handle options to solr_set_initial_curl_handle_options() function
- Resetting the CURL options on the (CURL *) handle after each request is completed
- Added more explicit error message to indicate that cloning SolrParams objects and its descendants is currently not yet supported
]]>
</notes>
</release>
<release>
<lead>
<name>Israel Ekpo</name>
<user>iekpo</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<version>
<release>0.9.8</release>
<api>0.9.8</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-12-04</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
<![CDATA[
- Fixed config.w32 for Windows build support (Pierre, Pierrick)
- Fixed Bug #16943 Segmentation Fault from solr_encode_string() during attempt to retrieve solrXmlNode->children->content when solrXmlNode->children is NULL (Israel)
- Disabled Expect header in libcurl (Israel)
- Disabled Memory Debugging when normal debug is enabled (Israel)
- Added list of contributors to the project
]]>
</notes>
</release>
<release>
<lead>
<name>Israel Ekpo</name>
<user>iekpo</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<version>
<release>0.9.7</release>
<api>0.9.7</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-11-17</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
<![CDATA[
- Fixed bug 16924 AC_MSG_NOTICE() is undefined in autoconf 2.13
- Added new method SolrClient::getDebug()
- Modified SolrClient::__construct() so that port numbers and other integer values for the options can be passed as strings.
- Changed internal string handling mechanism to allow for tracking of memory allocation in debug mode.
- Lowered minimum php version to 5.2.3. Unfortunately, this is the lowest PHP version that will be supported. PHP versions lower than 5.2.3 are not compatible or are causing tests to FAIL.
- Added php stubs for code-completion assists in IDEs and editors.
- Added more examples ]]>
</notes>
</release>
<release>
<lead>
<name>Israel Ekpo</name>
<user>iekpo</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<version>
<release>0.9.6</release>
<api>0.9.6</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-11-01</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
<![CDATA[ Reduced minimum php version to 5.2.4 ]]>
</notes>
</release>
<release>
<lead>
<name>Israel Ekpo</name>
<user>iekpo</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<version>
<release>0.9.5</release>
<api>0.9.5</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-10-27</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
<![CDATA[
Added support for secure connections to SSL-enabled Solr servers (SSL/HTTPS).
Made connection errors more verbose.
The following options where added to the SolrClient constructor :
- secure (Boolean value indicating whether or not to connect in secure mode)
- timeout (This is maximum time in seconds allowed for the http data transfer operation. Default is 30 seconds)
- ssl_cert (File name to a PEM-formatted file containing the private key + private certificate (concatenated in that order) )
- ssl_key (File name to a PEM-formatted private key file only)
- ssl_keypassword (Password for private key)
- ssl_cainfo (Name of file holding one or more CA certificates to verify peer with)
- ssl_capath (Name of directory holding multiple CA certificates to verify peer with )
]]>
</notes>
</release>
<release>
<lead>
<name>Israel Ekpo</name>
<user>iekpo</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<version>
<release>0.9.4</release>
<api>0.9.4</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-10-23</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
<![CDATA[ Fixed bug 16897 - ap_php_vasprintf not available in 5.2.11 ]]>
</notes>
</release>
<release>
<lead>
<name>Israel Ekpo</name>
<user>iekpo</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<version>
<release>0.9.3</release>
<api>0.9.3</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-10-19</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
<![CDATA[ - Corrected configuration options for automated installation via PECL. Removed extra hyphens. ]]>
</notes>
</release>
<release>
<lead>
<name>Israel Ekpo</name>
<user>iekpo</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<version>
<release>0.9.2</release>
<api>0.9.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-10-19</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
<![CDATA[
- Fixed bug #16874 Added explanation in documentation
- Updated SolrParams::__toString() - modified to return name-value pair list instead of serialized object string
- Added the following methods to SolrParams :
SolrParams::toString()
SolrParams::getParam()
- Created the following aliases in SolrParams :
SolrParams::set()
SolrParams::add()
SolrParams::get()
- Added the following methods to SolrQuery :
SolrQuery::getQuery()
SolrQuery::getStart()
SolrQuery::getRows()
SolrQuery::getFields()
SolrQuery::getSortFields()
SolrQuery::getFilterQueries()
SolrQuery::getTimeAllowed()
SolrQuery::getFacet()
SolrQuery::getFacetFields()
SolrQuery::getFacetQueries()
SolrQuery::getFacetPrefix()
SolrQuery::getFacetSort()
SolrQuery::getFacetLimit()
SolrQuery::getFacetOffset()
SolrQuery::getFacetMinCount()
SolrQuery::getFacetMissing()
SolrQuery::getFacetMethod()
SolrQuery::getFacetDateFields()
SolrQuery::getFacetDateStart()
SolrQuery::getFacetDateEnd()
SolrQuery::getFacetDateGap()
SolrQuery::getFacetDateHardEnd()
SolrQuery::getFacetDateOther()
SolrQuery::getHighlight()
SolrQuery::getHighlightFields()
SolrQuery::getHighlightSnippets()
SolrQuery::getHighlightFragsize()
SolrQuery::getHighlightMergeContiguous()
SolrQuery::getHighlightRequireFieldMatch()
SolrQuery::getHighlightMaxAnalyzedChars()
SolrQuery::getHighlightAlternateField()
SolrQuery::getHighlightMaxAlternateFieldLength()
SolrQuery::getHighlightFormatter()
SolrQuery::getHighlightSimplePre()
SolrQuery::getHighlightSimplePost()
SolrQuery::getHighlightFragmenter()
SolrQuery::getHighlightUsePhraseHighlighter()
SolrQuery::getHighlightHighlightMultiTerm()
SolrQuery::getHighlightRegexSlop()
SolrQuery::getHighlightRegexPattern()
SolrQuery::getHighlightRegexMaxAnalyzedChars()
SolrQuery::getStats()
SolrQuery::getStatsFields()
SolrQuery::getStatsFacets()
SolrQuery::getMlt()
SolrQuery::getMltCount()
SolrQuery::getMltFields()
SolrQuery::getMltQueryFields()
SolrQuery::getMltMinTermFrequency()
SolrQuery::getMltMinDocFrequency()
SolrQuery::getMltMinWordLength()
SolrQuery::getMltMaxWordLength()
SolrQuery::getMltMaxNumTokens()
SolrQuery::getMltMaxNumQueryTerms()
SolrQuery::getMltBoost()
SolrQuery::getTerms()
SolrQuery::getTermsField()
SolrQuery::getTermsLowerBound()
SolrQuery::getTermsUpperBound()
SolrQuery::getTermsIncludeLowerBound()
SolrQuery::getTermsIncludeUpperBound()
SolrQuery::getTermsMinCount()
SolrQuery::getTermsMaxCount()
SolrQuery::getTermsPrefix()
SolrQuery::getTermsLimit()
SolrQuery::getTermsReturnRaw()
SolrQuery::getTermsSort()
]]>
</notes>
</release>
<release>
<lead>
<name>Israel Ekpo</name>
<user>iekpo</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<version>
<release>0.9.1</release>
<api>0.9.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-10-07</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
<![CDATA[ - Fixed bug #16864 (Build failure in Non-ZTS builds) ]]>
</notes>
</release>
<release>
<lead>
<name>Israel Ekpo</name>
<user>iekpo</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<version>
<release>0.9.0</release>
<api>0.9.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-10-05</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
<![CDATA[ - Initial release after approximately 10 months of development and 3 weeks of testing. This is the beta version. Some of the features may be modified in future releases. ]]>
</notes>
</release>
</changelog>
</package>