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
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
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