Interface RecrawlConfig
- All Superinterfaces:
com.lucidworks.fusion.schema.Model
public interface RecrawlConfig
extends com.lucidworks.fusion.schema.Model
An extension interface for a
ConnectorPluginProperties implementation.
Any Connector which requires configurable re-crawl behavior can use this extension.
Example: interface MyFetcherProps extends {@link ConnectorPluginProperties }, {@link RecrawlConfig } {}-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface com.lucidworks.fusion.schema.Model
_data, _put, _type
-
Method Details
-
recrawlProperties
RecrawlConfig.Properties recrawlProperties()
-