org.apache.nutch.searcher.site
Class SiteQueryFilter
java.lang.Object
org.apache.nutch.searcher.RawFieldQueryFilter
org.apache.nutch.searcher.site.SiteQueryFilter
- All Implemented Interfaces:
- org.apache.hadoop.conf.Configurable, Pluggable, QueryFilter
public class SiteQueryFilter
- extends RawFieldQueryFilter
Handles "site:" query clauses, causing them to search the field indexed by
SiteIndexingFilter.
Method Summary |
org.apache.hadoop.conf.Configuration |
getConf()
|
void |
setConf(org.apache.hadoop.conf.Configuration conf)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SiteQueryFilter
public SiteQueryFilter()
setConf
public void setConf(org.apache.hadoop.conf.Configuration conf)
getConf
public org.apache.hadoop.conf.Configuration getConf()
Copyright © 2006 The Apache Software Foundation