* [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)
* [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>