|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextExtractor.Context | |
---|---|
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. |
Uses of TextExtractor.Context in org.modeshape.extractor.tika |
---|
Methods in org.modeshape.extractor.tika with parameters of type TextExtractor.Context | |
---|---|
void |
TikaTextExtractor.extractFrom(Binary binary,
TextExtractor.Output output,
TextExtractor.Context context)
Extract text from the given Binary , using the given output to record the results. |
protected org.apache.tika.metadata.Metadata |
TikaTextExtractor.prepareMetadata(Binary binary,
TextExtractor.Context context)
Creates a new tika metadata object used by the parser. |
Uses of TextExtractor.Context in org.modeshape.jcr |
---|
Methods in org.modeshape.jcr with parameters of type TextExtractor.Context | |
---|---|
void |
TextExtractors.extract(AbstractBinaryStore store,
BinaryValue binaryValue,
TextExtractor.Context context)
|
String |
TextExtractors.extract(InMemoryBinaryValue inMemoryBinaryValue,
TextExtractor.Context context)
|
Constructors in org.modeshape.jcr with parameters of type TextExtractor.Context | |
---|---|
TextExtractors.Worker(AbstractBinaryStore store,
BinaryValue binaryValue,
TextExtractor.Context context,
CountDownLatch latch)
|
Uses of TextExtractor.Context in org.modeshape.jcr.api.text |
---|
Methods in org.modeshape.jcr.api.text with parameters of type TextExtractor.Context | |
---|---|
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. |
Uses of TextExtractor.Context in org.modeshape.jcr.text |
---|
Classes in org.modeshape.jcr.text that implement TextExtractor.Context | |
---|---|
class |
TextExtractorContext
A context for extracting the content. |
|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |