Class BuildSuggesterIndexPlugin
java.lang.Object
org.codice.ddf.catalog.plugin.gazetteer.BuildSuggesterIndexPlugin
- All Implemented Interfaces:
ddf.catalog.plugin.PostIngestPlugin
public class BuildSuggesterIndexPlugin
extends Object
implements ddf.catalog.plugin.PostIngestPlugin
-
Constructor Summary
ConstructorsConstructorDescriptionBuildSuggesterIndexPlugin(ScheduledThreadPoolExecutor executor, BuildSuggesterIndex buildSuggesterIndex) -
Method Summary
Modifier and TypeMethodDescriptionddf.catalog.operation.CreateResponseprocess(ddf.catalog.operation.CreateResponse input) ddf.catalog.operation.DeleteResponseprocess(ddf.catalog.operation.DeleteResponse input) ddf.catalog.operation.UpdateResponseprocess(ddf.catalog.operation.UpdateResponse input)
-
Constructor Details
-
BuildSuggesterIndexPlugin
public BuildSuggesterIndexPlugin(ScheduledThreadPoolExecutor executor, BuildSuggesterIndex buildSuggesterIndex)
-
-
Method Details
-
process
public ddf.catalog.operation.CreateResponse process(ddf.catalog.operation.CreateResponse input) throws ddf.catalog.plugin.PluginExecutionException - Specified by:
processin interfaceddf.catalog.plugin.PostIngestPlugin- Throws:
ddf.catalog.plugin.PluginExecutionException
-
process
public ddf.catalog.operation.UpdateResponse process(ddf.catalog.operation.UpdateResponse input) throws ddf.catalog.plugin.PluginExecutionException - Specified by:
processin interfaceddf.catalog.plugin.PostIngestPlugin- Throws:
ddf.catalog.plugin.PluginExecutionException
-
process
public ddf.catalog.operation.DeleteResponse process(ddf.catalog.operation.DeleteResponse input) throws ddf.catalog.plugin.PluginExecutionException - Specified by:
processin interfaceddf.catalog.plugin.PostIngestPlugin- Throws:
ddf.catalog.plugin.PluginExecutionException
-