Hi,
On 6/6/07, gsoap <[EMAIL PROTECTED]> wrote:
I want to perform full text search in jackrabbit.
For this purpose I need to mention text filters in repository.xml.
But the problem is that my classpath does not have required classes like:
org.apache.jackrabbit.core.PdfTextFilter
I have all the required jars in my classpath.
What should I do, is it the case of any missing jar etc?
In Jackrabbit 1.3 the "text filters" were replaced with "text
extractors". See
http://jackrabbit.apache.org/api/1.3/org/apache/jackrabbit/extractor/package-summary.html
for the available extractor classes that you can use in the search
index configuration.
BR,
Jukka Zitting