-
When using Solarium in a recent project, I needed to connect to a Solr instance that is using `/index` instead of `/solr` in the url. As far as I can see, there's no way to configure or change this ba…
-
Solarium version 6.0.1
Php version 7.4
My (old) solr 4 endpoint is something like this: http://hostname:8180/ciss4/corename/select
As one can see there is no /solr/ anywhere. However the code al…
-
Basic setup currently as
* Share Solr docker image between jobs
* Build matrix for PHP>- transferred to #3168
* - [x] Rebase #2977 and remove https://github.com/TYPO3-Solr/ext-solr/pull/2977/commi…
-
Hi,
If we do multiple solr queries (tens of thousands) that means opening and closing thousands of curl connections.
this is bad!
why don't reuse the same curl handle!
do you plan to do this?
tha…
-
\Solarium\Core\Client\Endpoint base URI now adds "solr/" hardcoded and does not offer any way to overwrite this default value.
Shouldn't there be a way to be able to change this value in the config …
-
Ability to add a delete (by id or by query) to the 'BufferedAdd' buffer would be incredibly helpful when trying to reduce the number of commits sent to Solr.
For example, if I have a cron that perf…
-
when I add multiple solr server as endpoint and using a single solarium client to fire query on any solr server; I add replication master/slave to solr. for now I taste when the server for onecore(mas…
-
From Solarium v5 on, the api endpoints for v1 and v2 are hardcoded into the Endpoint class.
While this is fine for *most* cases, it breaks our setup. Please make those endpoints configurable so that …
-
Hi, we are in our application caching results of the request to Solarium (in the Result class). And the Result class from Solarium library [has reference](https://github.com/solariumphp/solarium/blob…
-
**Solarium version(s) affected**: 6.1.5
**Description**
The stats overhaul PR (https://github.com/solariumphp/solarium/pull/943) introduced an issue with `Result\Stats\Result`.
The return type …
tscni updated
3 years ago