Commit Graph
13338 Commits
Author SHA1 Message Date
Eugene Livis 398064d85a More work on IndexMetadata class 2017-02-06 14:09:39 -05:00
Eugene Livis 659b891f9b Logic to read and write all existing Solr cores into SolrCore.properties 2017-02-06 14:04:13 -05:00
Eugene Livis 5eec5007c1 Text index name is no longer mandatory field in case AUT file 2017-02-06 14:03:14 -05:00
Eugene Livis 5341df60e2 Merge branch 'search_improvements' of https://github.com/sleuthkit/autopsy into core_name 2017-02-06 13:03:53 -05:00
Eugene Livis 182b6d02e8 Added logic to read the nested SolrCores XML file 2017-02-06 13:03:38 -05: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
Eugene Livis fe9f6b9e13 Started working on reading the XML 2017-02-02 14:42:42 -05:00
Eugene Livis e7067f8dfd Merge branch 'search_improvements' of https://github.com/sleuthkit/autopsy into core_name 2017-02-02 14:12:00 -05:00
Eugene Livis c6fc3a1841 SolrCore.properties file is now properly written 2017-02-02 14:11:43 -05: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
Eugene Livis 514d9ce3b8 More work 2017-02-02 10:23:30 -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
Eugene Livis 2e8fdb81f5 First cut at saving Solr core metadata in SolrCore.properties file 2017-02-01 16:49:20 -05:00
millmanorama 3f9b161a71 look at the values of content_str field separately: title/content 2017-02-01 16:48:52 +01:00
Eugene Livis 3a546b7a4e Reusing Solr4 core name for upgrdaed Solr6 cores. Code cleanup 2017-01-31 15:24:56 -05: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
Richard Cordovano f7ea9f8e4d Case metadata bug fix 2017-01-24 18:39:51 -05:00
Richard Cordovano 9827feb351 Merge pull request #2481 from eugene7646/index_upgrade_5
Solr Index upgrade
2017-01-24 16:39:35 -05:00
Eugene Livis 6cbe8838da Merge latest, resolve conflicts 2017-01-24 16:12:52 -05:00