|
Interface Summary |
| FieldBridge |
Link between a java property and a Lucene Document
Usually a Java property will be linked to a Document Field. |
| LuceneOptions |
A wrapper class for Lucene parameters needed for indexing. |
| ParameterizedBridge |
Allow parameter injection to a given bridge. |
| StringBridge |
Transform an object into a string representation. |
| TwoWayFieldBridge |
A FieldBridge able to convert the index representation back into an object without losing information. |
| TwoWayStringBridge |
StringBridge allowing a translation from the string representation back to the Object. |