org.apache.nutch.searcher.url
Class URLQueryFilter

java.lang.Object
  extended by org.apache.nutch.searcher.FieldQueryFilter
      extended by org.apache.nutch.searcher.url.URLQueryFilter
All Implemented Interfaces:
Configurable, Pluggable, QueryFilter

public class URLQueryFilter
extends FieldQueryFilter

Handles "url:" query clauses, causing them to search the field indexed by BasicIndexingFilter.


Field Summary
 
Fields inherited from interface org.apache.nutch.searcher.QueryFilter
X_POINT_ID
 
Constructor Summary
URLQueryFilter()
           
 
Method Summary
 void setConf(Configuration conf)
           
 
Methods inherited from class org.apache.nutch.searcher.FieldQueryFilter
filter, getConf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLQueryFilter

public URLQueryFilter()
Method Detail

setConf

public void setConf(Configuration conf)
Specified by:
setConf in interface Configurable
Overrides:
setConf in class FieldQueryFilter


Copyright © 2006 The Apache Software Foundation