Commit Graph

366 Commits

Author SHA1 Message Date
Gethin James
b39f84518c SEARCH-169: Adding in missing component. 2016-09-13 17:36:27 +02:00
Joel
7804089175 Disable the update log 2016-09-13 10:40:54 -04:00
Gethin James
746db129e3 Merge branch 'feature/SEARCH-68_update_solr' into develop 2016-09-13 15:32:51 +02:00
Gethin James
60b66ca92c Removed unused properties for docker config 2016-09-13 10:57:48 +02:00
Joel
c653095610 SEARCH-68: All tests passing with Solr 6.2.0 2016-09-12 20:52:47 -04:00
Gethin James
3e3eb733b1 SEARCH-164: message:Request-URI Too Long, adding jetty properties 2016-09-12 13:43:09 +02:00
Gethin James
5d2a4ef389 Added "share" to the docker-compose and port mappings 2016-09-12 08:49:19 +02:00
Gethin James
6ec7c2805f Setting the correct data.dir.store default value with shard count 2016-09-12 08:49:19 +02:00
Michael Suzuki
ece16cbe15 Update test harness to use reank production schema as a default for tests 2016-09-09 14:10:10 +01:00
Joel
220536dcd5 SEARCH-68: Add back the analyzeMultitermTerm 2016-09-08 15:27:38 -04:00
Gethin James
b410ab1629 SEARCH-68: Updated to Solr 6.2.0 and Alfresco 5.2.1-SNAPSHOT 2016-09-08 15:24:51 +02:00
Gethin James
c47da98ab1 Merge branch 'develop' into feature/SEARCH-68_update_solr 2016-09-08 15:17:34 +02:00
Michael Suzuki
a930e92786 Search-85, restored fields to not break previous search behaviour and added new field defenitions to not tokenise data 2016-09-08 13:35:10 +01:00
Michael Suzuki
53b9b4e1cd Search-85, updated schema to not tokenise certain fields 2016-09-08 10:12:50 +01:00
Michael Suzuki
68f4e33167 Search-85, updated main schema to index fields and not to tokenise 2016-09-07 21:04:04 +01:00
Michael Suzuki
a4236e03ec Tidy up imports 2016-09-07 13:37:17 +01:00
Michael Suzuki
5eb3edb392 Search-85, Updated schema to not tokenise NodeRef and added unit tests 2016-09-07 13:37:00 +01:00
Gethin James
771c8d5b1e Setting the correct data.dir.store default value with shard count 2016-09-06 12:10:08 +02:00
Andrew Hind
02c8ac2046 Merge branch 'shard_by_date' into 'develop'
Shard by date

Shard by date changes with a green build.

See merge request !11
2016-09-01 14:28:04 +01:00
ahind
4a6de80059 Point to a build with the required API changes 2016-08-31 20:20:45 +01:00
Joel
b60ec4ea36 SEARCH-31: SOLR 6 - Shard based on date - SOLR implementation 2016-08-26 15:17:21 -04:00
Michael Suzuki
6a6163b2d5 Remove redundant package 2016-08-19 09:39:41 +01:00
Michael Suzuki
9f292b94a2 Updated and fixed test to use sharding by acl id 2016-08-18 21:47:30 +01:00
Michael Suzuki
30a2eca092 Tidy up formatting 2016-08-18 11:59:41 +01:00
Joel
ccfe13076a SEARCH-95: Solr 6 now uses the 5.2.1 snapshot 2016-08-17 20:13:25 -04:00
Joel
2964127002 SEARCH-95: Fixing Solr6 to work with 5.2.N 2016-08-17 12:32:34 -04:00
Gethin James
d303463f0c SEARCH-68: analyzeMultitermTerm has been removed so using getAnalyzer().normalize 2016-08-16 17:04:12 +02:00
Gethin James
bfd724dbf3 SEARCH-68: Using 6.2.0-SNAPSHOT 2016-08-16 17:04:12 +02:00
Gethin James
80b7279e52 SEARCH-68: Use a contructor for FvhContainer, see SOLR-9237 2016-08-16 17:04:12 +02:00
Gethin James
0e9b337287 SEARCH-68: Tidier import 2016-08-16 17:04:12 +02:00
Gethin James
bf180bdf84 SEARCH-68: Change import 2016-08-16 17:04:12 +02:00
Gethin James
688351e84d SEARCH-68: FvhContainer, probably requires a protected class with a constructor 2016-08-16 17:04:12 +02:00
Gethin James
2428a51e91 SEARCH-68: Equals and hashCode() fixes 2016-08-16 17:04:12 +02:00
Gethin James
205a333d5c SEARCH-68: Changed the package name, is this correct? 2016-08-16 17:04:12 +02:00
Gethin James
3bacfe89cd SEARCH-68: Updated the pom to use solr.version 6.1.0 2016-08-16 17:04:12 +02:00
Gethin James
aec173161c SEARCH-104: Start a jetty without the default test collection1, much clear test. 2016-08-16 13:00:07 +02:00
Gethin James
795c85ea35 SEARCH-104: Start a jetty without the default test collection1 2016-08-16 12:49:07 +02:00
Gethin James
69626ef75f SEARCH-104: A more comprehensive test assertion 2016-08-16 11:19:41 +02:00
Jean-Pierre
536cb3c133 Merge branch 'develop' of https://gitlab.alfresco.com/search_discovery/solr into develop 2016-08-16 09:51:05 +01:00
Jean-Pierre
9ee71d2cf1 Removed unnecessary image creation check. set -e would already fail the script if docker build ends with an error 2016-08-16 09:50:32 +01:00
Michael Suzuki
5aa3297714 Search-101, harden the test. 2016-08-16 09:11:32 +01:00
Jean-Pierre
dadb49429d Swtiched to only set -e 2016-08-15 17:13:03 +01:00
Gethin James
7434702b51 SEARCH-104: Handle null value in corenames 2016-08-15 13:18:38 +02:00
Gethin James
713c58fffd SEARCH-102: Adding tests for different shard.method properties. 2016-08-15 13:17:07 +02:00
Gethin James
ecd5c304b9 Following BDE-755, switching from dockerreg to docker-internal 2016-08-15 11:16:39 +02:00
Gethin James
866e841e60 SEARCH-101: Adding a basic test to load core templates 2016-08-12 17:00:35 +02:00
Gethin James
64402421d1 Lowered the distribution threshold for node sharding test. We can review again. 2016-08-12 17:00:11 +02:00
Gethin James
3623f21bbf SEARCH-104: Using helper methods from AlfrescoSolrUtils 2016-08-12 15:48:54 +02:00
Gethin James
882913f032 SEARCH-104: Adding helper methods to AlfrescoSolrUtils 2016-08-12 15:48:22 +02:00
ahind
1eface1c36 SEARCH-101: Link up query logging 2016-08-12 13:14:21 +01:00