mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-10-05 21:22:39 +02:00
(index) Correct index construction to use the correct files for Fwd index
This commit is contained in:
@@ -161,7 +161,7 @@ public class IndexConstructorMain extends ProcessMainClass {
|
|||||||
Path workDir = IndexLocations.getIndexConstructionArea(fileStorageService);
|
Path workDir = IndexLocations.getIndexConstructionArea(fileStorageService);
|
||||||
|
|
||||||
Path outputFileDocsId = findNextFile(new IndexFileName.ForwardDocIds());
|
Path outputFileDocsId = findNextFile(new IndexFileName.ForwardDocIds());
|
||||||
Path outputFileDocsData = findNextFile(new IndexFileName.ForwardDocIds());
|
Path outputFileDocsData = findNextFile(new IndexFileName.ForwardDocData());
|
||||||
Path outputFileSpansData = findNextFile(new IndexFileName.ForwardSpansData());
|
Path outputFileSpansData = findNextFile(new IndexFileName.ForwardSpansData());
|
||||||
|
|
||||||
ForwardIndexConverter converter = new ForwardIndexConverter(heartbeat,
|
ForwardIndexConverter converter = new ForwardIndexConverter(heartbeat,
|
||||||
|
Reference in New Issue
Block a user