- 20 Jul, 2018 2 commits
-
-
Markus Kalkbrenner authored
-
Markus Kalkbrenner authored
* moved Component\BoostQuery to Component\DisMax\BoostQuery * updated dev dependencies * Every component that has a 'query' option is now able to bind parameters to a query string via its setQuery() function. Renamed option 'q' to 'query' in Solarium\Component\Facet\JsonQuery for consistency. * Added Support for ReRankQuery, code cleanup * fixed coding style * fixed coding style * added integration test and documentation for rerank * use latest solr versions for testing * check for reranking without relying on on the default ranking that might chege between different solr versions.
-
- 13 Jun, 2018 1 commit
-
-
thomascorthals authored
* Additional tests for cursormark * Fixed style issues
-
- 11 Jun, 2018 4 commits
-
-
Markus Kalkbrenner authored
-
Markus Kalkbrenner authored
-
Markus Kalkbrenner authored
-
thomascorthals authored
* Added support for NOW and TZ
-
- 04 Jun, 2018 2 commits
-
-
Markus Kalkbrenner authored
-
thomascorthals authored
* Added Query Elevation Component * Added docs for Query Elevation Component * Added integration test against techproducts
-
- 12 May, 2018 1 commit
-
-
thomascorthals authored
-
- 11 May, 2018 3 commits
-
-
Markus Kalkbrenner authored
-
Markus Kalkbrenner authored
* cover Json Facets in tests * added option 'min' to JsonAggregation * filter empty buckets from facets during result parsing
-
thomascorthals authored
* Added 'contains' and 'containsignorecase' to FacetSet docs * Added Solr version for facet.contains to docs * Removed erroneous FacetSet comments from Facet Field PHPDoc
-
- 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 1 commit
-
-
Markus Kalkbrenner authored
This reverts commit 9afa5426. xdebug is required for code coverage analysis
-