1597 Commits

Author SHA1 Message Date
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
Richard Cordovano
24a5dce1ae Clean and document KeywordList 2016-10-22 15:16:40 -04:00
Richard Cordovano
e0f5072555 Fix toString, equals, hashCode methods of Keyword 2016-10-22 14:50:32 -04:00
Richard Cordovano
f7ea2a3439 Correct documentation of Keyword class 2016-10-22 14:30:22 -04:00
Richard Cordovano
181f65aee4 Clean and document Keyword class 2016-10-22 14:03:17 -04:00
Richard Cordovano
c8fd478428 Merge remote-tracking branch 'upstream/release_4.2.0' into develop 2016-10-20 12:47:01 -04:00
Richard Cordovano
56e7dcd658 Improve logging of credit card number parsing errors 2016-10-20 12:37:16 -04:00
Richard Cordovano
d2148a86ca Merge pull request #2384 from wschaeferB/2047-copyright
General cleanup of AbstractFileStringContentStream.java (copyright up…
2016-10-19 17:53:01 -04:00
Richard Cordovano
4bc353d222 Merge pull request #2383 from millmanorama/inbox-message-null-check
do a null check on attribute before including its value in html message
2016-10-19 17:41:25 -04:00
William Schaefer
309a7fb5d0 General cleanup of AbstractFileStringContentStream.java (copyright update, remove unused logger, make variables final) 2016-10-19 17:39:42 -04:00
Richard Cordovano
c45abacdba Merge remote-tracking branch 'upstream/release_4.2.0' into develop 2016-10-19 13:30:12 -04:00
millmanorama
573425e71c do a null check on attribute before including its value in html message 2016-10-19 15:55:03 +02:00
millmanorama
4fea244c31 add a set name attribute to account artifacts too 2016-10-19 14:57:24 +02:00