So I'm creating a request handler plugin where I want to fetch some values from the schema. I make it SchemaAware but the inform method is never called. I assume that there is some way of registering the instance as aware (and I have seen and used this before, although that information escapes me at this point). I can't find any documentation on this in particular and neither can I find any calls doing this in the solr source<https://github.com/apache/lucene-solr/blob/branch_3x/solr/core/src/java/org/apache/solr/schema/CurrencyField.java>. But this could very well be done outside the
So, is there some procedure for initiating getting inform calls? /Thanks :)