2389 Commits

Author SHA1 Message Date
Eugene Livis
8337763b82 Added support to upgrade index from solr 4 to 5 2017-01-11 15:11:01 -05:00
William Schaefer
35bf21eefe Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2197-ProfileOptionsPanel 2017-01-11 14:39:30 -05:00
William Schaefer
f052539e21 2197-renumbered Option panel position to account for new panel 2017-01-11 13:32:00 -05:00
esaunders
0c6fafc9b0 Updated schema version number to 2.0. 2017-01-11 12:31:22 -05:00
Richard Cordovano
aa4474d54d Change TikaTextExtractor static init parallelStream use to stream 2017-01-11 12:31:15 -05:00
Eugene Livis
8518a208ff Merge latest 2017-01-11 12:20:16 -05:00
Eugene Livis
87e2ab623a More wor 2017-01-11 12:19:07 -05:00
esaunders
8cf57c9346 Merge branch 'search_improvements' of github.com:sleuthkit/autopsy into 2121_regex_query 2017-01-11 11:23:49 -05:00
Richard Cordovano
c6adff9c59 Merge in develop with overlapping chunks 2017-01-11 11:22:34 -05:00
esaunders
95e846e2b4 Merge branch 'search_improvements' of github.com:sleuthkit/autopsy into 2121_regex_query 2017-01-11 10:59:44 -05:00
esaunders
30c400d601 Removed debug flag from Solr query. 2017-01-11 10:59:14 -05:00
Richard Cordovano
eb8422ca1e Merge develop into search_improvements with 32K chunks 2017-01-11 10:19:35 -05:00
Eugene Livis
77b5f3ad97 Creating a reference copy of the original index and config set 2017-01-10 17:43:11 -05:00
Richard Cordovano
03e3747f7a Complete AutopsyService and ProgressIndicator interfaces 2017-01-10 14:12:39 -05:00
esaunders
b446e6d23b Merge branch 'search_improvements' of github.com:sleuthkit/autopsy into 2121_regex_query 2017-01-10 11:05:41 -05:00
esaunders
0aa5d0f63b Changed set of boundary characters into a character class expression which eliminates the need for the 'or' (|) character. 2017-01-10 11:04:50 -05:00
esaunders
acf05a45e8 Modified message that is displayed in content viewer when we are unable to find the text associated with a keyword hit. 2017-01-10 10:26:11 -05:00
esaunders
d20e70b58b Reverting previous modification of IP address regex as it does not help reduce false positives. 2017-01-10 10:24:57 -05:00
Eugene Livis
42360c52ca Moved all the logic into new IndexHandling class 2017-01-09 17:07:58 -05:00
esaunders
ff85d494ed Tightened up IP address regex to not match hits that have more than 4 elements separated by dots. Removed trailing slash from URL regex as it is not needed...the trailing slash is being handled as one of the boundary characters in RegexQuery 2017-01-09 16:39:53 -05:00
Eugene Livis
09014d34b6 Registering as service providers 2017-01-09 15:58:50 -05:00
Eugene Livis
e3ed9dfc34 Resolved merge conflicts 2017-01-09 14:08:14 -05:00
Eugene Livis
7e291b1124 <erge latest 2017-01-09 10:37:35 -05:00
Eugene Livis
75441946a1 Minor 2017-01-09 10:23:03 -05:00
millmanorama
860f4361b3 Merge branch '2132-32k-chunks' into 2184-overlapping-chunks
# Conflicts:
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Ingester.java
2017-01-09 11:51:36 +01:00
millmanorama
a8cfbd1e10 refactor TextExtractor to an interface and to remove the intermediary getInputStream() method 2017-01-09 11:07:12 +01:00
millmanorama
7325174dc3 Merge remote-tracking branch 'upstream/develop' into 2132-32k-chunks 2017-01-09 10:47:59 +01:00
Richard Cordovano
be7bdced90 Merge in develop branch with text extraction refactoring 2017-01-08 10:48:17 -05:00
Richard Cordovano
837eb1477f Pull in text extraction refactoring and resolve merge conflicts 2017-01-08 10:22:18 -05:00
Richard Cordovano
b0ce3168df Merge pull request #2434 from millmanorama/fix-compiler-warnings
fix compiler warnings about raw types
2017-01-07 11:10:24 -05:00
Richard Cordovano
8fbb19a67d Merge remote-tracking branch 'upstream/develop' into search_improvements 2017-01-07 10:32:34 -05:00
Richard Cordovano
5463d3a719 Remove kws public Server.getIngester, Ingester is not public 2017-01-07 10:30:58 -05:00
Eugene Livis
4299a2326e More work 2017-01-06 16:22:49 -05:00
Eugene Livis
b5e3639167 Fixing comments 2017-01-06 16:18:45 -05:00
Eugene Livis
d23b78f57c Fixing comments 2017-01-06 16:17:42 -05:00
Eugene Livis
bb0c3e55eb Fixing comments 2017-01-06 16:14:53 -05:00
Eugene Livis
21f2efbdcf More work 2017-01-06 16:05:11 -05:00
Eugene Livis
b05dded08a Got inex folder search algorithm to work 2017-01-06 15:48:44 -05:00
millmanorama
161ba2098c cleanup and comments in Chunker 2017-01-06 14:53:58 +01:00
millmanorama
990433fc36 refactor Chunker read methods to use a common helper method. 2017-01-06 13:16:40 +01:00
millmanorama
64ba5f6e66 Merge remote-tracking branch 'upstream/develop' into 2184-overlapping-chunks 2017-01-06 11:09:27 +01:00
millmanorama
52251bcb2e move Reader reset back to beginning of next() and increase buffer size to 2048. 2017-01-06 00:03:45 +01:00
Eugene Livis
40cc726a11 First cut at integrating AutopsyServiceProvider 2017-01-05 17:16:27 -05:00
Eugene Livis
7d252864a4 Index folder finding algorithm seems to work 2017-01-05 13:41:12 -05:00
Eugene Livis
4555f7d44d Merge branch 'search_improvements' of https://github.com/sleuthkit/autopsy into solr65 2017-01-05 12:42:55 -05:00
Richard Cordovano
210068e241 Merge in develop branch 2017-01-05 10:24:59 -05:00
esaunders
acae764760 Modified the phone number regex to pick up number that have spaces in them...perhaps this will produce more false positives but in our test data it produces over 1,000 extra numbers that are not found in Autopsy 4.2. Also updated the email regex to find email addresses surrounded in {} sometimes seen in academic publications. 2017-01-04 17:14:06 -05:00
esaunders
ba7f8ab9b3 Consolidated boundary characters into a single list. 2017-01-04 15:19:21 -05:00
esaunders
c172e0f16e Fix for missing characters in snippets and reduce length of snippets in an attempt to more closely match previous version of Autopsy. 2017-01-04 12:23:42 -05:00
esaunders
8432fec205 Updated email and url regexes to be case insensitive. 2017-01-04 12:22:17 -05:00