Hi,

so I suppose there is no solution. Is there a chance that SchemaField becomes extensible in the future ? Because, at the moment, all the field attributes (indexed, stored, etc.) are hardcoded inside SchemaField. Do you think it is worth opening an issue about it ?
--
Renaud Delbru

On 07/09/10 16:13, Renaud Delbru wrote:
 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,

Reply via email to