Skip to content

Commit

Permalink
add toString to match_all docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Nov 2, 2010
1 parent dd9553e commit ef4c445
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,8 @@ public class MatchAllDocsFilter extends Filter {

return false;
}

@Override public String toString() {
return "*:*";
}
}

0 comments on commit ef4c445

Please sign in to comment.