When the parameter to a token filter is out of range, or a mandatory paramter is not given, what is the proper way to fail in the init() and crate() methods?
Should I throw an RuntimeException? Or should I simply call SolrCore.log.severe(message)? Is it OK for create() to return null when the underlying Filter could be created? -kuro