Uses of Class
org.apache.solr.util.ErrorLogMuter
-
Packages that use ErrorLogMuter Package Description org.apache.solr.util Misc utilities useful when implementing test cases. -
-
Uses of ErrorLogMuter in org.apache.solr.util
Methods in org.apache.solr.util that return ErrorLogMuter Modifier and Type Method Description static ErrorLogMuter
ErrorLogMuter. regex(String regex)
Mutes ERROR log messages that partially match the specified regex.static ErrorLogMuter
ErrorLogMuter. regex(Pattern pat)
Mutes ERROR log messages that partially match the specified regex.static ErrorLogMuter
ErrorLogMuter. substring(String substr)
Mutes ERROR log messages that contain the input as a substring
-