Class ESAdder
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch.ESAdder
-
public class ESAdder extends Object
The nuts and bolts of adding a document to the Elasticsearch index
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Collection<SearchInputDocument> docs)
-
-
-
Constructor Detail
-
ESAdder
public ESAdder(String baseUrl)
-
-
Method Detail
-
add
public void add(Collection<SearchInputDocument> docs) throws SearchEngineException
- Throws:
SearchEngineException
-
-