1609 Commits

Author SHA1 Message Date
millmanorama
c42f687bfb more cleanup
more cleanup
2016-12-28 17:30:15 +01:00
millmanorama
b904c37dd2 remove more unneeded ContentStreams and cleanup logging 2016-12-28 15:03:45 +01:00
millmanorama
0303c96d41 cleanup Ingester.indexChunk 2016-12-28 15:03:04 +01:00
millmanorama
abf21f58ee remove obsolete and unused ContentStreams 2016-12-28 15:03:03 +01:00
millmanorama
2b4bb33798 cleanup up ArtifactExtractor; reduce use of ContentStream 2016-12-28 15:03:01 +01:00
millmanorama
697a7d7a58 reduce method overloads for indexing artifacts 2016-12-28 15:02:59 +01:00
millmanorama
b38171dbd7 make the ByteXXXStream classes inner classes of the TextExtractors that use them. 2016-12-28 15:02:58 +01:00
millmanorama
85af7c57b6 build out ArtifactExtractor 2016-12-28 15:02:56 +01:00
millmanorama
1a70a4e8b2 introduce ArtifactExtractor 2016-12-28 15:02:39 +01:00
millmanorama
359dc16ee5 inline indexChunk 2016-12-28 15:02:23 +01:00
millmanorama
c9795cabcb pull up methods from TextExtractorBase into TextExtractor.java 2016-12-28 15:02:21 +01:00
millmanorama
0f1f8b2211 refactor common chunking algorithm into TextExtractorBase, remove AbstractFileChunk 2016-12-28 15:02:18 +01:00
Richard Cordovano
a5902d50f5 Correctly handle CancellationException in KeywordSearchResultFactory.BlackboardResultWriter 2016-12-19 17:27:42 -05:00
Eugene Livis
d1616cdeb6 Fixed a very misleading error mesage 2016-12-14 09:56:25 -05:00
Richard Cordovano
bb1975b9c4 Merge pull request #2428 from zhhl/2123-sortSolrResultToKeepConsistantKeywordPreview
2123: Sort the Solr results to keep KeywordSearch Preview pick up the…
2016-12-14 09:51:08 -05:00
U-BASIS\zhaohui
2711788582 2123: correction 2016-12-13 17:42:02 -05:00
U-BASIS\zhaohui
05a6fa8d37 2123: clean up 2016-12-13 17:38:22 -05:00
U-BASIS\zhaohui
8a1f272738 2123: let Solr do ascending sorting to let us have a consistant result 2016-12-13 17:33:41 -05:00
U-BASIS\zhaohui
4a0202cea9 2123: Sort the Solr results to keep KeywordSearch Preview pick up the same result each time 2016-12-11 09:56:57 -05:00
Ann Priestman
231e87187d Add dialog to allow the user to add multiple keywords at a time. 2016-12-08 09:58:31 -05:00
esaunders
a782e52f80 Removed filterOneHitPerDocument() since (a) it's use prevents the display of hits across multiple pages/chunks and (b) QueryResults.writeAllHitsToBlackBoard() takes care of ensuring that only a single blackboard artifact is created per document. 2016-12-07 16:17:24 -05:00
esaunders
83f8d575e9 Add quotes around the keyword when the search results are not available to make highlighting work correctly. 2016-12-07 16:14:00 -05:00
Richard Cordovano
57e506b8ae Delete KWS issue report file, move into JIRA 2016-12-02 12:30:06 -05:00
Richard Cordovano
5638cf5b79 Merge pull request #2405 from zhhl/2050-NPEinRegexSearch
2050 handle the KeywordSearchException while call KeywordSearchQuery:performQuery()
2016-11-22 17:44:51 -05:00
Sophie Mori
1aa6b26910 Change table in dropdown keyword lists to use keyword types 2016-11-17 10:03:14 -05:00
Sophie Mori
43fa4a5535 Merge branch 'develop' into AUT-2250_keyword_list_substring 2016-11-16 17:30:31 -05:00
Ann Priestman
5b860abb44 Merge remote-tracking branch 'upstream/develop' into slackSpace
Conflicts:
	Core/src/org/sleuthkit/autopsy/directorytree/DirectoryTreeTopComponent.java
2016-11-15 08:58:33 -05:00
Sophie Mori
757f880675 Change display type to make it cleaner 2016-11-11 17:03:28 -05:00
Sophie Mori
12156cf226 Clean up code 2016-11-11 16:40:54 -05:00
Sophie Mori
edaf49774d Add substring option to keyword lists, modify xml config read and write 2016-11-11 16:30:52 -05:00
U-BASIS\zhaohui
0e123d55ef 2050: add more info for the error msg for KeywordSearchResultFactory 2016-11-11 15:12:12 -05:00
U-BASIS\zhaohui
e0473bce63 2050: add more info for the error msg 2016-11-11 15:08:39 -05:00
U-BASIS\zhaohui
f3f800e138 2050: KeyworkSearchException is handled at the caller level of performQuery 2016-11-11 14:51:21 -05:00
Sophie Mori
e730d55597 Merge branch 'develop' into AUT-1849_persistent_table_column_reordering 2016-11-08 09:23:57 -05:00
Sophie Mori
6ce43540fc Add column key for file and keyword search result tables 2016-11-03 17:33:36 -04:00
Ann Priestman
00a95a272d Merge remote-tracking branch 'upstream/develop' into slackSpace 2016-11-02 13:03:28 -04:00
Jonathan Millman
45afb4e4e0 fix typo in javadoc 2016-11-02 11:48:18 +01:00
Richard Cordovano
2f48775e34 Start cleanup and doc of DropdownSingleKeywordSearchPanel and DropdownToolbar 2016-11-01 09:49:13 -04:00
Richard Cordovano
b73dad822e Update docs and rename DropdownAdHocSearchPanel -> DropdownSingleKeywordSearchPanel 2016-10-27 16:17:18 -04:00
Richard Cordovano
98c668e5ee Improve docs for DropdownAdHocSearchPanel 2016-10-27 10:28:44 -04:00
Ann Priestman
9734adb003 Adding support for new SlackFile type 2016-10-27 09:37:07 -04:00
Richard Cordovano
f2cbf40cf8 Rename DropdownSingleTermSearchPanel to DropdownAdHocSearchPanel 2016-10-26 23:54:12 -04:00
Richard Cordovano
0cac7cba48 Tidy up and document keyword search DropdownSingleTermSearchPanel 2016-10-26 23:52:07 -04:00
rcordovano
39c7eb3988 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2016-10-24 14:13:31 -04:00
rcordovano
5e0a08f00e Merge remote-tracking branch 'upstream/release_4.2.0' into develop 2016-10-24 14:11:48 -04:00
Richard Cordovano
5acc39abaa Make credit card search disabled by default 2016-10-24 13:00:16 -04:00
Richard Cordovano
c558a42ee1 Revert "Rename TermsComponentQuery to RegexQuery"
This reverts commit fedf10a67c4885e6d919f5c3de55dd7ea2d1b4cb.
2016-10-23 15:40:32 -04:00
Richard Cordovano
fedf10a67c Rename TermsComponentQuery to RegexQuery 2016-10-22 18:50:32 -04:00
Richard Cordovano
14aae826d3 Clean up and document TermsComponentQuery 2016-10-22 17:46:28 -04:00
Richard Cordovano
56786863bb Remove incorrect but unused equals and hashCode methods from KeywordList 2016-10-22 15:19:27 -04:00