solarium icon indicating copy to clipboard operation
solarium copied to clipboard

PHP Solr client library

Results 30 solarium issues
Sort by recently updated
recently updated
newest added

If we want to support JSON updates alongside XML updates, it no longer makes sense to have the Adapters set a default Content-Type for POSTs. There were already a number...

As discussed in issue #992 / PR #994, JSON updates are necessary to index single nested child documents. They also open up atomic update functionality for nested documents that isn't...

New feature

Solarium: **6.2.6** php: **8.1.8** --- When enabling `opcache.preload` on a Symfony project, it seems that the following constant is not available anymore: ```php # src/Client.php // Workaround to assign a...

It seems failover doesnt work if curl (maybe and other adapters) get any response (with any http code) from server. Loadbalancer expect HttpException from $adapter->execute method https://github.com/basdenooijer/solarium/blob/master/library/Solarium/Plugin/Loadbalancer/Loadbalancer.php#L501 But it looks...

Improvement

**Solarium version(s) affected**: 6.1.6 **Solr version**: 8.5.2 **Description** _Originally posted by @jupevi in https://github.com/solariumphp/solarium/issues/954#issuecomment-1095214385_ Pull request https://github.com/solariumphp/solarium/pull/954 broke update queries containing documents with single nested child documents (i.e. associative arrays),...

Bug
Improvement

I'm using the BufferedAdd plugin to index my documents. In some instances, I'll need to index tens of millions of documents. While testing, I set my buffer size to 30,000....

There does not appear to be direct support for Solr's [Metrics API](https://lucene.apache.org/solr/guide/7_4/metrics-reporting.html#metrics-api). - Any past or present interest in this? - URI/handler is `admin/metrics`: Would the recommended implementation be that...

New feature

there is a libary which implements the luke request handler into solarium.. is "native" support planed?

New feature

With Solr now fully supporting several different types of authentication, it would be good to document how to set-up authentication for Solarium

helper class to help writing and maintaining (filter) queries; replaces https://github.com/solariumphp/solarium/pull/733 i had a look at the ``SearchApiSolrBackend::createFilterQuery`` method but concluded that the main difference between that class and this...