- 07 May, 2018 4 commits
-
-
Markus Kalkbrenner authored
-
Markus Kalkbrenner authored
-
Markus Kalkbrenner authored
solves issue #378 support JSON Facet API
-
Markus Kalkbrenner authored
-
- 04 May, 2018 5 commits
-
-
Ema Panz authored
Fix return type Result::getFacetSet()
-
Ema Panz authored
Fix return type Result::getFacetSet()
-
Markus Kalkbrenner authored
-
Markus Kalkbrenner authored
-
Markus Kalkbrenner authored
-
- 20 Apr, 2018 2 commits
-
-
Markus Kalkbrenner authored
-
thomascorthals authored
Added support for "sow" parameter (Split On Whitespace) to select queries
-
- 04 Apr, 2018 3 commits
-
-
Markus Kalkbrenner authored
-
Markus Kalkbrenner authored
-
Markus Kalkbrenner authored
-
- 21 Mar, 2018 1 commit
-
-
Markus Kalkbrenner authored
Streaming expressions tend to be very long. Therfore we force the 'postbigrequest' plugin.
-
- 19 Mar, 2018 2 commits
-
-
Markus Kalkbrenner authored
Increase compatibility between stream rsults ans serach result
-
Markus Kalkbrenner authored
Improved streaming expression result and added graph query for GraphML
-
- 15 Mar, 2018 1 commit
-
-
Markus Kalkbrenner authored
added basic support dor Solr Cloud stream expressions
-
- 16 Feb, 2018 2 commits
-
-
Markus Kalkbrenner authored
-
Markus Kalkbrenner authored
-
- 12 Feb, 2018 1 commit
-
-
Markus Kalkbrenner authored
-
- 02 Feb, 2018 1 commit
-
-
Markus Kalkbrenner authored
-
- 30 Jan, 2018 2 commits
-
-
Markus Kalkbrenner authored
-
Markus Kalkbrenner authored
The default timeout of solarium of 5s seems to be too aggressive on travis and causes random test failures. Set it to the PHP default of 13s.
-
- 29 Jan, 2018 2 commits
-
-
Markus Kalkbrenner authored
-
Markus Kalkbrenner authored
* added a basic integration test for spellcheck, highlighter and facets * added missing getSuggester() to select result * fixed return type of getHighlighting() on a select result * fixed return type of getFacetSet() on a select result
-
- 26 Jan, 2018 11 commits
-
-
Markus Kalkbrenner authored
This reverts commit 9afa5426. xdebug is required for code coverage analysis
-
Markus Kalkbrenner authored
-
Markus Kalkbrenner authored
* don't escape * * added basic integration tests for range queries and spatial searches * fixed coding style
-
Markus Kalkbrenner authored
-
Markus Kalkbrenner authored
-
Ema Panz authored
* Remove outdated SF versions from testing
-
Ema Panz authored
* Cache solr downloads * Try to not hit apache.org for cache validation
-
Markus Kalkbrenner authored
-
Markus Kalkbrenner authored
* remove obsolete Autoloader implementation * marked range query injection prevention as security fix * added all integration tests to group "integration" * removed deprecated classes. fixes #564 * remove hhvm tests on travis, use Solr 7.2.1
-
Markus Kalkbrenner authored
* remove obsolete Autoloader implementation * marked range query injection prevention as security fix * added all integration tests to group "integration"
-
Spencer Rinehart authored
* Escape the phrases in a range query. In order to prevent query injection, the helper methods should escape the phrases. Otherwise you could end up with something like rangeQuery('1', '2] someOtherField:[* TO *') and leak information, etc. * Update changelog for escape-range changes.
-
- 25 Jan, 2018 3 commits
-
-
Markus Kalkbrenner authored
* changed CHANGLOG format
-
Andreas Möller authored
* Enhancement: Reference phpunit.xsd * Fix: Remove invalid configuration
-
Andreas Möller authored
-