this.name = name;
}
public FullTextIndexInfo init(AkibanInformationSchema ais, final FullTextIndexInfo info,
File basepath) {
FullTextIndexFileStorageDescription storage = (FullTextIndexFileStorageDescription)info.getIndex().getStorageDescription();
path = storage.mergePath(basepath);
casePreservingFieldNames = info.getCasePreservingFieldNames();
defaultFieldName = info.getDefaultFieldName();
// Put into cache.
return ais.getCachedValue(this, new CacheValueGenerator<FullTextIndexInfo>() {
@Override