RE: Solrj: Multivalued fields give Bad Request

2008-12-15 Thread Schilperoort , René
From: Ryan McKinley [mailto:ryan...@gmail.com] Sent: maandag 15 december 2008 17:28 To: solr-user@lucene.apache.org Subject: Re: Solrj: Multivalued fields give Bad Request What do you see in the admin schema browser? /admin/schema.jsp When you select the field "names", do

Re: Solrj: Multivalued fields give Bad Request

2008-12-15 Thread Ryan McKinley
What do you see in the admin schema browser? /admin/schema.jsp When you select the field "names", do you see the property "Multivalued"? ryan On Dec 15, 2008, at 10:55 AM, Schilperoort, René wrote: Sorry, Forgot the most important detail. The document I am adding contains multiple "names

RE: Solrj: Multivalued fields give Bad Request

2008-12-15 Thread Schilperoort , René
Sorry, Forgot the most important detail. The document I am adding contains multiple "names" fields: sInputDocument.addField("names", value); sInputDocument.addField("names", value); sInputDocument.addField("names", value); There is no problem when a document only contains one value in the names f