William Schaefer
|
9fc01a2651
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1922-KeywordSearchEdit
|
2017-02-21 13:38:52 -05:00 |
|
William Schaefer
|
ae17beded1
|
1922 replaced disk icon with document+ icon for copy
|
2017-02-13 14:37:45 -05:00 |
|
William Schaefer
|
14d999212b
|
1922 - deleted commented out block of code
|
2017-02-13 13:41:48 -05:00 |
|
William Schaefer
|
f01bdc6bc2
|
1922 added comments, edit keyword disabled with multiselect now
|
2017-02-13 13:28:44 -05:00 |
|
William Schaefer
|
25408e43f7
|
1922 Keyword Options panel is fully functional
|
2017-02-13 11:57:50 -05:00 |
|
William Schaefer
|
37a285d8d6
|
1922 fixed copy to actually create a different list
|
2017-02-10 16:02:45 -05:00 |
|
William Schaefer
|
fa56e080a9
|
1922 Edit keyword implemented
|
2017-02-10 15:50:26 -05:00 |
|
William Schaefer
|
998571f8b7
|
1922 Rename keyword list implemented
|
2017-02-08 17:32:32 -05:00 |
|
William Schaefer
|
9286078126
|
1922 minor fixes to gui formatting
|
2017-02-08 13:39:33 -05:00 |
|
William Schaefer
|
61dabf34e0
|
1922 - Buttons moved and copy fixed
|
2017-02-08 13:30:37 -05:00 |
|
William Schaefer
|
c1888c88c3
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2197-ProfileOptionsPanel
|
2017-01-23 16:48:27 -05:00 |
|
millmanorama
|
10b92b1bf5
|
Merge remote-tracking branch 'upstream/develop' into PushbackReader
|
2017-01-23 15:45:53 +01:00 |
|
William Schaefer
|
e904dd5dad
|
2197 - merged in updated changes from 1903 for file ingest filters
|
2017-01-20 10:52:25 -05:00 |
|
millmanorama
|
363b5c2cce
|
comments and some minor refactoring
|
2017-01-20 14:17:34 +01:00 |
|
millmanorama
|
d490dfc44b
|
fix window overlapping
|
2017-01-20 13:59:55 +01:00 |
|
millmanorama
|
851c0721ed
|
correct size calculations
|
2017-01-20 13:59:54 +01:00 |
|
millmanorama
|
23afb4515e
|
refactor exception handling of Chunker
|
2017-01-20 13:59:31 +01:00 |
|
millmanorama
|
506a3037a4
|
finish PushbackReader implementation of Chunker, introduce TextExtractorException
|
2017-01-20 13:59:26 +01:00 |
|
jmillman
|
104cbd4dc4
|
restore space in "Keyword Search"
|
2017-01-20 13:59:24 +01:00 |
|
millmanorama
|
0a7af485f2
|
return instead of just break to stop infinite loop
|
2017-01-20 13:59:22 +01:00 |
|
millmanorama
|
76797f3c8a
|
move Chunker to its own file; replace BufferedReader with PushbackReader
|
2017-01-20 13:59:20 +01:00 |
|
esaunders
|
d4a4542d04
|
Modified filterResults() to return the hits for the lowest chunk associated with an object, assuming we haven't seen a hit for the keyword in the object before.
|
2017-01-19 17:27:46 -05:00 |
|
esaunders
|
b1c0815c4f
|
Made KeywordHit implement Comparable so that lists of hits can be sorted.
|
2017-01-19 17:20:43 -05:00 |
|
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
|
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 |
|
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 |
|
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 |
|
Richard Cordovano
|
aa4474d54d
|
Change TikaTextExtractor static init parallelStream use to stream
|
2017-01-11 12:31:15 -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
|
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 |
|
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 |
|
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
|
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 |
|