-
- All Implemented Interfaces:
-
ai.platon.pulsar.common.config.KConfigurable,ai.platon.pulsar.common.config.Parameterized,ai.platon.pulsar.crawl.common.JobInitialized,ai.platon.pulsar.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>.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMetadataIndexer.Companion
-
Field Summary
Fields Modifier and Type Field Description private ImmutableConfigconf
-
Constructor Summary
Constructors Constructor Description MetadataIndexer(ImmutableConfig conf)
-