2389 Commits

Author SHA1 Message Date
William Schaefer
1cc7ce6457 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2462-UnableToDeleteCases 2017-03-30 17:24:52 -04:00
William Schaefer
c20712d2db 2462 replaced debug statement with logging of exception in solrSearchService 2017-03-30 17:24:43 -04:00
eugene7646
b075904015 Merge pull request #2647 from wschaeferB/2491-ConsistantCapitals
2491 consistant capitals
2017-03-30 16:55:06 -04:00
U-BASIS\dgrove
f2eb93ce23 Fixed code to replace first character to match Solr 6 case name rules. 2017-03-30 14:16:57 -04:00
William Schaefer
5ef574d1fc 2491 A couple more Keyword list related capital letters made consistant 2017-03-30 13:46:07 -04:00
William Schaefer
0cbb0fe56f 2491 consistant capitalization of titles involving Keyword List 2017-03-30 13:38:23 -04:00
U-BASIS\dgrove
d2cd213cd0 Modified regex filter so it's in line with Solr 6 core name rules. 2017-03-30 13:02:32 -04:00
William Schaefer
44d6edb349 2462 added check to ensure list of Indexes was not empty 2017-03-30 12:50:05 -04:00
William Schaefer
eacf3e7015 2462 added comment to clarify new method in solrsearchservice 2017-03-30 11:06:02 -04:00
William Schaefer
072815cb8e 2462 fix deprecation tags on old delete method for index 2017-03-30 10:48:39 -04:00
William Schaefer
f6cb425445 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2462-UnableToDeleteCases 2017-03-30 10:29:18 -04:00
William Schaefer
e67d42fea2 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2462-UnableToDeleteCases 2017-03-29 17:10:49 -04:00
William Schaefer
e9f82d0ea7 2462 Auto Ingest Dashboard Delete Case button now works again 2017-03-29 17:10:36 -04:00
Eugene Livis
a3e4195f66 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into kws_list_fix 2017-03-29 16:16:41 -04:00
Eugene Livis
07f74f5cc6 Server.closeCore() does not throw exception if core is already closed 2017-03-29 16:04:32 -04:00
Eugene Livis
7f034bf871 Fix to have same key word in multiple KW lists 2017-03-29 15:46:57 -04:00
Eugene Livis
d2a4c9b2a9 Better handling of core being closed 2017-03-27 16:40:21 -04:00
Brian Carrier
5e21adfe57 Check for null to prevent NPE 2017-03-27 15:33:43 -04:00
Brian Carrier
19a0b958b8 Merge pull request #2635 from sleuthkit/kwsrch_fixes
Fix 2 bugs that caused exceptions when core did not open. Simplified …
2017-03-24 14:55:34 -04:00
Brian Carrier
22aa75979f Fix 2 bugs that caused exceptions when core did not open. Simplified wording 2017-03-24 14:54:36 -04:00
Eugene Livis
c3c8d9df72 Merge Brian's UI changes 2017-03-24 13:26:29 -04:00
Brian Carrier
cb111c22a3 desired tree now works, except for the extra layer at the predefined regexps. 2017-03-24 09:49:11 -04:00
Eugene Livis
e3945fc13c Merge branch 'develop' of https://github.com/sleuthkit/autopsy into substring_search_2384 2017-03-22 17:49:10 -04:00
Eugene Livis
c91ddf8650 Changes to TermsComponentQuery 2017-03-22 17:46:40 -04:00
Richard Cordovano
6d477b42e9 Truly disable ad hoc keyword search buttons 2017-03-22 16:54:51 -04:00
Eugene Livis
54e2c86c1d debugging 2017-03-22 15:35:51 -04:00
Eugene Livis
19212bcdf1 SearchRunner and KeywordSearchPanel now use same logic to select proper KeywordSearchQuery for Keyword 2017-03-16 13:41:23 -04:00
Richard Cordovano
104d4bdee2 Merge pull request #2601 from millmanorama/2107-application/x-font-ttf
cleanup exception throwing.  reinstate  application/x-font-ttf  as a …
2017-03-15 09:35:30 -04:00
millmanorama
1877a8648f cleanup exception throwing. reinstate application/x-font-ttf as a supported type 2017-03-15 12:18:54 +01:00
Richard Cordovano
8a4b78daee Merge pull request #2592 from millmanorama/2063-solr-result-paging
some more cleanup and refactoring in LuceneQuery.java
2017-03-13 10:12:34 -04:00
millmanorama
2e8272dba2 upgrade tika to 1.14 2017-03-13 14:55:16 +01:00
millmanorama
c068da3fcb make fields final 2017-03-11 23:28:31 +01:00
millmanorama
3c1701ea5a cleanup and refactoring in LuceneQuery.java 2017-03-11 23:17:59 +01:00
millmanorama
42511628a1 replace broken paging with cursor based paging 2017-03-11 16:57:17 +01:00
Richard Cordovano
3d4d83e239 Format keywordsearch/HighlightedText.java 2017-03-09 10:19:09 -05:00
Richard Cordovano
681f2da55d Format keywordsearch/HighlightedText.java 2017-03-09 10:06:31 -05:00
Richard Cordovano
b331e7d3a1 Merge remote-tracking branch 'upstream/develop' into 2323_highlighted_text_exception_throwing 2017-03-09 10:05:45 -05:00
Richard Cordovano
2ce24a4a8c Resolve IDE code hints in keywordsearch/HighlightedText.java 2017-03-09 09:56:05 -05:00
millmanorama
d676148af8 remove unnecessary field and constructor parameter 2017-03-09 11:08:58 +01:00
millmanorama
6fa88eb132 improve comment about snippet queries 2017-03-09 10:53:09 +01:00
millmanorama
40b3a52f92 save hits even if we never get a snippet 2017-03-09 10:53:08 +01:00
Richard Cordovano
d8c023c605 Fix ad hoc search toolbar enabling and indexed files count 2017-03-07 15:32:00 -05:00
Richard Cordovano
ddfd415f61 Minor lint issue fixes for GlobalListsManagementPanel.java 2017-03-04 17:35:57 -05:00
Richard Cordovano
4bc7352f15 Fix enabling of keyword search list import button 2017-03-04 17:33:14 -05:00
Richard Cordovano
26b578db01 Merge pull request #2523 from wschaeferB/1922-KeywordSearchEdit
1922 keyword search edit
2017-03-04 17:18:11 -05:00
Richard Cordovano
bb994a13b0 Merge pull request #2550 from wschaeferB/2267-UpgradeCancellation
2267 upgrade cancellation
2017-03-04 15:29:56 -05:00
Richard Cordovano
67916294c2 Merge pull request #2557 from millmanorama/2244-fallback-on-strings
2244 fallback on strings
2017-03-04 14:52:25 -05:00
William Schaefer
202e893260 2216 removed non-existent and unused jar from KWS project 2017-03-03 12:52:10 -05:00
millmanorama
76fe339560 comments 2017-03-03 15:10:45 +01:00
millmanorama
fa46079393 throw TextExtractorException if Tika gives us an empty reader. 2017-03-03 13:33:48 +01:00