RE: SolrException: Invalid Date String:'oracle.sql.TIMESTAMP

2012-01-12 Thread Colin Bennett
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

RE: Hitting the URI limit, how to get around this?

2011-06-03 Thread Colin Bennett
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,