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

org.tinygroup.indexinstaller.IndexDataSource Maven / Gradle / Ivy

The newest version!
package org.tinygroup.indexinstaller;

import org.tinygroup.fulltext.FullText;


/**
 * 索引数据来源
 * @author yancheng11334
 *
 */
public interface IndexDataSource{
	
	String getType();
	
	/**
	 * 执行安装操作
	 * @param config
	 */
	void install(Config config);
	
	
	FullText getFullText();
	
	void setFullText(FullText fullText);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy