Hello,
I'm using the Alfresco Java API to do some queries through SearchService + SearchParemeters.
I know that SOLR is possible to use with HTTP POST instead of HTTP GET.
But is it possible to configure this with Alfresco? And make the Java SearchService use HTTP POST instead?
Best regards,
Francisco Duarte
Solved! Go to Solution.
You're right.
SearchServices is always using GET for search queries against SOLR server and there is no configuration to change this behaviour.
Regular Search REST API endpoint is using HTTP POST:
https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Search%20API#/search/search
Hello @angelborroy,
It may work as a workaround, but it doesn't mean the Java SearchService uses POST too correct?
Thanks for the answer,
Francisco Duarte
You're right.
SearchServices is always using GET for search queries against SOLR server and there is no configuration to change this behaviour.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.