* [SEARCH-2400] restored shared.properties as in 1.4.3 (cherry picked from commit 45fd7b6c83b7f96925a163853ee22cc09c52ba44) * [SEARCH-2400] changed music model (cherry picked from commit f7bbac444de7c2a7ea9bf18e72ea1b43153344c0) * [SEARCH-2400] removed conf directory from solrhome in distributed tests (cherry picked from commit 52c94cef08d1d5646b37074ba42b1ab6ee2ab1c7) * [SEARCH-2400] use different shared.properties for integration tests (cherry picked from commit 61dd7a5df731b2a4e88f6302d89b738b35c6f5f4) * [SEARCH-2400] restored music model (cherry picked from commit b5894e6ddb5a9acbf7a0dd8e4d6c8f0014ed5d69) * [SEARCh-2400] restored test to be the same as in 1.4.3 branch (cherry picked from commit d5c6ced530b4edaae00a8edbde55b9fdffcc6839) * [SEARCH-2400] activate cross-locale field for all the non-tokenized properties (cherry picked from commit e04d486f623407dc3c763f637d3bdd90937364c2) * [SEARCH-2400] fixed test on dynamic fields (cherry picked from commit b336d8ff02f7b7e29202160ef1b8081a37d86c53) * [SEARCH-2400] fixed test shared.properties on insightEngine (cherry picked from commit 5a0738eed5ec1684d2100a15992294963e50431c) * [SEARCH-2400] removed check for property with no cross-locale fields in highlighter (cherry picked from commit a05149503e30556e299e63122acbb5e43dc62ff6)
Alfresco Search Services and Insight Engine
This repository includes the source code for Alfresco Search Services and Insight Engine products.
Alfresco Search Services provides searching capabilities to Alfresco Content Services by leveraging Apache SOLR core features. This product is used for both Enterprise and Community releases of Alfresco Content Services and it lives in GitHub.
The official documentation for this product can be found at Alfresco Search Services.
Insight Engine works together with Alfresco Search Services to provide extended capabilities to Alfresco Content Services (like a JDBC connector and Zeppelin integration). This product is licensed only in Enterprise mode, so the source code lives in our private GitLab and it's only available for Enterprise customers.
The official documentation for this product can be found at Alfresco Search and Insight Engine.
Alfresco Search Services
Getting the code using a Git client.
$ git clone https://github.com/Alfresco/SearchServices.git
Build the project using Maven.
$ cd SearchServices/search-services
$ mvn clean install
All the resources required to run Alfresco Search Services will be available under search-services/packaging/target
folder, including the distribution ZIP for local installations.
The Docker Image source code is available at search-services/packaging/src/docker
. The building for the Docker Image is available in the public repository of Alfresco at Docker Hub:
https://hub.docker.com/r/alfresco/alfresco-search-services
Note The root pom.xml
living in this folder is used for packaging Search Services and Insight Engine together. This file includes URLs not available for Community users, but it allows the search-services
module without accessing to these resources.
More details are available at search-services folder.
Insight Engine
Following resources will not be available for Community users
More details are available at insight-engine folder.
Contributing guide
Please use this guide to make a contribution to the project.