public interface MetadataProvidingTikaMetadataProcessor extends TikaMetadataProcessor
TikaMetadataProcessor
implementations wishing to expose
meta-data related to the fields they create.
TikaMetadataProcessor
,
MetadataProvidingFieldBridge
Modifier and Type | Method and Description |
---|---|
void |
configureFieldMetadata(String name,
FieldMetadataBuilder builder)
Allows this processor to expose meta-data about the fields it creates.
|
prepareMetadata, set
void configureFieldMetadata(String name, FieldMetadataBuilder builder)
name
- The default field name; Should be used consistently with
FieldBridge.set(String, Object, org.apache.lucene.document.Document, LuceneOptions)
.builder
- Builder for exposing field-related metadataCopyright © 2006-2017 Red Hat, Inc. All Rights Reserved