Angel Borroy
|
8eaf47f923
|
Skip getting Child Ids when indexing metadata.
|
2020-01-24 10:45:11 +01:00 |
|
Tom Page
|
b4b0be3cd0
|
Merge branch 'dependabot/maven/search-services/org.alfresco-alfresco-data-model-8.87' into 'master'
Dependabot/maven/search services/org.alfresco alfresco data model 8.87
See merge request search_discovery/insightengine!338
|
2020-01-23 14:07:37 +00:00 |
|
Tom Page
|
f6a1abe6fe
|
Merge branch 'dependabot/maven/search-services/com.googlecode.maven-download-plugin-download-maven-plugin-1.5.0' into 'master'
Bump download-maven-plugin from 1.3.0 to 1.5.0 in /search-services
See merge request search_discovery/insightengine!322
|
2020-01-23 14:00:18 +00:00 |
|
Tom Page
|
3de4b6a17b
|
Remove outdated comment.
|
2020-01-23 11:53:04 +00:00 |
|
Tom Page
|
48ef109bde
|
Merge master into dependabot/maven/search-services/com.googlecode.maven-download-plugin-download-maven-plugin-1.5.0.
|
2020-01-23 09:15:53 +00:00 |
|
Tom Page
|
2d49c9cf53
|
Merge master into dependabot-maven-search-services-org.alfresco-alfresco-data-model-8.87.
|
2020-01-23 09:13:25 +00:00 |
|
Tom Page
|
1e9e3fabc4
|
SEARCH-2046 Dependency management for alfresco-data-model upgrade.
Upgrade Spring, remove a few libraries and override version of commons-lang3 and xpp3 as these are no longer provided by alfresco-data-model.
|
2020-01-23 09:13:01 +00:00 |
|
Angel Borroy
|
3854bf2060
|
Avoid checking repo services when using MetadataTracker from Integration Tests (locally using JUnit)
|
2020-01-22 18:19:32 +01:00 |
|
dependabot-preview[bot]
|
58c1526963
|
Bump alfresco-data-model from 8.75 to 8.87 in /search-services
Bumps [alfresco-data-model](https://github.com/Alfresco/alfresco-data-model) from 8.75 to 8.87.
- [Release notes](https://github.com/Alfresco/alfresco-data-model/releases)
- [Commits](https://github.com/Alfresco/alfresco-data-model/compare/8.75...8.87)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-21 22:13:44 +00:00 |
|
Angel Borroy
|
37e612047b
|
Skipping transactions for DB_ID_RANGE Shard method.
|
2020-01-21 16:13:59 +01:00 |
|
Angel Borroy
|
9d477a5fcc
|
Merge branch 'feature/SEARCH-2028_SkipTransactions' into 'master'
Skip long periods of time where repository is not ingesting new content.
See merge request search_discovery/insightengine!311
|
2020-01-20 13:55:01 +00:00 |
|
Tom Page
|
c1e660319b
|
Revert "Revert "Merge branch 'feature/SEARCH-2029_ContentResponseCompression' into 'master'""
This reverts commit 221567ba8c0ef24eb70062f8182c14227fa6a789.
|
2020-01-20 09:58:42 +00:00 |
|
Angel Borroy
|
906ecd9404
|
Merge branch 'master' into 'feature/SEARCH-2029_ContentResponseCompression'
# Conflicts:
# search-services/alfresco-search/src/main/java/org/alfresco/solr/SolrInformationServer.java
|
2020-01-20 09:25:58 +00:00 |
|
Angel Borroy
|
641bb26dcc
|
Fix null pointer comparison
|
2020-01-20 10:18:19 +01:00 |
|
Angel Borroy
|
8dd9daa199
|
Revert "Merge branch 'feature/SEARCH-2029_ContentResponseCompression' into 'master'"
This reverts merge request !320
|
2020-01-17 15:24:57 +00:00 |
|
Angel Borroy
|
ae41dde08f
|
Merge branch 'feature/SEARCH-2029_ContentResponseCompression' into 'master'
Use gzipped compressed streams to recover content text from repository.
See merge request search_discovery/insightengine!320
|
2020-01-17 13:26:30 +00:00 |
|
Angel Borroy
|
ee21af7b27
|
Fix changes from review.
|
2020-01-17 14:25:59 +01:00 |
|
Tom Page
|
66e7cb9ff2
|
SEARCH-2054 Decrease the priority of the restlet repository.
This ensures that artifacts are only downloaded from maven-restlet if they aren't found in an alfresco or central repo.
|
2020-01-17 09:27:19 +00:00 |
|
Tom Page
|
2c5ab74dc5
|
Update URL for maven-restlet repository.
Restlet were acquired by Talend in 2017 and the old URL no longer works.
|
2020-01-17 08:51:58 +00:00 |
|
Angel Borroy
|
9ff35e7807
|
Add this feature to SOLR Core properties, in order to allow the user to switch on the compression depending on his environment and use case.
|
2020-01-16 11:00:25 +01:00 |
|
Angel Borroy
|
d28f05b19b
|
Use gzipped compressed streams to recover content text from repository.
This modification will also require Tomcat / NGINX configuration in order to accept HTTP GZIP requests.
|
2020-01-14 16:50:16 +01:00 |
|
dependabot-preview[bot]
|
204adea252
|
Bump download-maven-plugin from 1.3.0 to 1.5.0 in /search-services
Bumps [download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin) from 1.3.0 to 1.5.0.
- [Release notes](https://github.com/maven-download-plugin/maven-download-plugin/releases)
- [Commits](https://github.com/maven-download-plugin/maven-download-plugin/compare/1.3.0...1.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-13 22:15:36 +00:00 |
|
Sri Vellingiri
|
66bbe34386
|
Merge branch 'fix/SEARCH-1894_fix_search_script' into 'master'
SEARCH-1894 Updating master protocol condition
See merge request search_discovery/insightengine!316
|
2020-01-10 09:57:06 +00:00 |
|
Angel Borroy
|
7e4327fea0
|
Merge branch 'feature/SEARCH-2027_TrackingDeleteDocs' into 'master'
Delete nodes only if they exist
See merge request search_discovery/insightengine!294
|
2020-01-10 09:17:07 +00:00 |
|
sridharvellingiri
|
55484415c1
|
SEARCH-1894 Updating master protocol condition
|
2020-01-09 16:48:28 +00:00 |
|
Angel Borroy
|
8e3ed43abe
|
Use Searcher from Request instead of from Core.
|
2020-01-09 16:59:55 +01:00 |
|
Angel Borroy
|
c1ed26602d
|
Use LongPoint for query related with DBID, as using String was producing empty results.
|
2020-01-09 12:58:18 +01:00 |
|
Angel Borroy
|
2ff2c47041
|
Add specific exception when Repository Service is not available to provide deeper information in the logs.
|
2020-01-09 09:39:59 +01:00 |
|
Angel Borroy
|
c3ab1fc817
|
Use the feature only when nextTxCommitTime Web Script is available in the repository.
|
2020-01-08 14:45:49 +01:00 |
|
sridharvellingiri
|
f894a80172
|
SEARCH-1894 Updating search config script variables
|
2020-01-07 16:40:22 +00:00 |
|
sridharvellingiri
|
f5d35262f0
|
SEARCH-1894 Updating search config script with noRerank template
|
2020-01-07 15:43:46 +00:00 |
|
sridharvellingiri
|
2fbb54d2df
|
Merge remote-tracking branch 'origin/master' into fix/SEARCH-1894_fix_search_script
|
2020-01-07 15:25:35 +00:00 |
|
sridharvellingiri
|
0afe8e7b85
|
SEARCH-1894 Update search config script with noRerank template
|
2020-01-07 14:07:29 +00:00 |
|
Angel Borroy
|
f29e3250fd
|
Skip long periods of time where repository is not ingesting new content.
|
2020-01-07 11:18:18 +01:00 |
|
Tom Page
|
71fa9a326f
|
Merge branch 'master' into 'dependabot/maven/search-services/org.alfresco-alfresco-data-model-8.75'
# Conflicts:
# search-services/alfresco-solrclient-lib/pom.xml
|
2020-01-07 09:36:55 +00:00 |
|
Tom Page
|
d0fe6a380f
|
Update notice.txt for jackson 2.10.2.
|
2020-01-07 08:04:33 +00:00 |
|
dependabot-preview[bot]
|
85632973a5
|
Bump dependency.jackson.version in /search-services
Bumps `dependency.jackson.version` from 2.10.1 to 2.10.2.
Updates `jackson-core` from 2.10.1 to 2.10.2
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.10.1...jackson-core-2.10.2)
Updates `jackson-annotations` from 2.10.1 to 2.10.2
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `jackson-databind` from 2.10.1 to 2.10.2
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-06 22:12:21 +00:00 |
|
Tom Page
|
d5f950da1d
|
Merge branch 'dependabot/maven/search-services/com.carrotsearch.randomizedtesting-randomizedtesting-runner-2.7.6' into 'master'
Bump randomizedtesting-runner from 2.7.5 to 2.7.6 in /search-services
See merge request search_discovery/insightengine!300
|
2020-01-06 14:46:18 +00:00 |
|
dependabot-preview[bot]
|
7159a60878
|
Bump alfresco-data-model from 8.73 to 8.75 in /search-services
Bumps [alfresco-data-model](https://github.com/Alfresco/alfresco-data-model) from 8.73 to 8.75.
- [Release notes](https://github.com/Alfresco/alfresco-data-model/releases)
- [Commits](https://github.com/Alfresco/alfresco-data-model/compare/8.73...8.75)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-06 14:45:47 +00:00 |
|
Tom Page
|
f527420877
|
Merge branch 'master' into 'dependabot/maven/search-services/org.alfresco-alfresco-data-model-8.74'
# Conflicts:
# search-services/alfresco-solrclient-lib/pom.xml
|
2020-01-06 13:22:59 +00:00 |
|
Tom Page
|
df9124af3f
|
Merge branch 'dependabot/maven/search-services/org.alfresco-alfresco-data-model-8.73' into 'master'
Bump alfresco-data-model from 8.72 to 8.73 in /search-services
See merge request search_discovery/insightengine!297
|
2020-01-06 13:20:33 +00:00 |
|
Tom Page
|
4d834070c9
|
Merge branch 'dependabot/maven/search-services/junit-junit-4.13' into 'master'
Bump junit from 4.12 to 4.13 in /search-services
See merge request search_discovery/insightengine!296
|
2020-01-06 10:16:32 +00:00 |
|
dependabot-preview[bot]
|
84793aedba
|
Bump alfresco-data-model from 8.72 to 8.74 in /search-services
Bumps [alfresco-data-model](https://github.com/Alfresco/alfresco-data-model) from 8.72 to 8.74.
- [Release notes](https://github.com/Alfresco/alfresco-data-model/releases)
- [Commits](https://github.com/Alfresco/alfresco-data-model/compare/8.72...8.74)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-03 22:12:58 +00:00 |
|
Sri Vellingiri
|
b5d0772c5e
|
Merge branch 'fix/SEARCH-1894_fix_search_script' into 'master'
Fix/search 1894 fix search script
See merge request search_discovery/insightengine!295
|
2020-01-03 10:26:07 +00:00 |
|
dependabot-preview[bot]
|
7dd4c085f9
|
Bump junit from 4.12 to 4.13 in /search-services
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-01 22:13:39 +00:00 |
|
dependabot-preview[bot]
|
1237f27ad9
|
Bump randomizedtesting-runner from 2.7.5 to 2.7.6 in /search-services
Bumps randomizedtesting-runner from 2.7.5 to 2.7.6.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-31 22:16:24 +00:00 |
|
dependabot-preview[bot]
|
15f2c2274a
|
Bump alfresco-data-model from 8.72 to 8.73 in /search-services
Bumps [alfresco-data-model](https://github.com/Alfresco/alfresco-data-model) from 8.72 to 8.73.
- [Release notes](https://github.com/Alfresco/alfresco-data-model/releases)
- [Commits](https://github.com/Alfresco/alfresco-data-model/compare/8.72...8.73)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-27 22:13:00 +00:00 |
|
Angel Borroy
|
d6faa32dec
|
Delete nodes only if they exist
|
2019-12-27 13:26:55 +01:00 |
|
sridharvellingiri
|
7f59ae7d75
|
SEARCH-1894 Update Slave replica
|
2019-12-23 12:18:50 +00:00 |
|
sridharvellingiri
|
f3b6123349
|
SEARCH-1894 Update Slave replica
|
2019-12-20 14:39:14 +00:00 |
|