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

com.github.nicosensei.elasticindexbatch.IndexableDocument Maven / Gradle / Ivy

/**
 * 
 */
package com.github.nicosensei.elasticindexbatch;

/**
 * @author S818203
 *
 */
public interface IndexableDocument {

	String getDocumentId();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy