Andrea Gazzarini 975e936914 SEARCH-2330: enable/disable indexing (#856)
* [ SEARCH-2330 ] AlfrescoCoreAdminHandler START/STOP (no logic) + Unit tests

* [ SEARCH-2330 ] Activatable + ActivatableTracker

* [ SEARCH-2330 ] AbstractShardInformationPublisher and NodeStatePublisher removed (replaced by ShardStatePublisher)

* [ SEARCH-2330 ] Test fixes

* [ SEARCH-2330 ] Fix ClassCastException on ShardStatePublisher

* [ SEARCH-2330 ] Fix Unnecessary Stubbing

* [ SEARCH-2330 ] ActivatableTrackerTest

* [ SEARCH-2330 ] Fix action changes (it depends on the indexing state)

* [ SEARCH-2330 ] Purge on stop/start

* [ SEARCH-2330 ] Rollback on scheduled maintenance + Unit tests

* [ SEARCH-2330 ] Persist indexing state across core reloads

* [ SEARCH-2330 ] Minor renaming on tests

* [ SEARCH-2330 ] Fix Unit test failures

* [ SEARCH-2330 ] Fix E2E

* [ SEARCH-2330 ] Fix Retry expectation

* [ SEARCH-2330 ] Fix Json Path in retry expectaction

* [ SEARCH-2330 ] Fix ClassCastException

* [ SEARCH-2330 ] Review comments addressed

* [ SEARCH-2330 ] Review comments addressed (additional comments in the code)

(cherry picked from commit adadff9469fed4bb7bd166a0b3dd31e486b0c4f1)
2020-07-31 10:12:23 +02:00
2019-06-10 10:34:43 +02:00
2020-01-06 13:58:58 +00:00

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.

Description
Alfresco Search Services
Readme 24 MiB
Languages
Java 97.7%
Python 0.6%
Shell 0.5%
Dockerfile 0.4%
JavaScript 0.4%
Other 0.3%