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
|
64b07cb4d2
|
Merge remote-tracking branch 'upstream/develop' into search_improvements
|
2017-01-23 11:56:10 -05:00 |
|
Richard Cordovano
|
5f13b2fe9f
|
Merge pull request #2474 from millmanorama/PushbackReader
Pushback reader
|
2017-01-23 11:52:49 -05:00 |
|
millmanorama
|
10b92b1bf5
|
Merge remote-tracking branch 'upstream/develop' into PushbackReader
|
2017-01-23 15:45:53 +01:00 |
|
Richard Cordovano
|
b372f10c0d
|
Merge pull request #2473 from eugene7646/upgrade_bug_fix
Bug fix in index upgrade code
|
2017-01-20 17:41:54 -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 |
|
Richard Cordovano
|
dd5a03e8d0
|
Merge pull request #2472 from eugene7646/index_upgrade_4
Solr 4 to 6 index upgrade
|
2017-01-20 16:35:20 -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 |
|
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 |
|
Richard Cordovano
|
570282e8c3
|
Update PhotoRec ingest module startup error message
|
2017-01-20 14:11:21 -05:00 |
|
Richard Cordovano
|
bc3c608b75
|
Merge pull request #2459 from wschaeferB/1903-IngestSetFilter
1903 File Ingest Filter
|
2017-01-20 14:01:55 -05:00 |
|
Eugene Livis
|
af5199df4b
|
Creating, sanitizing, and storing Solr core names
|
2017-01-20 13:29:05 -05:00 |
|
William Schaefer
|
be8483efca
|
1903 - create new file ingest fitler will now always be last option in jcombobox
|
2017-01-20 13:28:37 -05:00 |
|
William Schaefer
|
8bf973a1ee
|
1903-Removed manipulation of process unallocated checkbox from regression test
|
2017-01-20 13:15:59 -05:00 |
|
William Schaefer
|
e45dfea90a
|
1903 updated error message for PhotoRecCarver when ignore unallocated is enabled
|
2017-01-20 12:52:31 -05:00 |
|
William Schaefer
|
c09ebd99aa
|
1903 renamed FilesSetsSerializable to FileSetsDefinitions, added read write methods to it
|
2017-01-20 12:32:04 -05:00 |
|
William Schaefer
|
1d82336c81
|
1903 added class for serializing filesSets other than interesting ones
|
2017-01-20 10:49:17 -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 |
|
William Schaefer
|
d745830415
|
1903 surpress warning from unchecked cast of FilesSets map
|
2017-01-19 19:34:20 -05:00 |
|
William Schaefer
|
4c3d050b9b
|
1903 removed class to serialize FileIngestFilters when back to raw map
|
2017-01-19 19:33:01 -05:00 |
|
William Schaefer
|
89fff3813a
|
1903 added wrapper for serialization of FileIngestFilters to avoid unchecked casting warning
|
2017-01-19 19:17:54 -05:00 |
|
William Schaefer
|
9530b7978a
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1903-IngestSetFilter
|
2017-01-19 19:05:39 -05:00 |
|
William Schaefer
|
773f5c2549
|
1903 removed some unused imports
|
2017-01-19 19:03:56 -05:00 |
|
William Schaefer
|
0753f545db
|
1903 - removed notes to self
|
2017-01-19 18:38:38 -05:00 |
|
William Schaefer
|
7e4e459d75
|
1903-FileSetXML functionality moved to InterestingItemsFilesSetSettings, FileIngestFilters serialized as map
|
2017-01-19 18:20:41 -05:00 |
|
Eugene Livis
|
056bf25a2d
|
Keeping track of new Solr cores and creating names for them
|
2017-01-19 17:40:06 -05:00 |
|
Richard Cordovano
|
836413f781
|
Merge pull request #2471 from esaunders/snippet_fix
Snippet fix
|
2017-01-19 17:36:37 -05:00 |
|
William Schaefer
|
ca7e1b2e49
|
1903 returned InterestingItemsFilesSetSettings to its necessary form
|
2017-01-19 17:28:30 -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 |
|
William Schaefer
|
b42759405e
|
1903-partial fix to FilesSetsManager, removed unneeded methods
|
2017-01-19 17:16:31 -05:00 |
|
Eugene Livis
|
79d00eedb3
|
Clean up Index class
|
2017-01-19 16:33:07 -05:00 |
|
William Schaefer
|
db3e4678d6
|
1903-Changes to FilesSet to to decouple from FileIngestFilter and fix name of ignoreUnallocated flag
|
2017-01-19 16:04:23 -05:00 |
|