Commit Graph
13341 Commits
Author SHA1 Message Date
esaunders fa8b191cdb Don't show keyword search type or document ids in search results pane. 2017-02-13 11:57:35 -05:00
Richard Cordovano e908001ee5 Merge pull request #2514 from esaunders/ip_addr_kws_fix
Modified IP address regex so that it picks up addresses ending in 3 d…
2017-02-08 17:41:20 -05:00
esaunders 9a07bec10b Modified IP address regex so that it picks up addresses ending in 3 digits correctly. 2017-02-08 17:26:37 -05:00
Richard Cordovano 764c01e820 Merge pull request #2513 from esaunders/2290-store-doc-ids
Add document ids and search type to keyword hit artifacts
2017-02-08 16:59:24 -05:00
esaunders 5b348fce97 Merge branch 'search_improvements' of github.com:sleuthkit/autopsy into 2290-store-doc-ids 2017-02-08 16:11:58 -05:00
esaunders 0e81aba4ab Add document ids to keyword hit artifacts. 2017-02-08 16:11:36 -05:00
Richard Cordovano 3e72fd2228 Merge pull request #2512 from millmanorama/2260-cancel
cancel the future if something goes wrong.
2017-02-08 12:10:44 -05:00
millmanorama 8f0b71e639 cancel the future if something goes wrong. 2017-02-08 16:55:33 +01:00
Richard Cordovano 405e4598a6 Merge pull request #2506 from esaunders/remove-hit-trimming
Remove hit trimming
2017-02-07 16:26:10 -05:00
esaunders 57d1b42350 Merge branch 'search_improvements' of github.com:sleuthkit/autopsy into remove-hit-trimming 2017-02-07 16:04:07 -05:00
esaunders 2147162db0 Removed trimming of keyword hits. 2017-02-07 16:03:44 -05:00
esaunders 3d67b0aeb0 Modified message displayed when we are unable to retrieve text for highlighting. 2017-02-07 16:03:06 -05:00
Richard Cordovano 5ba2efbf9d Merge pull request #2505 from millmanorama/TermsComponentQuery-text-field
2281- change the solr field that TermsComponentQuery searches on from content_ws to text.
2017-02-07 09:14:11 -05:00
millmanorama 733ce64d6d change the solr field that TermsComponentQuery searches on from content_ws to text. 2017-02-07 00:18:33 +01:00
Richard Cordovano f9c2bcadc6 Merge pull request #2502 from millmanorama/2259-sanitize-utf16-with-Charset-encoder
2259 sanitize utf16 with charset encoder
2017-02-06 10:22:34 -05:00
millmanorama 0747ae3642 cleanup and comments 2017-02-03 16:15:22 +01:00
millmanorama 5482fb4979 first pass at sanitizing the utf-16 as we read it. 2017-02-03 15:03:47 +01:00
Richard Cordovano 3f92ff0411 Merge pull request #2497 from millmanorama/2258-look-at-content-and-filename-seperately
2258 look at content and filename seperately
2017-02-02 12:00:42 -05:00
millmanorama 7b60e10235 look at file name even if the indexed text is 0 bytes. fix seperation of file name and content. 2017-02-02 15:18:41 +01:00
millmanorama 7dea03bf59 allow regex queries to match at start and end of content. fix seperation of file name and content 2017-02-02 15:12:40 +01:00
millmanorama 3f9b161a71 look at the values of content_str field separately: title/content 2017-02-01 16:48:52 +01:00
Richard Cordovano 92d27e0838 Merge pull request #2493 from eugene7646/dialogs
Solr 4 to 6 index upgrade bug fix
2017-01-30 17:51:52 -05:00
Eugene Livis 09df4e6956 Removed unused code to copy config set 2017-01-30 17:18:03 -05:00
Eugene Livis 447aa0a960 Commented out createReferenceConfigSetCopy() and created a note as to why 2017-01-30 13:00:42 -05:00
Eugene Livis 1f72266225 Fixed a bug with identifying version of current Solr core 2017-01-30 12:43:58 -05:00
Richard Cordovano da912ae8d1 Assorted bug fixes and refinements to Case opening/Solr upgrading 2017-01-30 00:45:34 -05:00
Richard Cordovano 9f9cddc53a Partial fix for SolrSearchService cancellation on open 2017-01-27 22:56:24 -05:00
Richard Cordovano e300dcd463 Merge pull request #2490 from eugene7646/progress_and_cancellation
Support for progress update and cancellation for Solr index upgrade
2017-01-27 15:33:48 -05:00
Eugene Livis 299ecd1a1f Added ProcessTerminator to terminate index upgrade 2017-01-27 14:41:10 -05:00
Eugene Livis 237b2fb8fb Added checks for cancellation flag 2017-01-27 14:15:11 -05:00
Eugene Livis ca6b55a420 Added support for ProgressIndicator 2017-01-27 13:13:31 -05:00
Richard Cordovano c59ee96a13 Merge branch 'search_improvements' of https://github.com/sleuthkit/autopsy into search_improvements 2017-01-26 17:08:42 -05:00
Richard Cordovano 3fd7f1480d Fix cancellation issues for new Case services infrastructure 2017-01-26 17:07:26 -05:00
Richard Cordovano 58a8ca21fd Merge pull request #2486 from eugene7646/deleteTextIndex
Support for Solr 6 core deletion
2017-01-26 16:41:41 -05:00
Eugene Livis 593735b067 Renamed method 2017-01-26 16:41:00 -05:00
Eugene Livis 46f110ade8 Bundle message handling 2017-01-26 16:16:17 -05:00
Eugene Livis e805f59649 Merge branch 'search_improvements' of https://github.com/sleuthkit/autopsy into deleteTextIndex 2017-01-26 15:57:58 -05:00
Eugene Livis 74dab18ca6 Added ability to unload Solr 6 cores 2017-01-26 15:56:29 -05:00
Richard Cordovano 3e4c8ab482 Merge pull request #2485 from millmanorama/off-by-one-fix
lower chunk size limit slightly to prevent reading too much
2017-01-26 12:58:22 -05:00
millmanorama 9d04c52a0c lower chunk size limit slightly to prevent reading too much 2017-01-26 17:39:54 +01:00
Richard Cordovano c6c45288f4 Fixes for Case operation cancellation infrastructure 2017-01-26 09:17:37 -05:00
Richard Cordovano 15d9086127 Merge pull request #2484 from esaunders/2121_regex_query
Updated regex validation and keyword search document
2017-01-25 14:23:22 -05:00
esaunders 1a593aa02e Merge branch 'search_improvements' of github.com:sleuthkit/autopsy into 2121_regex_query 2017-01-25 14:08:14 -05:00
esaunders 0d77999119 Updated regular expression section of keyword search document. 2017-01-25 14:05:17 -05:00
esaunders 8d5c4de4b8 Updated regular expression validation. 2017-01-25 14:04:04 -05:00
Richard Cordovano f7a2590f70 Merge pull request #2483 from millmanorama/lucene-queries-on-old-schema
Lucene queries on old schema
2017-01-25 12:44:52 -05:00
Richard Cordovano 313b913814 Merge pull request #2482 from millmanorama/npe-fix
fix npe when a hit is in the file name and so the  "parent" index ent…
2017-01-25 12:43:22 -05:00
millmanorama 8fcdee830b fix LuceneQuery for old index schemas 2017-01-25 16:36:31 +01:00
millmanorama adbc85f744 fix npe when a hit is in the file name and so the "parent" index entry is returned, which does not include a chunksize. Allways accept these hits. 2017-01-25 12:28:05 +01:00
Richard Cordovano 3ada14c54d Enable search features by schema version 2017-01-24 18:40:14 -05:00