mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
WIP run and setup
This commit is contained in:
parent
c7014bbc92
commit
3b5002aac8
@ -83,14 +83,14 @@ public class IndexServicesFactory {
|
||||
}
|
||||
|
||||
public boolean isConvertedIndexMissing() {
|
||||
return !Stream.of(
|
||||
return Stream.of(
|
||||
revIndexWords.get(LIVE_PART).toPath(),
|
||||
revIndexDoc.get(LIVE_PART).toPath(),
|
||||
revPrioIndexWords.get(LIVE_PART).toPath(),
|
||||
revPrioIndexDoc.get(LIVE_PART).toPath(),
|
||||
fwdIndexDocData.get(LIVE_PART).toPath(),
|
||||
fwdIndexDocId.get(LIVE_PART).toPath()
|
||||
).allMatch(Files::exists);
|
||||
).noneMatch(Files::exists);
|
||||
}
|
||||
|
||||
public void convertIndex(DomainRankings domainRankings) throws IOException {
|
||||
|
Loading…
Reference in New Issue
Block a user