Documentation of 'org.apache.lucene.search.QueryFilter' Java class
QueryFilter
org.apache.lucene.search

Class QueryFilter

  • All Implemented Interfaces:
    java.io.Serializable

    Deprecated. 
    use a CachingWrapperFilter with QueryWrapperFilter

    public class QueryFilter
    extends CachingWrapperFilter
    Constrains search results to only match those which also match a provided query. Results are cached, so that searches after the first on the same index using this filter are much faster.
    See Also:
    Serialized Form
    • Constructor Detail

      • QueryFilter

        public QueryFilter(Query query)
        Deprecated. 
        Constructs a filter which only matches documents matching query.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.