| Interface | Description |
|---|---|
| AppliedOnTypeAwareBridge |
Allows bridges to report the type on which the bridge is applied on.
|
| FieldBridge |
Link between a java property and a Lucene Document
Usually a Java property will be linked to a Document Field.
|
| LuceneOptions |
A helper class for building Field objects and associating them to Documents.
|
| ParameterizedBridge |
Allow parameter injection to a given bridge.
|
| StringBridge |
Transform an object into a string representation.
|
| TikaMetadataProcessor | |
| TikaParseContextProvider | |
| TwoWayFieldBridge |
A
FieldBridge able to convert the index representation back into an object without losing information. |
| TwoWayStringBridge |
StringBridge |
| Exception | Description |
|---|---|
| BridgeException |
Exceptions thrown in a bridge are wrapped in BridgeException
The BridgeException message provides useful contextual information
to the developers.
|
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved