Commit Graph
2015 Commits
Author SHA1 Message Date
eliaporciani 9d05e6c318 [SEARCH-2143]
restored node deletion before update
2020-04-09 09:39:05 +02:00
eliaporciani cc52c0a780 [SEARCH-2143]
merged from master
2020-04-06 10:49:07 +02:00
Tom Page 0001244488 Merge master into release/V2.0.x. 2020-04-02 10:17:27 +01:00
Keerat Lalia 59405ac2cf Revert "Merge branch..."
This reverts merge request !423
2020-03-24 12:39:24 +00:00
Tom Page e27eebed0a Merge branch 'dependabot/maven/search-services/com.googlecode.maven-download-plugin-download-maven-plugin-1.5.1-alfresco' into 'master'
Bump download-maven-plugin in /search-services

See merge request search_discovery/insightengine!423
2020-03-23 16:23:07 +00:00
Angel Borroy 79c0fe6262 SEARCH-2087: YourKit Java Profiler server side software has been added to Search Services and Insight Engine Docker Images by default.
In order to enable this YourKit Agent, additional SOLR_OPTS value is required when running the Docker Image. Also mapping the Docker Image exposed port (10001) is required.
2020-03-20 15:54:21 +01:00
Angel Borroy 90b9aacd0c Update README.md 2020-03-20 10:24:34 +00:00
dependabot-preview[bot] 3f21b47b29 Bump download-maven-plugin in /search-services
Bumps [download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin) from 1.5.0 to 1.5.1-alfresco.
- [Release notes](https://github.com/maven-download-plugin/maven-download-plugin/releases)
- [Commits](https://github.com/maven-download-plugin/maven-download-plugin/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-19 22:14:02 +00:00
agazzarini a5fadf92ff [ SEARCH-2090 ] Delete node only if that exists (SEARCH-2096) 2020-03-10 13:56:44 +01:00
agazzarini 09326641f2 [ SEARCH-2090 ] SolrQueueAPIClient fix 2020-03-10 12:53:36 +01:00
agazzarini 7bbe648979 [ SEARCH-2090 ] SolrQueueAPIClient refactoring + SolrInformationServer fix 2020-03-10 10:46:24 +01:00
agazzarini c3e670480b [ SEARCH-2090 ] Cross-locale behaviour ripristined 2020-03-10 08:54:22 +01:00
agazzarini f0f011c874 [ SEARCH-2090 ] Synonyms.txt file re-added 2020-03-10 07:50:04 +01:00
agazzarini b174e8ac0c [ SEARCH-2090 ] Wait on rangeCheck test 2020-03-09 18:09:15 +01:00
agazzarini bcbcbedff0 Merge branches 'feature/SEARCH-2090' and 'release/V2.0.x' of https://git.alfresco.com/search_discovery/insightengine into feature/SEARCH-2090
 Conflicts:
	search-services/alfresco-search/src/main/resources/solr/instance/templates/rerank/conf/schema.xml
	search-services/alfresco-search/src/test/java/org/alfresco/solr/highlight/AlfrescoHighlighterIT.java
2020-03-09 16:59:10 +01:00
agazzarini 89ddda9374 Merge branches 'feature/SEARCH-2090' and 'master' of https://git.alfresco.com/search_discovery/insightengine into feature/SEARCH-2090
 Conflicts:
	e2e-test/src/test/java/org/alfresco/test/search/functional/searchServices/search/SearchSpellCheckTest.java
	insight-engine/alfresco-insight-engine/src/main/java/org/alfresco/solr/sql/SolrSchema.java
	search-services/alfresco-search/src/main/java/org/alfresco/solr/AlfrescoCoreAdminHandler.java
	search-services/alfresco-search/src/main/java/org/alfresco/solr/SolrInformationServer.java
	search-services/alfresco-search/src/test/java/org/alfresco/solr/AlfrescoSolrUtils.java
2020-03-09 15:42:29 +01:00
Angel Borroy 02a0993ac3 Merge branch 'feature/SEARCH-2097_ACLTrackerLog' into 'master'
SEARCH-2097: Adding verbose log (INFO, DEBUG and TRACE levels) for AclTracker.

See merge request search_discovery/insightengine!399
2020-03-09 11:34:27 +00:00
Angel Borroy 7e91e77eae SEARCH-2097: Consolidating log messages 2020-03-09 11:39:59 +01:00
Tom Page f4592b79a7 Merge branch 'master' into 'dependabot/maven/search-services/org.alfresco-alfresco-data-model-8.88'
# Conflicts:
#   search-services/alfresco-solrclient-lib/pom.xml
2020-03-04 15:51:18 +00:00
Andrea Gazzarini 5e2eb7e059 Merge branch 'fix/SEARCH-2108' into 'master'
Fix/search 2108

See merge request search_discovery/insightengine!406
2020-03-04 15:16:42 +00:00
agazzarini 73efb64cfb [ SEARCH-2108 ] Fix, Integration Test and Javadoc 2020-03-04 13:29:13 +01:00
Tom Page 8b75709e15 Merge branch 'dependabot/maven/search-services/dependency.jackson.version-2.10.3' into 'master'
Dependabot/maven/search services/dependency.jackson.version 2.10.3

See merge request search_discovery/insightengine!405
2020-03-04 09:46:59 +00:00
Tom Page dbd4b51526 Update license notice for jibx-run 1.3.3. 2020-03-04 08:34:21 +00:00
Tom Page 182d6d9ed9 Update license notice for Jackson 2.10.3. 2020-03-04 08:28:55 +00:00
dependabot-preview[bot] 000565a782 Bump dependency.jackson.version in /search-services
Bumps `dependency.jackson.version` from 2.10.2 to 2.10.3.

Updates `jackson-core` from 2.10.2 to 2.10.3
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.10.2...jackson-core-2.10.3)

Updates `jackson-annotations` from 2.10.2 to 2.10.3
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-databind` from 2.10.2 to 2.10.3
- [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-03-03 22:12:17 +00:00
dependabot-preview[bot] ff6e588551 Bump randomizedtesting-runner from 2.7.6 to 2.7.7 in /search-services
Bumps randomizedtesting-runner from 2.7.6 to 2.7.7.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-02 22:16:09 +00:00
Angel Borroy 700d86ca8e SEARCH-2097: Adding verbose log (INFO, DEBUG and TRACE levels) for AclTracker.
Adding detailed information for rollback operations, dumping the Exception that caused that rollback.
2020-02-27 15:13:23 +01:00
agazzarini 8357147cd1 [ SEARCH-2110 ] Shard additional parameters are always sent, regardless shard method 2020-02-27 14:46:12 +01:00
Meenal Bhave 9f0da1a3b4 Merge branch 'fix/Search-2096' into 'master'
Fix/search 2096

See merge request search_discovery/insightengine!371
2020-02-25 14:40:57 +00:00
Angel Borroy 9a623cee95 Merge branch 'master' into 'fix/SEARCH-2112_DbIdRangeLatestTx'
# Conflicts:
#   search-services/alfresco-search/src/main/java/org/alfresco/solr/tracker/MetadataTracker.java
2020-02-25 14:38:50 +00:00
Tom Page c5fd4427ed Merge branch 'dependabot/maven/search-services/org.mockito-mockito-core-3.3.0' into 'master'
SEARCH-2128 Dependabot/maven/search services/org.mockito mockito core 3.3.0

See merge request search_discovery/insightengine!392
2020-02-25 13:47:38 +00:00
agazzarini 235f7d9951 [ SEARCH-2120 ] Suggest dynamic field restored 2020-02-25 12:38:33 +01:00
Tom Page 6afb42635f SEARCH-2128 Call initMocks to ensure mocks are reset for each test. 2020-02-25 11:11:26 +00:00
Angel Borroy 50effd5f3c SEARCH-2096: Using SolrQueryRequest to find existing nodes instead of current searcher. 2020-02-25 11:37:21 +01:00
agazzarini fc0feed5d0 [ SEARCH-2120 ] ADR v2 2020-02-25 11:09:42 +01:00
Angel Borroy 29b53b55bd SEARCH-2096: Remove SEARCH-2027 approach to delete SOLR Documents only when they existed, as it has been detected some race conditions that lead to duplicating documents in the index. 2020-02-25 09:28:13 +01:00
agazzarini c5d88483d7 Merge branch 'feature/SEARCH-2090' of https://git.alfresco.com/search_discovery/insightengine into feature/SEARCH-2090 2020-02-25 09:25:55 +01:00
agazzarini 967efa7a75 [ SEARCH-2120 ] ADR v1 2020-02-25 09:25:48 +01:00
agazzarini 321848a859 [ SEARCH-2090 ] Minor fixes 2020-02-25 09:25:02 +01:00
dependabot-preview[bot] a507bcb782 Bump alfresco-data-model from 8.87 to 8.88 in /search-services
Bumps [alfresco-data-model](https://github.com/Alfresco/alfresco-data-model) from 8.87 to 8.88.
- [Release notes](https://github.com/Alfresco/alfresco-data-model/releases)
- [Commits](https://github.com/Alfresco/alfresco-data-model/compare/8.87...8.88)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 22:13:35 +00:00
eliaporciani b3580e0f3e [SEARCH-2090]
added headers
2020-02-24 16:43:52 +01:00
eliaporciani a87c5520d6 [SEARCH-2090]
code refactoring
2020-02-24 16:28:45 +01:00
Tom Page fdf87e2830 SEARCH-1953 Only try to call getTxIntervalCommitTime for DB_ID_RANGE sharding. 2020-02-24 14:22:24 +00:00
Angel Borroy b3540942e6 Merge branch 'fix/SEARCH-2117_IndexCheck' into 'master'
SEARCH-2117: Added a new configuration parameter...

See merge request search_discovery/insightengine!388
2020-02-24 13:24:40 +00:00
Angel Borroy 56143aee74 SEARCH-2117: Declaring "DistributedAlfrescoSolrTrackerLargeTxnTest" as Test Id. 2020-02-24 14:24:02 +01:00
Angel Borroy c92bffab9c SEARCH-2117: Added a new configuration parameter "solr.initial.transaction.range" with default value 0-2000. This can be used when database initial transaction Id is greater than 2000. 2020-02-24 12:29:03 +01:00
Angel Borroy a043c474d2 SEARCH-2112: When using Shard DB_ID_RANGE method, check firstTransaction only when Shard is not empty. 2020-02-24 09:41:38 +01:00
agazzarini 8788af003e [ SEARCH-2090 ] Removed checks before deletes 2020-02-24 08:59:44 +01:00
dependabot-preview[bot] bf9c07c87d Bump mockito-core from 3.2.4 to 3.3.0 in /search-services
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.2.4 to 3.3.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.2.4...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-21 22:14:28 +00:00
eliaporciani e97e57433e [SEARCH-2090]
fixed title field type in test data loading
2020-02-21 17:29:18 +01:00