2134 Commits

Author SHA1 Message Date
Richard Cordovano
e1b4b4abfa Fix undocumented format parameter warnings for message strings 2017-09-12 19:10:55 -04:00
Richard Cordovano
1a6c5f90b2 Merge pull request #3064 from millmanorama/2990-resize-indextedtext-chooser
2990 cleanup ExtractedContentPanel, insert spacers into 'toolbar' make the…
2017-09-12 12:56:49 -04:00
millmanorama
3ad40600e9 cleanup ExtractedContentPanel, insert spacers into 'toolbar' make the combobox bigger 2017-09-12 14:47:27 +02:00
Richard Cordovano
0d6ec8caf0 Merge pull request #3053 from millmanorama/2960-only_store_artifact_id_in_KeywordHit
2960 only store artifact id in keyword hit
2017-09-11 09:46:43 -04:00
Jonathan Millman
1b6fce712f Update KeywordSearchResultFactory.java 2017-09-11 15:44:21 +02:00
Richard Cordovano
b4251bf980 Update KeywordHit.java
Clarify a comment
2017-09-11 09:41:35 -04:00
Richard Cordovano
721dacc5e8 Update KeywordHit.java 2017-09-08 13:03:50 -04:00
Richard Cordovano
8c548b23fc Update KeywordHit.java 2017-09-08 13:00:39 -04:00
millmanorama
aadb79331f Cleanup KeywordHit.java 2017-09-08 16:25:00 +02:00
Richard Cordovano
42e6e86db8 Merge remote-tracking branch 'upstream/rc-2.8.3' into develop 2017-09-08 09:44:22 -04:00
Richard Cordovano
1a63546ed2 Merge pull request #3032 from eugene7646/solr_log_2972
Lots of additional logging in events of Solr query failure
2017-09-08 09:30:46 -04:00
millmanorama
81e22212e8 do direct db query for contentID intead of getting the entire artifact. 2017-09-08 11:15:28 +02:00
millmanorama
55dd19b39c WIP 2017-09-08 11:15:27 +02:00
Richard Cordovano
8e4d7e2c4f Merge in develop branch 2017-09-07 11:17:51 -04:00
Richard Cordovano
f9ca7b55f2 Merge branch 'develop' into 2988-fix-cc-viewer 2017-09-06 10:20:43 -04:00
millmanorama
27cdb356b0 fix the AccountsText/credit card highlighting. also add the content name to the progress indicator. ome other minor cleanup 2017-09-05 10:58:14 +02:00
millmanorama
fc1593d232 Merge remote-tracking branch 'upstream/rc-2.8.3' into develop
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/datamodel/BlackboardArtifactNode.java
2017-09-02 12:26:21 +02:00
Eugene Livis
71fcb1db66 Lots of additional loging in events of Solr query failures 2017-08-31 16:16:25 -04:00
esaunders
04fcee7dbf Listeners now only register for event types they are interested in. 2017-08-28 14:09:13 -04:00
esaunders
b73d92e684 Merge pull request #3020 from millmanorama/2949-only-store-content-id-in-keywordhit
2949 only store content id in KeywordHit
2017-08-28 13:36:05 -04:00
millmanorama
e563f81ccb Merge remote-tracking branch 'upstream/rc-2.8.3' into 2960-only-store-content-id-in-keywordhit 2017-08-28 00:21:19 -04:00
Eugene Livis
4585ee3ac3 Minor 2017-08-24 16:14:30 -04:00
Eugene Livis
8c6bb9bd94 Minor 2017-08-24 16:13:54 -04:00
Eugene Livis
12f0ca2695 Reverted code to retry solr core open 2017-08-24 15:55:29 -04:00
Eugene Livis
b77fcb74c0 Fixed typos 2017-08-23 09:06:51 -04:00
Eugene Livis
bcdf7880c2 Fixed typos 2017-08-23 09:05:28 -04:00
millmanorama
8a7da368ad more cleanup 2017-08-23 04:57:58 -04:00
millmanorama
9bdf496abe cleanup 2017-08-23 04:44:37 -04:00
millmanorama
88ca4a2a24 Merge remote-tracking branch 'upstream/rc-2.8.3' into 2638-only-store-content-id-in-keywordhit
# Conflicts:
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordCachedArtifact.java
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchQuery.java
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/LuceneQuery.java
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/QueryResults.java
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/RegexQuery.java
#	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/TermsComponentQuery.java
2017-08-23 04:09:08 -04:00
Eugene Livis
909fda73fb Minor 2017-08-22 17:20:49 -04:00
Eugene Livis
b7845f9af0 Minor 2017-08-22 17:12:56 -04:00
Eugene Livis
bcefce9080 Added re-tries for opening Solr cores 2017-08-22 16:25:42 -04:00
millmanorama
77783d1537 minor cleanup 2017-08-22 03:10:31 -04:00
millmanorama
7d6dfaa7ea remove KeywordCachedArtifact 2017-08-22 02:19:51 -04:00
Eugene Livis
3639dcca2a Added timeout to Solr queries 2017-08-18 15:14:24 -04:00
U-BASIS\dgrove
70339153e1 Sync 2017-08-16 11:44:14 -04:00
millmanorama
976952b52e cleanup in KeywordHit 2017-08-16 11:03:35 -04:00
millmanorama
659d48f523 cleanup Javadoc 2017-08-15 14:46:04 -04:00
millmanorama
c7f8c32ca3 first pass at removing stored content in KeywordHit 2017-08-14 15:33:43 -04:00
millmanorama
15eb3c28ba remove temporary hitsMultiMap altogether 2017-08-14 13:25:59 -04:00
Richard Cordovano
e4a39f498e Merge in rc-2.8.3 branch and resolve conflicts 2017-08-11 12:43:23 -04:00
millmanorama
b3e5ecb090 make hitsMultiMap local to performQuery() and remove unused getDocumentIds method. 2017-08-11 10:08:01 -04:00
Eugene Livis
2afb4f44f5 Minor 2017-08-09 17:25:04 -04:00
Eugene Livis
ec7269b4f2 Changed exception type from TskException to TskCoreException 2017-08-09 16:54:58 -04:00
Eugene Livis
67bd035409 Handling potential StackOverflowError comming out of Matcher.find() 2017-08-09 16:49:49 -04:00
William Schaefer
06159fb9ef 2923 added local directory visit method to keywordsearch Ingester 2017-08-08 16:44:16 -04:00
Richard Cordovano
2cd9c10393 Merge remote-tracking branch 'upstream/release-4.4.1' into develop 2017-08-05 10:33:57 -04:00
Eugene Livis
e0d406256b Minor 2017-08-03 15:06:31 -04:00
Eugene Livis
d4de0afe6a Changing the status message based on text index size 2017-08-03 15:00:28 -04:00
Richard Cordovano
34a78ddc7c Merge pull request #2958 from wschaeferB/2544-NoSkipOptionImportSingleKWL
2544 - when importing single KW list user no longer given skip option
2017-07-28 16:30:27 -04:00