You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by uwe72 <uw...@exxcellent.de> on 2013/06/11 14:20:44 UTC

Re: [jira] [Commented] (SOLR-4641) Schema should throw exception on illegal field parameters

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [jira] [Commented] (SOLR-4641) Schema should throw exception on illegal field parameters

Posted by Erick Erickson <er...@gmail.com>.
>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 <uw...@exxcellent.de> 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: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org