Este conteúdo não está disponível no idioma selecionado.
13.2. Configuring Your Text Extractor
This sequencer is not enabled by default, but it is very easy to add this text extractor to the ModeShape configuration. To do so in a configuration file, add the following fragment under the "<mode:textExtractors>" element (which should be immediately under the "<configuration>" root element):
<mode:textExtractor jcr:name="VDB Text Extractors">
<mode:description>Extract text from Red Hat JBoss Data Virtualization VDB files</mode:description>
<mode:classname>org.modeshape.extractor.teiid.TeiidVdbTextExtractor</mode:classname>
</mode:textExtractor>
Then include the "
modeshape-sequencer-teiid-VERSION.jar" file in your application.