2710 Commits

Author SHA1 Message Date
Ethan Roseman
3d84c47d91 Merge branch 'better-encoding-detection' of github.com:ethteck/autopsy into better-encoding-detection 2019-12-06 10:57:54 -05:00
Ethan Roseman
a313460c44 Style changes 2019-12-06 10:55:06 -05:00
Richard Cordovano
289f4c2767
Merge branch 'develop' into better-encoding-detection 2019-12-06 10:26:13 -05:00
Ethan Roseman
231777460c Translations as of Aug 26 2019-11-27 06:55:43 -05:00
Ethan Roseman
f24fb66c01 Removing redundant conditional 2019-11-26 13:37:55 -05:00
Ethan Roseman
a914e4b76e Further refactoring 2019-11-21 10:42:17 +09:00
Ethan Roseman
e869fc7006 Refactoring 2019-11-20 13:34:23 +09:00
Richard Cordovano
d56be42c9f Update data src deletion feature 2019-11-01 12:44:00 -04:00
Richard Cordovano
d07f80fd00 Merge in new data source deletion code from McKinnon 2019-10-28 16:31:24 -04:00
Mark McKinnon
c0e3a2d33e Update Server.java
Removed unused import.
2019-10-22 14:22:17 -04:00
Mark McKinnon
f461194d92 Update or exception handling
Update for exception handling
2019-10-22 14:17:06 -04:00
Mark McKinnon
e9229a20fc Updare for Exception handling
Update for exception handling.
2019-10-21 13:19:58 -04:00
Mark McKinnon
bfb1bbe121 Changed Exception Handling
Changed exception handling
2019-10-21 12:19:04 -04:00
Mark McKinnon
c392465b30 Merge remote-tracking branch 'upstream/data-src-deletion' into 2410-delete-data-sources-from-the-case-text-index 2019-10-18 11:32:47 -04:00
Ethan Roseman
3a8f44e43d Merge branch 'develop' into better-encoding-detection 2019-10-16 09:05:43 -04:00
Ethan Roseman
386a937f1f Cleaning up 2019-10-16 09:04:52 -04:00
Richard Cordovano
7773fcf15b
Merge pull request #5336 from eugene7646/escaping_error_5646
Always escaping Lucene query fields (5646)
2019-10-10 10:24:27 -04:00
Mark McKinnon
86c45f3e49 changes based on reviewer comments
addressed comments from reviewer.
2019-10-10 10:03:36 -04:00
Eugene Livis
e79075fcb4 Added comments 2019-10-09 17:31:43 -04:00
Eugene Livis
1179c0267d Always escaping Lucene query fields 2019-10-09 14:54:43 -04:00
Richard Cordovano
5ba1339192
Merge pull request #5311 from eugene7646/kws_indexing_5584
Bug fix in KWS chunking (5584)
2019-10-09 11:49:41 -04:00
Mark McKinnon
0788c67640 Merge remote-tracking branch 'upstream/data-src-deletion' into 2410-delete-data-sources-from-the-case-text-index 2019-10-08 19:38:11 -04:00
esaunders
680ad710e1 Fixing up files that were broken by an assortment of merge and merge reverts. 2019-10-07 14:12:55 -04:00
Richard Cordovano
bbaf25453f Restore keyword search files 2019-10-04 19:20:09 -04:00
Richard Cordovano
537c9b68ee Update NBM versioning for release 4.13.0 2019-10-04 17:44:53 -04:00
Eugene Livis
939d2dc4e3 Bug fix in KWS chunking 2019-10-03 12:48:44 -04:00
Richard Cordovano
b08f53f03a Update MERGED Bundle.properties files 2019-10-02 12:40:01 -04:00
Richard Cordovano
d26c4e3f6b
Merge pull request #5265 from dannysmyda/5583-Misleading-error-message-KWS
5583 Misleading KWS message
2019-09-25 12:06:13 -04:00
U-BASIS\dsmyda
bb8d29cc9b Made exception fire wall message more general 2019-09-25 12:02:20 -04:00
Richard Cordovano
ee03b898cb
Revert "5537-file-encryption-handle-asec-files-better" 2019-09-25 11:53:55 -04:00
Ethan Roseman
9e33509058 Merge branch 'develop' into better-encoding-detection 2019-09-24 09:47:10 -04:00
Richard Cordovano
98cea65a61
Merge pull request #5139 from akr4/index_jp2
Japanese search feature
2019-09-20 11:24:47 -04:00
Akira Ueda
8a2b067226 Fix Codacy issues 2019-09-18 12:55:50 +09:00
Akira Ueda
1efe17014f Fix a test case (expectation was not correct) 2019-09-18 11:32:44 +09:00
Akira Ueda
029dc57e8f Fix Codacy issues 2019-09-18 10:54:58 +09:00
Akira Ueda
0218ec3489 Reformat code (indent 2 -> 4) 2019-09-17 17:20:25 +09:00
Akira Ueda
cd2a3732b4 Use FieldAnalysisRequestHandler to parse queries 2019-09-17 17:17:59 +09:00
Akira Ueda
2817edac66 Read all language profiles to improve detection accuracy 2019-09-17 15:10:44 +09:00
Ethan Roseman
f569912505 Merge branch 'develop' into better-encoding-detection 2019-09-16 08:33:57 -04:00
Akira Ueda
7781e8c57c Consolidate Language classes 2019-09-13 15:56:28 +09:00
Akira Ueda
1bde490e01 Add a comment on TERMFREQ 2019-09-13 14:56:50 +09:00
Akira Ueda
11bbcb4484 Add copyright/license header block 2019-09-13 14:13:32 +09:00
Akira Ueda
93119e82fa Update schema version in schema.xml 2019-09-13 12:09:53 +09:00
Ethan Roseman
03e79f2c8e Addressing PR comments 2019-09-12 15:01:10 -04:00
Akira Ueda
3f64e6a72c Use phrase query and original highlighter
- Use phrase query in the same way as the previous version.
- Use original highlighter instead of FastVectorHighlighter which does not work fine with Japanese text and phrase query
2019-09-12 17:04:02 +09:00
Mark McKinnon
13df8bf57c Update IngestSearchRunner.java
Make it so the search status bar disapears when it is cancelled
2019-08-29 15:28:44 -04:00
William Schaefer
0a4cba4498 5118 resolve merge conflicts 2019-08-28 10:53:59 -04:00
Akira Ueda
6491c0fe52 Japanese search feature 2019-08-26 18:57:01 +09:00
Ethan Roseman
985fa5d996 Merge branch 'develop' into better-encoding-detection 2019-08-22 14:47:45 -04:00
Brian Carrier
09fdfc91e4 Better document which fields are used 2019-08-16 19:22:47 -04:00