Save This Page
Home » nutch-1.0 » org.apache.nutch » searcher » [javadoc | source]
org.apache.nutch.searcher
abstract public class: FieldQueryFilter [javadoc | source]
java.lang.Object
   org.apache.nutch.searcher.FieldQueryFilter

All Implemented Interfaces:
    QueryFilter

Direct Known Subclasses:
    URLQueryFilter

Translate query fields to search the same-named field, as indexed by an IndexingFilter. Best for tokenized fields.
Constructor:
 protected FieldQueryFilter(String field) 
    Construct for the named field.
 protected FieldQueryFilter(String field,
    float boost) 
    Construct for the named field, boosting as specified.
Method from org.apache.nutch.searcher.FieldQueryFilter Summary:
filter,   getConf,   setConf
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.nutch.searcher.FieldQueryFilter Detail:
 public BooleanQuery filter(Query input,
    BooleanQuery output) throws QueryException 
 public Configuration getConf() 
 public  void setConf(Configuration conf)