add toString to match_all docs
This commit is contained in:
parent
dd9553e7cc
commit
ef4c44577a
|
@ -55,4 +55,8 @@ public class MatchAllDocsFilter extends Filter {
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override public String toString() {
|
||||||
|
return "*:*";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue