| Package | Description |
|---|---|
| org.modeshape.extractor.tika |
The classes that make up the
TextExtractor implementation that uses the Apache Tika
Parser implementations. |
| org.modeshape.jcr | |
| org.modeshape.jcr.api.text | |
| org.modeshape.jcr.text |
This package defines an interface for components that
extract text from content. |
| Modifier and Type | Method and Description |
|---|---|
void |
TikaTextExtractor.extractFrom(Binary binary,
TextExtractor.Output output,
TextExtractor.Context context) |
protected org.apache.tika.metadata.Metadata |
TikaTextExtractor.prepareMetadata(Binary binary,
TextExtractor.Context context)
Creates a new tika metadata object used by the parser.
|
| Modifier and Type | Method and Description |
|---|---|
CountDownLatch |
TextExtractors.extract(AbstractBinaryStore store,
BinaryValue binaryValue,
TextExtractor.Context context) |
String |
TextExtractors.extract(InMemoryBinaryValue inMemoryBinaryValue,
TextExtractor.Context context) |
| Constructor and Description |
|---|
TextExtractors.Worker(AbstractBinaryStore store,
BinaryValue binaryValue,
TextExtractor.Context context,
CountDownLatch latch) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
TextExtractor.extractFrom(Binary binary,
TextExtractor.Output output,
TextExtractor.Context context)
Extract text from the given
Binary, using the given output to record the results. |
| Modifier and Type | Class and Description |
|---|---|
class |
TextExtractorContext
A context for extracting the content.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.