Unified Highlighter support + improved support for other highlighters
Fixed
Solarium\QueryType\Server\Collections\Query\Action\ClusterStatus::getRoute() always returned NULL even if a route was set
Solarium\Component\Highlighting\Highlighting::setMethod() didn't set the correct request parameter
Changed
Solarium\QueryType\Select\Query\Query::setCursormark() and getCursormark() are now setCursorMark() and getCursorMark() with uppercase M
Managed resources execute GET requests for the Exists command by default to avoid SOLR-15116 and SOLR-16274. Set the 'useHeadRequest' option to true to execute HEAD requests instead.
Removed
Solarium\QueryType\Stream\Expression, use Solarium\QueryType\Stream\ExpressionBuilder instead
Changes since 6.2.2
Added
Plugin\BufferedAddLite (BufferedAdd without event dispatching)
Plugin\BufferedDelete and Plugin\BufferedDeleteLite
Fixed
Local parameter values are now escaped automatically when necessary
Changes since 6.2.1
Added
PHP 8.1 support
Changes since 6.2.0
Added
Possibility to set the context on an endpoint for SolrCloud instances with a non-default hostContext or Solr instances behind a reverse proxy, defaults to solr if omitted
Changes since 6.1.6
Added
Component\FacetSet::setOffset()
Component\FacetSet::setMethod() and Component\FacetSet::{METHOD_ENUM,METHOD_FC,METHOD_FCS,METHOD_UIF}
Unified Highlighter support + improved support for other highlighters
Fixed
Solarium\QueryType\Server\Collections\Query\Action\ClusterStatus::getRoute() always returned NULL even if a route was set
Solarium\Component\Highlighting\Highlighting::setMethod() didn't set the correct request parameter
Changed
Solarium\QueryType\Select\Query\Query::setCursormark() and getCursormark() are now setCursorMark() and getCursorMark() with uppercase M
Managed resources execute GET requests for the Exists command by default to avoid SOLR-15116 and SOLR-16274. Set the 'useHeadRequest' option to true to execute HEAD requests instead.
Removed
Solarium\QueryType\Stream\Expression, use Solarium\QueryType\Stream\ExpressionBuilder instead
[6.2.3]
Added
Plugin\BufferedAddLite (BufferedAdd without event dispatching)
Plugin\BufferedDelete and Plugin\BufferedDeleteLite
Fixed
Local parameter values are now escaped automatically when necessary
[6.2.2]
Added
PHP 8.1 support
[6.2.1]
Added
Possibility to set the context on an endpoint for SolrCloud instances with a non-default hostContext or Solr instances behind a reverse proxy, defaults to solr if omitted
[6.2.0]
Added
Component\FacetSet::setOffset()
Component\FacetSet::setMethod() and Component\FacetSet::{METHOD_ENUM,METHOD_FC,METHOD_FCS,METHOD_UIF}
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps solarium/solarium from 3.8.1 to 6.2.4.
Release notes
Sourced from solarium/solarium's releases.
... (truncated)
Changelog
Sourced from solarium/solarium's changelog.
... (truncated)
Commits
fcec568
prepared 6.2.4c973769
Cleanup for cursorMark (#1007)36df5d8
Docs: Solarium\Client() changes between 5.2 and 6 (#1006)f7a87b6
Use GET instead of HEAD to avoid SOLR-16274 (#1009)4c9aefd
Fix php 8.1 deprecation (#993)33737d8
update class name "Plugin" to "AbstractPlugin" (#1003)62dec90
Support all current highlighting options (#1002)56f021e
Use PHPStan 1.x instead of 0.12 (#1001)d3a0563
Improve documentation for managed stopwords/synonyms (#997)db95226
Test against Solr 9 (#998)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)