Hi,I would like to extend the field node in the schema.xml by adding new attributes. For example, I would like to be able to write:
<field type="myField" myattribute="myvalue"/>And be able to access myattribute directly from IndexSchema and SchemaField objects. However, these two classes are final, and also not very easy to extend ?
Is there any other solutions ?
thanks, -- Renaud Delbru