Questions tagged [nelmiosolariumbundle]

Integration between Symfony2 and the Solarium Solr client.

The NelmioSolariumBundle provides integration with the solarium solr client.

More information on the github page.

3 questions
2
votes
0 answers

Solarium user deprecated warning

I have this warning since I use Solarium for my project. Do you know how I can resolve it? User Deprecated: Not passing an instance of AdapterInterface as the first constructor argument is deprecated in Solarium 5.2 and will cause an error in…
Brandys
  • 354
  • 1
  • 3
  • 15
1
vote
1 answer

Using Solarium with Solr

I'm trying to use Solarium (NelmioSolariumBundle) with Solr and I have this error message: Service "solarium.client" not found: even though it exists in the app's container, the container inside "App\Controller\solariumController" is a smaller…
Brandys
  • 354
  • 1
  • 3
  • 15
0
votes
0 answers

Symfony with NelmioSolariumBundle - how to log http 500 errors

how can I configure or what to do if I want to log using Nelmiosolariumbundle under Symfony when I get e.g. http 500 Error. I have in prod.log message of error. But there is missing query to SOLR - so I can't configure what was requested and how to…