Uses of Interface
org.apache.jackrabbit.core.query.TextFilter

Packages that use TextFilter
org.apache.jackrabbit.core.query.lucene   
 

Uses of TextFilter in org.apache.jackrabbit.core.query.lucene
 

Classes in org.apache.jackrabbit.core.query.lucene that implement TextFilter
 class TextExtractorFilter
          Utility base class for migrating functionality from existing implementations of the deprecated TextFilter interface to the new TextExtractor interface.
 class TextPlainTextFilter
          Deprecated. use PlainTextExtractor, this class is kept for backwards compatibility with existing configuration files
 

Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type TextFilter
TextFilterExtractor(String[] types, TextFilter filter)
          Creates a text extractor adapter that supports the given content types using the given text filter.
TextFilterExtractor(String type, TextFilter filter)
          Creates a text extractor adapter that supports the given content type using the given text filter.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.