1823 Commits

Author SHA1 Message Date
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
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
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
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
millmanorama
76797f3c8a move Chunker to its own file; replace BufferedReader with PushbackReader 2017-01-20 13:59:20 +01:00
Eugene Livis
056bf25a2d Keeping track of new Solr cores and creating names for them 2017-01-19 17:40:06 -05:00
esaunders
d4a4542d04 Modified filterResults() to return the hits for the lowest chunk associated with an object, assuming we haven't seen a hit for the keyword in the object before. 2017-01-19 17:27:46 -05:00
esaunders
b1c0815c4f Made KeywordHit implement Comparable so that lists of hits can be sorted. 2017-01-19 17:20:43 -05:00
esaunders
2217eb0f98 Removed getOneHitPerObject() since Searcher.filterResults() guarantees that we will get a single hit per object (for the lowest numbered chunk). 2017-01-19 17:20:02 -05:00
Richard Cordovano
02cac46b7b Merge in search_improvements branch 2017-01-19 17:11:19 -05:00
Richard Cordovano
9e955cd4e4 Interim checkin of case services infrastructure 2017-01-19 16:50:18 -05:00
Eugene Livis
79d00eedb3 Clean up Index class 2017-01-19 16:33:07 -05:00
Eugene Livis
18723478e6 Resolved some TODOs 2017-01-19 14:56:09 -05:00
Eugene Livis
0985c6879a Cores are open via openCaseResources(). Removed Case listeners 2017-01-19 14:46:02 -05:00
Eugene Livis
3f38596e7f Using upgraded index when opening core 2017-01-19 10:58:07 -05:00
Eugene Livis
41e5f4702e Added message dialog regarding read-only restrictions 2017-01-19 10:01:11 -05:00