- 04 Nov, 2014 5 commits
- 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
-
- 01 Mar, 2014 2 commits
-
-
Bas de Nooijer authored
-
Bas de Nooijer authored
-
- 27 Feb, 2014 1 commit
-
-
Bas de Nooijer authored
-
- 25 Feb, 2014 2 commits
- 24 Feb, 2014 2 commits
-
-
Adrien Brault authored
When asking for a suggestion of something like "blac blac", solr will return the blac suggestion 2 times.
-
jelte authored
-
- 17 Feb, 2014 1 commit
-
-
Bas de Nooijer authored
-
- 12 Feb, 2014 1 commit
-
-
Bas de Nooijer authored
-
- 11 Feb, 2014 1 commit
-
-
Bas de Nooijer authored
-
- 04 Feb, 2014 3 commits
-
-
Bas de Nooijer authored
Fix pivot facet response parsing
-
Bas de Nooijer authored
-
Bas de Nooijer authored
-