- Issue created by @abhijoshi2k
- Status changed to Postponed: needs info
over 1 year ago 9:07pm 9 June 2023 - πΊπΈUnited States smustgrave
Is your solr server up and running without any errors?
Was not able to replicate but know if the server isn't working it may not appear.
- Status changed to Closed: outdated
about 1 year ago 6:02pm 1 September 2023 - Status changed to Active
10 months ago 10:10pm 2 February 2024 - πΊπΈUnited States johnlutz
I am seeing this using Acquia Search module on acquia servers. I debugged and the issue seems to be that the name of the backend that returns in getAvailableQueryHandlersByBackend is 'acquia_search_solr'.
Drupal 10.2.2
Search api 8.x-1.31
Search api solr 4.3.2
Search api best bets 2.0.3
Acquia search 3.1.10Will post a patch shortly that adds that as a backend for the Solr queryhandler. That fixed for me anyways and it seemed to work just fine.
- Merge request !21Issue 3362382: Add acquia_search_solr as a possible backend that the default... β (Closed) created by johnlutz
- Status changed to Needs review
10 months ago 3:44pm 5 February 2024 - Status changed to Needs work
9 months ago 6:36pm 6 March 2024 - πΊπΈUnited States smustgrave
So surprised this would be working there's a function call in generateSolrItemId thats specific to search_api_solr.
-
smustgrave β
committed ac0c13df on 3.0.x
Issue #3362382 by johnlutz: Unable to select Solr as query handler
-
smustgrave β
committed ac0c13df on 3.0.x
- Status changed to Fixed
5 months ago 6:18pm 10 June 2024 - πΊπΈUnited States smustgrave
Was against it at first but change seems small enough and non-disruptive went ahead and added to 3.0.x branch.
Automatically closed - issue fixed for 2 weeks with no activity.
- πΊπΈUnited States NicholasS
Thank you this also fixed our issue on Acquia Search hosting, where we had the same issue and could not select the Solr queryhandler.