Community
Participate
Working Groups
if (container != null) {
index = new Index(indexLocation.toOSString(), container.toOSString(), true /*reuse index file*/);
this.indexes.put(indexLocation, index);
getIndexStates().put(indexLocation, UPDATING_STATE);
}
} catch (IOException e) {
// ignore