All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tinygroup.templateindex.TemplateIndexOperator Maven / Gradle / Ivy

The newest version!
package org.tinygroup.templateindex;

import java.util.List;

import org.tinygroup.fulltext.document.Document;

/**
 * 具体全文检索配置的执行器
 * @author yancheng11334
 *
 * @param 
 */
public interface TemplateIndexOperator {

	List createDocuments(Config config) throws Exception ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy