Sorry, but not currently. Great suggestion though. I didn't check to see if
there might already be a Jira for it, but I vaguely recall some discussion
or mention of it.
-- Jack Krupansky
-----Original Message-----
From: Radim Kolar
Sent: Wednesday, October 24, 2012 5:49 PM
To: solr-user@lucene.apache.org
Subject: one field type extending another
can i do something like this: (fails with fieldType: missing mandatory
attribute 'class')
<fieldType name="text_general_highlight" type="text_general"
termVectors="true" termPositions="true" termOffsets="true"/>
one field type will extending another type to save copy and paste.