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

org.molgenis.data.elasticsearch.admin.ElasticsearchIndexManagerService Maven / Gradle / Ivy

There is a newer version: 8.4.5
Show newest version
package org.molgenis.data.elasticsearch.admin;

import java.util.List;

import org.molgenis.data.EntityMetaData;

public interface ElasticsearchIndexManagerService
{
	/**
	 * Returns all indexed entity meta data sorted by entity label
	 * 
	 * @return
	 */
	List getIndexedEntities();

	/**
	 * Rebuilds the index for the given entity type
	 * 
	 * @param entityName
	 */
	void rebuildIndex(String entityName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy