public final class SearchIndexUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkIndex(File indexDir,
StringBuilder out)
Performs the check for the specified Lucene index using
CheckIndex tool. |
public static boolean checkIndex(File indexDir, StringBuilder out) throws IOException
CheckIndex tool.indexDir - the Lucene index directory to be checkedtrue if the index is clean, false otherwiseIOExceptionCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.