org.creativecommons.nutch
Class CCQueryFilter

java.lang.Object
  extended by org.apache.nutch.searcher.RawFieldQueryFilter
      extended by org.creativecommons.nutch.CCQueryFilter
All Implemented Interfaces:
Configurable, Pluggable, QueryFilter

public class CCQueryFilter
extends RawFieldQueryFilter

Handles "cc:" query clauses, causing them to search the "cc" field indexed by CCIndexingFilter.


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

Constructor Detail

CCQueryFilter

public CCQueryFilter()
Method Detail

setConf

public void setConf(Configuration conf)

getConf

public Configuration getConf()


Copyright © 2006 The Apache Software Foundation