1273 Commits

Author SHA1 Message Date
Eugene Livis
92db334943 Renamed tabs 2015-05-06 13:46:47 -04:00
Richard Cordovano
d68ab15401 Merge remote-tracking branch 'upstream/develop' into collaborative 2015-05-05 12:05:39 -04:00
sidheshenator
c3a5a89424 detectedFormat variable assigned value 2015-05-05 10:39:58 -04:00
Richard Cordovano
3cdfbf6934 Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into messaging 2015-04-24 09:26:32 -04:00
Richard Cordovano
ab5a1c27d1 Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into collaborative 2015-04-24 09:14:26 -04:00
Richard Cordovano
3dfaaef15a Merge remote-tracking branch 'upstream/develop' into collaborative 2015-04-24 09:13:35 -04:00
Richard Cordovano
a9ca930a60 Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into messaging 2015-04-23 11:32:52 -04:00
Eamonn Saunders
f72dd0d4f8 Moved the decision on whether to close the core from the Server.closeCore() method to the Core.close() method 2015-04-22 14:19:41 -04:00
Eamonn Saunders
534df35f74 Added method to determine whether Solr core is already loaded. 2015-04-21 17:51:34 -04:00
esaunders
6705654c57 Removed tempDirectory setting since on a Windows install this ends up being within 'Program Files' and when Solr is started it doesn't have permission to extract content to that location. 2015-04-21 16:15:43 -04:00
Eamonn Saunders
c85abf121f We receive the application closing event before we receive the case closed event so we need to ensure that the Solr core is unloaded before we shutdown the server. 2015-04-21 13:53:19 -04:00
Richard Cordovano
d4f3d3ccb9 Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into messaging 2015-04-20 17:50:29 -04:00
Richard Cordovano
05aa55bd61 Refactor event/messaging packages 2015-04-20 17:41:33 -04:00
Richard Cordovano
10f262ec9a Add local/remote ingest job event filter to hash lookup and keyword search option panels 2015-04-20 16:51:33 -04:00
sidheshenator
a5453a8066 KeywordSearchResultFactory.getOneHitPerObject() returns consistent results. Also, warnings handled 2015-04-20 14:35:32 -04:00
sidheshenator
20396d6c25 Get consistent snippets across multiple runs 2015-04-20 12:56:24 -04:00
Richard Cordovano
d346cb79ef Merge pull request #1200 from karlmortensen/blackboard_attributes
Blackboard Artifacts
2015-04-17 17:23:02 -04:00
Karl Mortensen
4ad39c89a3 Mostly working. A few things to sort out. 2015-04-17 16:36:24 -04:00
Richard Cordovano
49131171df Merge remote-tracking branch 'upstream/develop' into collaborative 2015-04-17 14:45:09 -04:00
sidheshenator
1f9132fc3e set flag to preserve order of values in a multiValued list 2015-04-16 16:43:41 -04:00
Eamonn Saunders
ad5a11386c Added Solr settings to Multi User options panel...again. 2015-04-15 20:31:38 -04:00
Eamonn Saunders
a276c5facb Use new solr.xml file format. 2015-04-15 14:54:02 -04:00
Eamonn Saunders
99b1006519 Realized that we need to support both a local and remote Solr server connections in the same Autopsy instance since users can choose "single" vs "multi" user for each case they create. 2015-04-14 18:11:33 -04:00
Eamonn Saunders
cdbce54a7b Discovered a dependency on commons io during testing. 2015-04-14 17:43:30 -04:00
Eamonn Saunders
0bb37a029e - Added support for connecting to remote Solr server.
- Refactored local Solr server startup logic.
2015-04-09 11:58:26 -04:00
Eamonn Saunders
0d000e89d3 Reordered to group related packages together. Hopefully this makes it easier to read although I wouldn't be surprised if Netbeans changes the ordering. 2015-04-01 12:40:42 -04:00
Eamonn Saunders
773b9380ec Added a new dependency on metadata-extractor version 2.7.2. The reason for this is that the version that Tika pulls down (2.6.2) results in a java.lang.NoSuchMethodError exception being thrown. 2015-04-01 12:38:13 -04:00
esaunders
761edfe165 Merge branch 'collaborative' of github.com:sleuthkit/autopsy into upgrade_solr 2015-03-31 12:53:17 -04:00
Eamonn Saunders
d733d60343 Added metadata extractor and apache compress jars to get Tika text extraction working again. 2015-03-30 16:16:54 -04:00
Eamonn Saunders
42847cd10a Added updated config files. 2015-03-30 15:21:39 -04:00
Eamonn Saunders
7c7e343c5a Removed workaround for bug in Solr 4.0. 2015-03-30 15:16:48 -04:00
Eamonn Saunders
818ee3a676 Removed Autopsy config as I'm not sure I've got the right set of files. 2015-03-30 15:13:47 -04:00
Eamonn Saunders
c8b8530386 Revert "Removed workaround for bug in Solr 4.0."
This reverts commit 46389f13f509ab47d21d9d4eb32037df8eb6008a.
2015-03-30 15:10:38 -04:00
Eamonn Saunders
edf2b8018b Updated Lucene version number to 4.9 2015-03-30 11:39:32 -04:00
sidheshenator
e4c40ec866 getOneHitPerObject() optimized 2015-03-27 11:29:41 -04:00
Eamonn Saunders
371978cbab - Use ProcessBuilder to start Solr.
- Handle Solr stdout in addition to stderr.
- Will need to revisit how Solr log files are handled later.
2015-03-27 10:19:12 -04:00
Eamonn Saunders
bafe7e61a9 Added required wrapped JARs to Keyword Search project. 2015-03-26 18:02:50 -04:00
Eamonn Saunders
2f5454716d Updated default Jetty host and port. 2015-03-26 17:51:11 -04:00
Eamonn Saunders
46389f13f5 Removed workaround for bug in Solr 4.0. 2015-03-26 17:50:22 -04:00
Eamonn Saunders
681cf993e9 Added Autopsy specific config set. 2015-03-26 17:49:23 -04:00
Eamonn Saunders
769d8a31f8 Put SLF4J and servlet jars in the right place for Jetty. 2015-03-25 13:22:10 -04:00
Eamonn Saunders
39fb74e0d3 Added Eclipse Jetty and SLF4J dependencies. 2015-03-25 13:21:00 -04:00
Eamonn Saunders
8287fa826d Copied new jetty.xml and webdefault.xml files from Solr 4.9.1.
New configuration files are needed since we are now using newer version of Jetty from org.eclipse.
2015-03-24 16:41:54 -04:00
Eamonn Saunders
78b5244afa Added "resources" folder with log4j.properties file and "contexts" folder with solr-jetty-context.xml file. 2015-03-24 16:40:41 -04:00
sidheshenator
204bb1e47c retrive keywordslist name from the tableModel 2015-03-13 11:38:20 -04:00
sidheshenator
256ce5bea2 Offest due to default keywordlists considered. User prompted before deletion 2015-03-10 17:01:16 -04:00
Eamonn Saunders
aa7e4daac1 Updated versions of packages on which Solr depends. 2015-03-09 14:11:52 -04:00
Eamonn Saunders
554089200e Set default jetty.host = localhost. 2015-03-09 14:10:17 -04:00
Eamonn Saunders
c4a973d736 Updated Solr version to 4.9.1 2015-03-09 14:06:32 -04:00
Eamonn Saunders
a6769d69d5 Added keyword search specific Ivy settings file so that we can get the restlet package. 2015-03-09 14:05:45 -04:00