public class OldIndexUtils
extends java.lang.Object
| Constructor | Description |
|---|---|
OldIndexUtils() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
copyIndex(org.apache.logging.log4j.Logger logger,
java.nio.file.Path src,
java.lang.String folderName,
java.nio.file.Path... dests) |
|
static java.nio.file.Path |
getIndexDir(org.apache.logging.log4j.Logger logger,
java.lang.String indexName,
java.lang.String indexFile,
java.nio.file.Path dataDir) |
|
static Settings |
getSettings() |
|
static java.util.List<java.lang.String> |
loadDataFilesList(java.lang.String prefix,
java.nio.file.Path bwcIndicesPath) |
public static java.util.List<java.lang.String> loadDataFilesList(java.lang.String prefix,
java.nio.file.Path bwcIndicesPath)
throws java.io.IOException
java.io.IOExceptionpublic static Settings getSettings()
public static java.nio.file.Path getIndexDir(org.apache.logging.log4j.Logger logger,
java.lang.String indexName,
java.lang.String indexFile,
java.nio.file.Path dataDir)
throws java.io.IOException
java.io.IOExceptionpublic static void copyIndex(org.apache.logging.log4j.Logger logger,
java.nio.file.Path src,
java.lang.String folderName,
java.nio.file.Path... dests)
throws java.io.IOException
java.io.IOException