org.apache.nutch.searcher.more
Class TypeQueryFilter

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

public class TypeQueryFilter
extends RawFieldQueryFilter

Handles "type:" query clauses, causing them to search the field indexed by MoreIndexingFilter.

Author:
John Xing

Field Summary
 
Fields inherited from interface org.apache.nutch.searcher.QueryFilter
X_POINT_ID
 
Constructor Summary
TypeQueryFilter()
           
 
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

TypeQueryFilter

public TypeQueryFilter()
Method Detail

setConf

public void setConf(Configuration conf)

getConf

public Configuration getConf()


Copyright © 2006 The Apache Software Foundation