Commit Graph
538 Commits
Author SHA1 Message Date
Gethin James 65c7a464fc Reworking the image tests after SEARCH-299 and SEARCH-300 2017-01-31 17:43:37 +01:00
Gethin James 00b554a2b3 Reworking the docker build after SEARCH-299 and SEARCH-300 2017-01-31 17:00:40 +01:00
Gethin James e7bc22e48b SEARCH-300: Moving the content store out of solrhome. 2017-01-31 16:24:03 +01:00
Gethin James eb194c958e SEARCH-299: Adding alfresco-search-services to the root of the zip distribution 2017-01-31 15:44:04 +01:00
Gethin James e11d123b5e Adding the bamboo build key. 2017-01-31 15:41:45 +01:00
Gethin James 5f83088d72 Improved the docker image tests and README 2017-01-31 15:41:29 +01:00
Gethin James f9a3ac5e07 Improved the docker image, pulls variables from bamboo, and updated the README 2017-01-31 15:39:18 +01:00
Gethin James a420c06f0f Updated the docker-compose file 2017-01-19 17:51:14 +01:00
Gethin James cddb26e9ec SEARCH-288: Updated the licence 2017-01-17 14:53:44 +01:00
Gethin James 75dbd2f56f SEARCH-293: Upgrade to super-pom 8 2017-01-16 11:28:31 +01:00
Gethin James 87f2971456 SEARCH-292: Move NLP logic to "test" scope for now. 2017-01-13 14:25:41 +01:00
Gethin James 28c063f802 SEARCH-288 - Updated the license 2017-01-04 17:13:46 +01:00
Gethin James 64f448cf92 SEARCH-260 - shutting down the Commit tracker 2016-12-21 17:09:07 +01:00
Joel 4158cf904d SEARCH-260: Trackers fail on core reload 2016-12-20 21:43:44 -05:00
Joel ed9c780b14 SEARCH-204: DocValuesCache throws ArrayStoreException when long values are added 2016-12-19 19:15:12 -05:00
Michael Suzuki b0c158f9d1 SEARCH-274, update pom version 2016-12-16 16:10:28 +00:00
Joel 0963301f02 SEARCH-245: Set trackers to run every 10 seconds 2016-12-14 22:56:40 -05:00
Joel 6458c86ddd SEARCH-245: Guard against overlapping on-deck searchers 2016-12-12 21:55:01 -05:00
Joel 77dbe92b5a SEARCH-277: Stop deleting the node before adding node. 2016-12-12 21:55:01 -05:00
ahind 511aa63bef SEARCH-252 [SOLR6] Highlight doesn't work as expected when searching by a string containing numbers and letters
- fix highlighting to use the second phase query parser.
2016-12-06 22:01:08 +00:00
Joel 553911886e SEARCH-251: adjusted logic for handling UUID 2016-12-06 14:45:56 -05:00
ahind c6605e6c54 SEARCH-247 Reduce excessive logging for Solr cores.
- fix GC_LOG_OPTS quotes for windows
2016-12-06 15:53:54 +00:00
Joel 09b0c94e1b SEARCH-251: Search by FINGERPRINT DBID and noderef 2016-12-05 22:12:08 -05:00
Gethin James a6511305a5 Using the correct version store following SEARCH-228 2016-12-05 14:18:19 +01:00
Gethin James 4561d1f9a6 Removed ContextAccumulatingFilterTest, its not needed after all 2016-12-05 14:16:26 +01:00
Gethin James fa072e7a99 Added back the missing test, but its @Ignored because its failing 2016-12-05 14:08:36 +01:00
Michael Suzuki e82d67293d Search-242, handle npe by extracting the query from req header instead of the json 2016-12-05 11:28:06 +00:00
Joel 83010406a1 Solr 6 ContentTracker will not retry failed content updates 2016-12-01 19:42:42 -05:00
Gethin James ae6462c430 Command line option for "version" following SEARCH-228 2016-12-01 10:58:40 +01:00
Gethin James 0241b5b513 SEARCH-246 Testing by changing the port number 2016-12-01 10:56:21 +01:00
Gethin James 5042c8731a SEARCH-247: Disabling verbose GC logs 2016-12-01 10:53:44 +01:00
Joel 34437cc348 SEARCH-256: Rollbacks can cause the ContentTracker and CascadeTracker to lose work 2016-11-29 11:36:32 -05:00
Gethin James 7273bd4adb Merge branch 'feature/SEARCH-247-logging' into 'develop'
Feature/search 247 logging

Update logging config for Solr 6

See merge request !19
2016-11-29 12:29:00 +00:00
Gethin James 6cca36d10d SEARCH-247: Updating the tests, excluding the default 2016-11-29 12:07:08 +01:00
Gethin James f6bfe7d6f3 SEARCH-247: Excluding log4j jar from libs.
We want to use the log4j.jar from the jetty server, not our own.
2016-11-28 10:17:46 +01:00
Gethin James 729b367e3e SEARCH-247: No longer loading multiple log4j.properties 2016-11-28 10:11:46 +01:00
Gethin James 767800a521 SEARCH-247: Explicitly specifying the location of the log file
This avoids classpath scanning to load the log file from alfresco-
core.jar
2016-11-28 10:10:40 +01:00
Gethin James 4ad1dff823 SEARCH-247: Reducing the logging to debug 2016-11-28 10:08:13 +01:00
Gethin James a40d36830f SEARCH-246: Falling back to jetty.port 2016-11-28 10:02:25 +01:00
Gethin James a62e02b0d9 SEARCH-229: Testing SSL 2016-11-28 10:02:25 +01:00
ahind d42245773f SEARCH-253 Tracking errors may not be recorded in the index and recovered. 2016-11-24 13:14:47 +00:00
ahind 36c7d87839 bin 2016-11-24 12:42:43 +00:00
Gethin James 2afdfe4d60 SEARCH-239: Change !SOLR_SSL_OPTS! for windows 2016-11-22 11:00:54 +01:00
Joel 91e0fc7f83 SEARCH-243: CommitTracker is taking a long time to acquire locks 2016-11-20 22:38:56 -05:00
Gethin James 9b9d50687b SEARCH-148: Test properties update on core reload. 2016-11-11 17:25:48 +01:00
Gethin James 3015178713 SEARCH-223: Better config test and README 2016-11-11 14:42:04 +01:00
Gethin James 99767b97bf SEARCH-223: Prefering Solr's slf4j libs 2016-11-11 14:40:20 +01:00
Gethin James 51df3a6b08 SEARCH-223: Fixing missing Alfresco-specific config 2016-11-11 12:59:57 +01:00
Gethin James 5f9b8f559a SEARCH-223: Settings the SOLR_LOGS_DIR parameter 2016-11-11 12:58:52 +01:00
Gethin James 0b48485b0a SEARCH-223: Adding a test for Alfresco config changes 2016-11-11 12:35:28 +01:00