12995 Commits

Author SHA1 Message Date
esaunders
2217eb0f98 Removed getOneHitPerObject() since Searcher.filterResults() guarantees that we will get a single hit per object (for the lowest numbered chunk). 2017-01-19 17:20:02 -05:00
esaunders
fdf83c751e Merge branch 'develop' of github.com:sleuthkit/autopsy into snippet_fix 2017-01-18 17:37:01 -05:00
esaunders
4bf5988c40 Modified filterResults() to only return a a single hit per keyword per object where a hit for that keyword on that object has not been seen before. 2017-01-18 17:31:50 -05:00
Brian Carrier
4e3bbe644f merged release 2017-01-18 16:13:53 -05:00
Brian Carrier
565ffc1663 Merge branch 'release-4.3.0' 2017-01-18 16:10:18 -05:00
Brian Carrier
4ebe724bc7 Merge branch 'release-4.3.0' of github.com:sleuthkit/autopsy into release-4.3.0 2017-01-18 16:08:50 -05:00
Brian Carrier
2717163d02 updated NEWS 2017-01-18 16:08:05 -05:00
esaunders
401ac636b9 Modified filterResults() to take entire document id into consideration when determining whether a hit has been seen before. 2017-01-17 21:34:44 -05:00
Richard Cordovano
500b0188a9 Tidy up AutopsyOptionsPanel 2017-01-12 15:55:27 -05:00
Richard Cordovano
9151b7cc5e Clamp number of file ingest therads to 4 2017-01-12 12:15:06 -05:00
Richard Cordovano
3379dcfb08 Merge remote-tracking branch 'upstream/release-4.3.0' into develop 2017-01-11 17:36:14 -05:00
Richard Cordovano
5b52aa2ac8 Add comments to ImageNode and VolumeNode PCLs 2017-01-11 17:34:26 -05:00
Richard Cordovano
63072dfdef Merge pull request #2461 from APriestman/locking
Add locking to Case open for multi user cases
2017-01-11 16:04:28 -05:00
Ann Priestman
0dc1775fff Finished moving locks into Case 2017-01-11 14:58:46 -05:00
Richard Cordovano
aa4474d54d Change TikaTextExtractor static init parallelStream use to stream 2017-01-11 12:31:15 -05:00
Richard Cordovano
eee99afdc0 Merge remote-tracking branch 'upstream/release-4.3.0' into develop 2017-01-11 11:09:53 -05:00
Richard Cordovano
6badcfc019 Merge pull request #2456 from millmanorama/2184-overlapping-chunks
2184 overlapping chunks
2017-01-11 11:04:21 -05:00
Richard Cordovano
b6417cbdde Add description to Experimental module 2017-01-11 10:01:03 -05:00
Richard Cordovano
877b87b5cf Merge pull request #2454 from millmanorama/2132-32k-chunks
2132 32k chunks - develop
2017-01-11 09:58:42 -05:00
Richard Cordovano
84b9e7b0d8 Add ingest and case listeners to refresh to ImageNode 2017-01-10 18:08:31 -05:00
Richard Cordovano
9d7f56d0eb Merge pull request #2453 from APriestman/highDPI
Make Autopsy scale correctly on high DPI displays
2017-01-09 09:48:26 -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
837eb1477f Pull in text extraction refactoring and resolve merge conflicts 2017-01-08 10:22:18 -05:00
Richard Cordovano
ba2577c602 Merge pull request #2419 from millmanorama/2064-regression-test-timzone-fix
RegressionTest sets datasource time zone to "America/New_York"
2017-01-07 11:09:55 -05:00
Richard Cordovano
5463d3a719 Remove kws public Server.getIngester, Ingester is not public 2017-01-07 10:30:58 -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
Ann Priestman
a7cc1ce09e Moved CoordinationService from Experimental to Core 2017-01-05 11:26:06 -05:00
Richard Cordovano
3260d254ba Reset project.properties build.type to DEVELOPMENT 2017-01-04 15:24:23 -05:00
Richard Cordovano
5a5d42575b Merge remote-tracking branch 'upstream/release-4.3.0' 2017-01-04 15:20:25 -05:00
millmanorama
5e0f9abdf9 reset at end to avoid "This stream has not been marked" error. 2017-01-04 17:22:56 +01:00
millmanorama
151742c21b record length in chars and mark/reset reader to produce overlaps 2017-01-04 17:16:20 +01:00
millmanorama
d8ec4290f2 reduce max window size to prevent off by one error 2017-01-04 17:16:19 +01:00
millmanorama
94e136b451 first pass at overlapping chunks 2017-01-04 17:16:17 +01:00
millmanorama
d14c15fbdb bump chunk size to exactly 32k, single read chars to 1024 2017-01-04 12:25:34 +01:00
Ann Priestman
7c2fe3d63c Make Autopsy scale correctly on high DPI displays 2017-01-03 12:42:00 -05:00
millmanorama
8410970b11 Chunker implements Iterator and Iterable 2017-01-03 14:57:55 +01:00
millmanorama
15c2d395fa move Chunk and Chunker out of Ingester 2017-01-03 14:26:48 +01:00
millmanorama
d2a6fe3fda move chunking algorithm into seperate class(es) and reduce chunk size to ~32k 2017-01-03 14:26:46 +01:00
Richard Cordovano
46369eff44 Update NBM versioning for 4.3.0 2017-01-02 18:45:21 -05:00
Richard Cordovano
62abe62a6c Update Autopsy version numbers 2017-01-02 18:44:54 -05:00
Richard Cordovano
91f4993456 Update NEWS.txt for 4.3.0 release 2017-01-02 18:08:10 -05:00
Richard Cordovano
6ad40d4949 Merge pull request #2452 from rcordovano/develop
4.3.0 preps: DSPs, public API restore, const name
2017-01-02 17:57:25 -05:00
Richard Cordovano
13411450aa 4.3.0 preps: DSPs, public API restore, const name 2017-01-02 17:36:59 -05:00
millmanorama
3557f141e1 use UTF-8 encoding for ArtifactTextExtractor streams and readers 2017-01-02 16:45:51 +01:00
millmanorama
4ae0a688bc don't commit unnecessarily 2016-12-31 14:31:11 +01:00