package org.toobs.framework.search.index; public interface ISingleIndexBuilder { public void buildIndexes(String indexName) throws Exception; }