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

prompto.config.solr.ISOLRStoreConfiguration Maven / Gradle / Ivy

There is a newer version: 0.1.13
Show newest version
package prompto.config.solr;

import prompto.config.IStoreConfiguration;

public interface ISOLRStoreConfiguration extends IStoreConfiguration {

	boolean isEmbedded();
	String getProtocol();
	String getDataRoot();
	int getCommitDelay();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy