- 10 Nov, 2014 7 commits
-
-
Bas de Nooijer authored
-
Bas de Nooijer authored
Conflicts: library/Solarium/Plugin/BufferedAdd/BufferedAdd.php
-
Bas de Nooijer authored
-
Simon Mönch authored
-
dwsrumwq7cyey7qv authored
Official Solr wiki entry to the remove command: https://cwiki.apache.org/confluence/display/solr/Updating+Parts+of+Documents
-
Bart Feenstra authored
-
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
-
- 31 Oct, 2014 2 commits
-
-
Simon Mönch authored
-
Simon Mönch 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 6 commits
-
-
Bas de Nooijer authored
-
Bas de Nooijer authored
Revert "Excludes on stats"
-
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
-