- 10 Nov, 2014 1 commit
-
-
Simon Mönch authored
At this moment travis is testing only against PHP 5.5 and symfony-dispatcher 2.5.x. This patch is fixing travis for testing against all listed PHP and symfony-dispatcher versions.
-
- 04 Nov, 2014 14 commits
-
-
Bas de Nooijer authored
-
Bas de Nooijer authored
-
Bas de Nooijer authored
Added ExtractOnly parameter for Extractor Handler
-
Bas de Nooijer authored
Conflicts: composer.json
-
Bas de Nooijer authored
Increase test coverage
-
Gasol Wu authored
-
Gasol Wu authored
-
Gasol Wu authored
-
Gasol Wu authored
-
Gasol Wu authored
Test ZendHttp adapter in CI environment
-
Gasol Wu authored
-
Gasol Wu authored
-
Gasol Wu authored
-
Gasol Wu authored
-
- 03 Nov, 2014 3 commits
-
-
Emanuele Panzeri authored
-
Emanuele Panzeri authored
-
Emanuele Panzeri authored
-
- 02 Oct, 2014 2 commits
-
-
Bas de Nooijer authored
CURL and PECL_HTTP adapters set connection timeout and dns cache timeout.
-
Yevgen Kovalienia authored
CURL and PECL_HTTP adapters set connection timeout and dns cache timeout (which is equal to "timeout" option value)
-
- 30 Sep, 2014 3 commits
-
-
Tobias Liebig authored
Fixes: #267
-
Bas de Nooijer authored
-
Tobias Liebig authored
Fixes: #267
-
- 17 Sep, 2014 4 commits
-
-
Bas de Nooijer authored
-
Bas de Nooijer authored
Close <pre> tag in 1.1 example code
-
Bas de Nooijer authored
Excludes on stats
-
Bas de Nooijer authored
Add wildcard behavior for null endpoints in rangeQuery.
-
- 11 Sep, 2014 1 commit
-
-
Spencer Rinehart authored
I believe the '*' range feature is a pretty common usecase of range queries. Right now, passing null to this function generates an invalid SOLR phrase like 'field:[5 TO ]'. Users can of course pass '*' to the helper, but supporting null makes this common usecase easier to handle. For example, ```php $minValue = $request->get('min'); // returns null if min not specified $maxValue = $request->get('max'); // returns null if max not specified $range = $helper->rangeQuery('value', $minValue, $maxValue); ```
-
- 07 Aug, 2014 1 commit
-
-
Juergen Vogel authored
-
- 22 Jul, 2014 1 commit
-
-
Juergen Vogel authored
-
- 21 Jul, 2014 1 commit
-
-
Bas de Nooijer authored
Adds support for hl.preserveMulti and per-field options.
-
- 16 Jul, 2014 1 commit
-
-
Michel Oleynik authored
-
- 13 May, 2014 1 commit
-
-
Dave Chez authored
- In the 1.1-check-solarium-and-ping.php example code, the <pre> tag is never closed after the var_dump. This fix closes the tag.
-
- 20 Apr, 2014 3 commits
-
-
Bas de Nooijer authored
-
Bas de Nooijer authored
Fixed examples for registerQueryType arguments.
-
Bas de Nooijer authored
update composer with alias and update travis to include 5.5
-
- 19 Apr, 2014 3 commits
-
-
Richard Shank authored
-
Abdellatif AitBoudad authored
-
Richard Shank authored
-
- 13 Mar, 2014 1 commit
-
-
Bas de Nooijer authored
Fix suggester parser with duplicates
-