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, setvoid 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-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.