>From Steve's reply:

One thing you can do right now as an alternative to custom {{<field>}}
attributes is child elements, e.g.:

{code:xml}
<field indexed="true" multiValued="true" name="f1" stored="true" type="string">
  <MYPARAM>VALUE</MYPARAM>  <!-- Maven property style -->
  <custom MYPARAM="VALUE"/> <!-- Alternative syntax; element name
could be anything you want  -->
  ...
</field>
{code}

Is the above sufficient for your use cases?

On Tue, Jun 11, 2013 at 8:20 AM, uwe72 <[email protected]> wrote:
> is there a solution for it, we also use own custom properties?!
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/jira-Commented-SOLR-4641-Schema-should-throw-exception-on-illegal-field-parameters-tp4063164p4069623.html
> Sent from the Lucene - Java Developer mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to