org.apache.lucene.search

Class MatchAllDocsQuery

public class MatchAllDocsQuery extends Query

A query that matches all documents.

Author: John Wang

Constructor Summary
MatchAllDocsQuery()
Method Summary
protected WeightcreateWeight(Searcher searcher)
booleanequals(Object o)
inthashCode()
StringtoString(String field)

Constructor Detail

MatchAllDocsQuery

public MatchAllDocsQuery()

Method Detail

createWeight

protected Weight createWeight(Searcher searcher)

equals

public boolean equals(Object o)

hashCode

public int hashCode()

toString

public String toString(String field)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.