2389 Commits

Author SHA1 Message Date
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
millmanorama
d7c22c13a8 pull back chunksize during RegexQuery 2017-01-23 18:09:52 +01:00
millmanorama
04fb197322 break while(hitMatcher.find()) loop if we find a hit inside the window. 2017-01-23 18:03:59 +01:00
millmanorama
b05c39dfd1 minor fixes and cleanup 2017-01-23 18:01:12 +01:00
millmanorama
6ec496d33e comment and cleanup 2017-01-23 18:01:12 +01:00
millmanorama
8c5841a3bb first pass at excludinghit past chunk size 2017-01-23 18:01:12 +01:00
millmanorama
c8c8f45687 begin to parse termvectors in LuceneQuery 2017-01-23 18:01:11 +01:00
Richard Cordovano
938edeb0ab Merge remote-tracking branch 'upstream/search_improvements' into open_case_resources 2017-01-23 11:59:34 -05:00
Richard Cordovano
64b07cb4d2 Merge remote-tracking branch 'upstream/develop' into search_improvements 2017-01-23 11:56:10 -05:00
millmanorama
10b92b1bf5 Merge remote-tracking branch 'upstream/develop' into PushbackReader 2017-01-23 15:45:53 +01:00
Richard Cordovano
e8b74dd1db Bug fixes for multi-user case infrastructure 2017-01-22 17:20:38 -05:00
Richard Cordovano
b3c1a24880 Refactoring and bug fixing for Case infrastructure 2017-01-21 20:18:56 -05:00
Richard Cordovano
fdb97bc9a4 Merge in search_improvements 2017-01-20 17:59:15 -05:00
Eugene Livis
271044b097 Bug fix 2017-01-20 17:16:27 -05:00
Eugene Livis
988b2279f8 Bug fix 2017-01-20 17:01:30 -05:00
Eugene Livis
577ad27b61 Cleanup 2017-01-20 15:22:26 -05:00
Eugene Livis
7364f6ae0a Execute a test query after core is opened, throw exception if faled 2017-01-20 15:21:19 -05:00
Eugene Livis
b936df4cd6 Minor 2017-01-20 15:09:08 -05:00
Richard Cordovano
23cd134af4 Merge remote-tracking branch 'upstream/search_improvements' into open_case_resources 2017-01-20 14:49:50 -05:00
Eugene Livis
6e932f1570 Merge branch 'search_improvements' of https://github.com/sleuthkit/autopsy into index_upgrade_4 2017-01-20 14:45:04 -05:00
Eugene Livis
bcdd2a628b More cleanup 2017-01-20 14:20:51 -05:00
Richard Cordovano
d1bafbff67 Merge in develop branch 2017-01-20 14:19:48 -05:00
Eugene Livis
12783887b2 Minor 2017-01-20 14:13:04 -05:00
Eugene Livis
af5199df4b Creating, sanitizing, and storing Solr core names 2017-01-20 13:29:05 -05:00
William Schaefer
e904dd5dad 2197 - merged in updated changes from 1903 for file ingest filters 2017-01-20 10:52:25 -05:00
millmanorama
363b5c2cce comments and some minor refactoring 2017-01-20 14:17:34 +01:00
millmanorama
d490dfc44b fix window overlapping 2017-01-20 13:59:55 +01:00
millmanorama
851c0721ed correct size calculations 2017-01-20 13:59:54 +01:00
millmanorama
23afb4515e refactor exception handling of Chunker 2017-01-20 13:59:31 +01:00
millmanorama
506a3037a4 finish PushbackReader implementation of Chunker, introduce TextExtractorException 2017-01-20 13:59:26 +01:00
jmillman
104cbd4dc4 restore space in "Keyword Search" 2017-01-20 13:59:24 +01:00
millmanorama
0a7af485f2 return instead of just break to stop infinite loop 2017-01-20 13:59:22 +01:00