Hi,
It looks like a date formatting issue, the Solr date field expects something
like 1995-12-31T23:59:59.999Z
See http://lucene.apache.org/solr/api/org/apache/solr/schema/DateField.html
The data import handler does have a date transformer to convert dates
http://wiki.apache.org/solr/DataImport
It sounds like you need to increase the HTTP header size.
In tomcat the default is 4096 bytes, and to change it you need to add
maxHttpHeaderSize="" to the connector definition in server.xml
Colin.
-Original Message-
From: Ken Krugler [mailto:kkrugler_li...@transpac.com]
Sent: Friday,