1920 Commits

Author SHA1 Message Date
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
Eugene Livis
933289ce90 Cde review 2017-02-07 15:52:00 -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
Eugene Livis
6d65bf735d Added comments 2017-02-06 16:59:04 -05:00
Eugene Livis
99a6e2b8d2 Modified subdirectory search logic to only look for Solr 4 schema 1.8 indexes 2017-02-06 16:27:13 -05:00
Eugene Livis
1ce9b87a2b Reading index metadata file before upgrade 2017-02-06 15:53:22 -05:00
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
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
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
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
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
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
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
millmanorama
9d04c52a0c lower chunk size limit slightly to prevent reading too much 2017-01-26 17:39:54 +01: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
8d5c4de4b8 Updated regular expression validation. 2017-01-25 14:04:04 -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
Eugene Livis
6cbe8838da Merge latest, resolve conflicts 2017-01-24 16:12:52 -05:00
Eugene Livis
ef1d492e3a Code review comments 2017-01-24 16:03:10 -05:00
Richard Cordovano
719a5259f2 Merge pull request #2480 from rcordovano/open_case_resources
Open case resources
2017-01-24 16:00:37 -05:00
Eugene Livis
18b301394a Bug fix 2017-01-24 15:59:10 -05:00
William Schaefer
c1888c88c3 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2197-ProfileOptionsPanel 2017-01-23 16:48:27 -05:00
esaunders
f30b1a70f2 Merge branch 'search_improvements' of github.com:sleuthkit/autopsy into 2121_regex_query 2017-01-23 16:47:40 -05:00
millmanorama
c616b45b33 much simpler version that also works for hits that are not single terms in the Solr index. 2017-01-23 22:28:43 +01:00
esaunders
573ce77176 Merge branch 'search_improvements' of github.com:sleuthkit/autopsy into 2121_regex_query 2017-01-23 12:40:50 -05:00
Richard Cordovano
bcb97180c4 Merge pull request #2476 from millmanorama/2141
2141 Update artifact generation for non-Regex queries with overlapping chunks
2017-01-23 12:28:00 -05:00