Class ESFlusher
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch.ESFlusher
-
public class ESFlusher extends Object
Just does a "commit" or "flush" to the index.
-
-
Constructor Detail
-
ESFlusher
public ESFlusher(String baseUrl)
-
-
Method Detail
-
flush
public void flush() throws SearchEngineException- Throws:
SearchEngineException
-
flush
public void flush(boolean wait) throws SearchEngineException- Throws:
SearchEngineException
-
-