@Service public class ElasticsearchIndexServiceImpl<T> extends Object implements IndexService<T>
| Constructor and Description |
|---|
ElasticsearchIndexServiceImpl(org.elasticsearch.client.RestHighLevelClient client,
RenditionService renditionService,
IndexManager manager,
AttributeProvider attributeProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
index(T entity,
InputStream stream) |
void |
unindex(T entity) |
public ElasticsearchIndexServiceImpl(org.elasticsearch.client.RestHighLevelClient client,
RenditionService renditionService,
IndexManager manager,
AttributeProvider attributeProvider)
public void index(T entity, InputStream stream)
index in interface IndexService<T>public void unindex(T entity)
unindex in interface IndexService<T>Copyright © 2021 Paul Warren. All rights reserved.