* [SEARCH-2317] - date field substitutions in nested and join queries - optimized code with the use of streams * [SEARCH-2317] code refactoring * [SEARCH-2317] Added unit tests * [SEARCH-2317] fixed broken tests * [SEARCH-2317] removed duplicated test * SEARCH-2317 Adding e2e-test coverage for date filter fields * [SEARCH-2317] initial work on translation of timestamp in having clause * [SEARCH-2317] update calcite to 1.15 * [SEARCH-2317] - timestamp tranlation into long value - fix aliasing in nested queries * [SEARCH-2317] add test for timestamp translation * [SEARCH-2317] downgrade calcite to 1.13 * [SEARCH-2317] fix error in complex where clauses * [SEARCH-2317] Coder refactoring. Updated notice.txt with the new version of calcite and avatica * [SEARCH-2317] fix E2E tests * [SEARCH-2317] Managed group by buckets with no fields defined. * [SEARCH-2317] Added e2e tests * [SEARCH-2317] modified tuple values from NaN to 0 at retrieving time * [SEARCH-2317] - Fix tests accoring with new aggregation results (0 instead of NaN) - Added e2e tests * [SEARCH-2317] fixed test * [SEARCH-2317] translated date into epoch in comparison with aggregate functions * [SEARCH-2317] fix wrong number of results in test * [SEARCH-2317] added sql date to epoch translation in having clause * [SEARCH-2317] Fix indentations * [SEARCH-2317] date are converted from UTC into epoch Co-authored-by: Keerat <keerat.lalia@alfresco.com>
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.