| Package | Description | 
|---|---|
| org.apache.cxf.jaxrs.ext.search.tika | 
| Modifier and Type | Method and Description | 
|---|---|
LuceneDocumentMetadata | 
LuceneDocumentMetadata.withField(String name,
         Class<?> type)  | 
LuceneDocumentMetadata | 
LuceneDocumentMetadata.withFieldTypeConverter(javax.ws.rs.ext.ParamConverterProvider provider)  | 
LuceneDocumentMetadata | 
LuceneDocumentMetadata.withSource(String src)  | 
| Modifier and Type | Method and Description | 
|---|---|
org.apache.lucene.document.Document | 
TikaLuceneContentExtractor.extract(InputStream in,
       LuceneDocumentMetadata documentMetadata)
Extract the content and metadata from the input stream. 
 | 
org.apache.lucene.document.Document | 
TikaLuceneContentExtractor.extractMetadata(InputStream in,
               LuceneDocumentMetadata documentMetadata)
Extract the metadata only from the input stream. 
 | 
| Constructor and Description | 
|---|
TikaLuceneContentExtractor(List<Parser> parsers,
                          LuceneDocumentMetadata documentMetadata)
Create new Tika-based content extractor using the provided parser instance and
 optional media type validation. 
 | 
TikaLuceneContentExtractor(Parser parser,
                          boolean validateMediaType,
                          LuceneDocumentMetadata documentMetadata)
Create new Tika-based content extractor using the provided parser instance and
 optional media type validation. 
 | 
TikaLuceneContentExtractor(Parser parser,
                          LuceneDocumentMetadata documentMetadata)
Create new Tika-based content extractor using the provided parser instance and
 optional media type validation. 
 | 
Apache CXF