Searched defs:MatchAllDocsQuery (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/search/
H A DMatchAllDocsQuery.java32 public class MatchAllDocsQuery extends Query { class in inherits:Query
34 public MatchAllDocsQuery() { method in class:MatchAllDocsQuery
43 public MatchAllDocsQuery(String normsField) { method in class:MatchAllDocsQuery
93 return "weight(" + MatchAllDocsQuery.this + ")";
98 return MatchAllDocsQuery.this;
128 (true, getValue(), "MatchAllDocsQuery, product of:");
157 if (!(o instanceof MatchAllDocsQuery))
159 MatchAllDocsQuery other = (MatchAllDocsQuery) o;

Completed in 17 milliseconds