You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by stockii <st...@shopgate.com> on 2010/12/01 12:11:07 UTC

send XML multiValued Field Solr-PHP-Client

Hello.

do anyone using Solr-PHP-Client ? 

how are you using mutltivalued fields with the method addFields() ?

solr says to me SCHWERWIEGEND: java.lang.NumberFormatException: empty String

when i send a raw xml like this:
<doc>
<field name="uniquekey">24038608</field>
<field name="user_id">778</field>
<field name="reason">reason1</field>
<field name="reason">reason1</field>
</doc>

in schema i defined: 
<field name="reason" type="text" indexed="true" stored="false"
multiValued="true" />
<dynamicField name="reason_*" type="text" indexed="true" stored="false" />

why dont work this ? =(
-- 
View this message in context: http://lucene.472066.n3.nabble.com/send-XML-multiValued-Field-Solr-PHP-Client-tp1998370p1998370.html
Sent from the Solr - User mailing list archive at Nabble.com.