org.hibernate.search.annotations
Annotation Type TikaBridge
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
@Documented
public @interface TikaBridge
Defines a bridge for integrating with Apache Tika.
The bridge supports the following data types:
String
- where the string value is interpreted as a file path
URI
- where the URI is interpreted as a resource URI
byte[]
java.sql.Blob
- Author:
- Hardy Ferentschik
metadataProcessor
public abstract Class<?> metadataProcessor
- Returns:
- Class used for optional Tika metadata pre- and post-processing
- Default:
- void.class
parseContextProvider
public abstract Class<?> parseContextProvider
- Returns:
- Class used for optionally providing a Tika parsing context
- Default:
- void.class
Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved