Package ai.platon.pulsar.index
Class MetadataIndexer
-
- All Implemented Interfaces:
-
ai.platon.pulsar.common.config.Configurable,ai.platon.pulsar.common.config.Parameterized,ai.platon.pulsar.skeleton.crawl.common.LazyConfigurable,ai.platon.pulsar.skeleton.crawl.index.IndexingFilter
public final class MetadataIndexer implements IndexingFilterIndexer which can be configured to extract metadata from the crawldb, parse metadata or content metadata. You can specify the properties "index.db", "index.parse" or "index.content" who's values are comma-delimited <value>key1,key2,key3</value>.
-
-
Field Summary
Fields Modifier and Type Field Description private ImmutableConfigconf
-
Constructor Summary
Constructors Constructor Description MetadataIndexer(ImmutableConfig conf)
-