mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 17:57:43 +00:00
More work
This commit is contained in:
parent
b5e3639167
commit
4299a2326e
@ -247,13 +247,8 @@ public class SolrSearchService implements KeywordSearchService, AutopsyServicePr
|
||||
* Autopsy service providers may not have case-level resources.
|
||||
*/
|
||||
Server server = KeywordSearch.getServer();
|
||||
if (server.coreIsOpen() == false) {
|
||||
throw new AutopsyServiceProviderException("ELTODO");
|
||||
}
|
||||
|
||||
// do a case subdirectory search to check if latest index exists
|
||||
|
||||
// do a case subdirectory search to check for the existence and upgrade status of cores
|
||||
// do a case subdirectory search to check for the existence and upgrade status of KWS indexes
|
||||
List<String> indexDirs = server.findAllIndexDirs(Case.getCurrentCase());
|
||||
|
||||
// check if index needs upgrade
|
||||
|
Loading…
x
Reference in New Issue
Block a user