|
|
@ -79,7 +79,7 @@ public final class plasmaWordIndex extends indexAbstractRI implements indexRI {
|
|
|
|
|
|
|
|
|
|
|
|
private static final String indexAssortmentClusterPath = "ACLUSTER";
|
|
|
|
private static final String indexAssortmentClusterPath = "ACLUSTER";
|
|
|
|
private static final int assortmentCount = 64;
|
|
|
|
private static final int assortmentCount = 64;
|
|
|
|
public static final boolean useCollectionIndex = true;
|
|
|
|
public static final boolean useCollectionIndex = false;
|
|
|
|
|
|
|
|
|
|
|
|
private final File oldDatabaseRoot;
|
|
|
|
private final File oldDatabaseRoot;
|
|
|
|
private final kelondroOrder indexOrder = new kelondroNaturalOrder(true);
|
|
|
|
private final kelondroOrder indexOrder = new kelondroNaturalOrder(true);
|
|
|
|