public class ElasticsearchIndexer extends AbstractStoreEventListener<Object>
| Modifier and Type | Field and Description |
|---|---|
static String |
INDEX_NAME |
| Constructor and Description |
|---|
ElasticsearchIndexer(org.elasticsearch.client.RestHighLevelClient client,
IndexService indexService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onAfterSetContent(AfterSetContentEvent event) |
protected void |
onBeforeUnsetContent(BeforeUnsetContentEvent event) |
onAfterAssociate, onAfterAssociate, onAfterGetContent, onAfterGetContent, onAfterGetResource, onAfterGetResource, onAfterSetContent, onAfterUnassociate, onAfterUnassociate, onAfterUnsetContent, onAfterUnsetContent, onApplicationEvent, onBeforeAssociate, onBeforeAssociate, onBeforeGetContent, onBeforeGetContent, onBeforeGetResource, onBeforeGetResource, onBeforeSetContent, onBeforeSetContent, onBeforeUnassociate, onBeforeUnassociate, onBeforeUnsetContentpublic static final String INDEX_NAME
public ElasticsearchIndexer(org.elasticsearch.client.RestHighLevelClient client,
IndexService indexService)
throws IOException
IOExceptionprotected void onAfterSetContent(AfterSetContentEvent event)
onAfterSetContent in class AbstractStoreEventListener<Object>protected void onBeforeUnsetContent(BeforeUnsetContentEvent event)
onBeforeUnsetContent in class AbstractStoreEventListener<Object>Copyright © 2021 Paul Warren. All rights reserved.