Save This Page
Home » lucene-3.0.1-src » org.apache » lucene » search » [javadoc | source]
org.apache.lucene.search
public class: MatchAllDocsQuery [javadoc | source]
java.lang.Object
   org.apache.lucene.search.Query
      org.apache.lucene.search.MatchAllDocsQuery

All Implemented Interfaces:
    Cloneable, Serializable

A query that matches all documents.
Constructor:
 public MatchAllDocsQuery() 
 public MatchAllDocsQuery(String normsField) 
    Parameters:
    normsField - Field used for normalization factor (document boost). Null if nothing.
Method from org.apache.lucene.search.MatchAllDocsQuery Summary:
createWeight,   equals,   extractTerms,   hashCode,   toString
Methods from org.apache.lucene.search.Query:
clone,   combine,   createWeight,   equals,   extractTerms,   getBoost,   getSimilarity,   hashCode,   mergeBooleanQueries,   rewrite,   setBoost,   toString,   toString,   weight
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.lucene.search.MatchAllDocsQuery Detail:
 public Weight createWeight(Searcher searcher) 
 public boolean equals(Object o) 
 public  void extractTerms(Set<Term> terms) 
 public int hashCode() 
 public String toString(String field)