millmanorama
|
094db06075
|
fix compiler warnings about raw types
|
2016-12-16 14:56:41 +01:00 |
|
Richard Cordovano
|
81852338eb
|
Merge pull request #2433 from millmanorama/search_improvements
merge develop into search_improvements
|
2016-12-15 09:29:52 -05:00 |
|
millmanorama
|
e02ede09e0
|
Merge remote-tracking branch 'upstream/develop' into search_improvements
Conflicts:
branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
|
2016-12-15 12:07:33 +01:00 |
|
Richard Cordovano
|
186a998436
|
Merge pull request #2431 from wschaeferB/2149-MimeTypeTreeNullPointerFix
Clearing and filling hashmap now wrapped by same synchronized block
|
2016-12-14 17:38:11 -05:00 |
|
William Schaefer
|
6820aa81c5
|
Added listener for case closed event, changed warning on failure to an error
|
2016-12-14 17:33:52 -05:00 |
|
Richard Cordovano
|
4ed1b8c5ea
|
Merge pull request #2432 from esaunders/2121_regex_query
Merge of Solr6 support and update to RegexQuery for keyword lists
|
2016-12-14 17:22:56 -05:00 |
|
esaunders
|
0fce991ca0
|
Removed unnecessary Solr artifacts from build scripts.
|
2016-12-14 17:11:20 -05:00 |
|
esaunders
|
64990065f2
|
Merge branch 'solr6_standalone' into 2121_regex_query
|
2016-12-14 16:49:20 -05:00 |
|
Richard Cordovano
|
0312fbd4e5
|
Merge pull request #2423 from APriestman/autoIngestMove
Auto ingest move
|
2016-12-14 16:05:06 -05:00 |
|
esaunders
|
bcda17746e
|
Updated version number and commented out copying of content and file_name into content_ws.
|
2016-12-14 15:58:32 -05:00 |
|
esaunders
|
63829ba3bc
|
Updated search runner to use RegexQuery for regular expressions.
|
2016-12-14 15:56:41 -05:00 |
|
esaunders
|
a991bf7d8e
|
Modified regular expressions for use with new RegexQuery class.
|
2016-12-14 15:54:04 -05:00 |
|
Ann Priestman
|
203ed65e50
|
Cleanup.
Moved TimeStampUtils into AutoIngest.
Changed some exception strings.
Made the RuntimeProperties methods synchronized.
|
2016-12-14 14:49:30 -05:00 |
|
William Schaefer
|
add50b1628
|
Clearing and filling hashmap now wrapped by same synchronized block
|
2016-12-14 14:18:03 -05:00 |
|
esaunders
|
020011bff1
|
Change the ordering of the regex for the last element of the IP address regex because we were only getting IP address hits containing a single digit as the last element, e.g. we would get a hit for 152.163.199.5 instead of 152.163.199.56.
|
2016-12-14 13:58:18 -05:00 |
|
esaunders
|
c4561579f9
|
Perform Java regex validation for now even though Lucene regex syntax is a subset of Java.
|
2016-12-14 13:51:46 -05:00 |
|
esaunders
|
89f7af8943
|
Merge branch 'develop' of github.com:sleuthkit/autopsy into 2121_regex_query
|
2016-12-14 12:51:16 -05:00 |
|
Richard Cordovano
|
db904a6080
|
Merge pull request #2430 from eugene7646/fix_error_msg
Fixed a very misleading error mesage
|
2016-12-14 10:05:06 -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 |
|
esaunders
|
0517f5065e
|
Merge branch 'develop' of github.com:sleuthkit/autopsy into search_improvements
|
2016-12-13 12:59:44 -05:00 |
|
esaunders
|
32711594b5
|
Initial cleanup.
|
2016-12-13 12:56:52 -05:00 |
|
Richard Cordovano
|
176e36581c
|
Move new FileTypesByExtNode class into new FileTypesByExtension class
|
2016-12-11 14:26:00 -05:00 |
|
Richard Cordovano
|
39c2fb831b
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop
|
2016-12-11 13:41:49 -05:00 |
|
Richard Cordovano
|
d574e1ba69
|
Tidy up and refactor file types data model classes
|
2016-12-11 13:41:26 -05:00 |
|
Richard Cordovano
|
2d19d6618e
|
Merge pull request #2426 from APriestman/keywordList
Add dialog to allow the user to add multiple keywords at a time.
|
2016-12-11 13:25:18 -05:00 |
|
Richard Cordovano
|
ebe1a30238
|
Add private constructor to utility class FileTypeExtensions
|
2016-12-11 12:38:16 -05:00 |
|
Richard Cordovano
|
377e91ebb0
|
Tidy up EmptyNode class
|
2016-12-11 12:35:26 -05:00 |
|
Richard Cordovano
|
37f7f5486c
|
Merge pull request #2421 from wschaeferB/1917-MimeTypeTree
1917 mime type tree
|
2016-12-11 12:15:18 -05:00 |
|
Richard Cordovano
|
958230656c
|
Merge pull request #2427 from wishdasher/ui_message_typo
Fix typos in a message displayed by the UI
|
2016-12-11 11:55:58 -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 |
|
Sophie Mori
|
d6067df967
|
Fix typos in a message displayed by the UI
|
2016-12-09 15:48:49 -05:00 |
|
Ann Priestman
|
ce1df65f45
|
Remove DSP
|
2016-12-09 11:09:41 -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 |
|
Richard Cordovano
|
f11f46a48f
|
Merge pull request #2425 from esaunders/kws_highlighting_fix
Kws highlighting and multi page hit fixes
|
2016-12-07 16:44:08 -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 |
|
esaunders
|
c7c6e5abd4
|
Commented out call to filterOneHitPerDocument() and added a lengthy comment as to why I think its unnecessary.
|
2016-12-07 15:04:47 -05:00 |
|
William Schaefer
|
8f216bf330
|
1917 Renamed child factory for consistency
|
2016-12-07 10:11:40 -05:00 |
|
esaunders
|
09c5b3ccde
|
Wrap keyword in quotes to make highlighting work when keyword hits are accessed through the tree.
|
2016-12-06 11:17:12 -05:00 |
|
esaunders
|
7bcb31495e
|
Make pattern matching case insensitive.
|
2016-12-06 10:20:14 -05:00 |
|
William Schaefer
|
5290f1d211
|
1917-Added back mistakenly removed japanese bundle properties
|
2016-12-05 18:14:22 -05:00 |
|
William Schaefer
|
efee3816f6
|
1917-Corrected variable name for skCase
|
2016-12-05 17:57:30 -05:00 |
|
esaunders
|
80ae7e8250
|
Merge branch 'develop' of github.com:sleuthkit/autopsy into 1727-regexes-with-whitespace
|
2016-12-05 13:44:09 -05:00 |
|
esaunders
|
218a55c69c
|
Surround search term with /.* .*/ and eliminate filtering down to one document per hit.
|
2016-12-05 13:42:24 -05:00 |
|
esaunders
|
f96f831bb6
|
Make text chunks 32k or smaller.
|
2016-12-05 13:40:53 -05:00 |
|
Ann Priestman
|
657c32ada0
|
Removed unused code
|
2016-12-05 08:06:42 -05:00 |
|