return new MatchAllDocsWeight(searcher);
if (!(o instanceof MatchAllDocsQuery)) return false; MatchAllDocsQuery other = (MatchAllDocsQuery) o; return this.getBoost() == other.getBoost();
return Float.floatToIntBits(getBoost()) ^ 0x1AA71190;
StringBuffer buffer = new StringBuffer(); buffer.append("MatchAllDocsQuery"); buffer.append(ToStringUtils.boost(getBoost())); return buffer.toString();