Allow dig-in getters in BeanIndexer
Brought to you by:
benjellr
Let BeanIndexer be configured so that it can dig into beans. For example, if the indexer is configured like:
<luceneField name="class" getMethod="getClass.getName" type="Text"/>
The indexer should call getClass() on the bean, and getName() on the result of the getClass() call.