Hello,
I need to embed Alfresco in my own web application for performance issue and i need to be able to search content with solr.
For now i'm able to create user,upload files with the foundation Api, but im struggling with solr to search node by id.
I understand that Solr is "talking" with alfresco ( /alfresco/service/api/solr/modelsdif …) but that result in a 404 because alfresco.war is not deployed, and i don't think that would be a solution because that would mean 2 instance of alfresco.
Am i missing something ?