Re: Solr Indexing - Null Values in date field

2011-09-24 Thread Erick Erickson
. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Indexing-Null-Values-in-date-field-tp3355068p3358752.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Indexing - Null Values in date field

2011-09-22 Thread mechravi25
$1.run(DataImporter.java:372) Please help. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Indexing-Null-Values-in-date-field-tp3355068p3358752.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr Indexing - Null Values in date field

2011-09-21 Thread mechravi25
(startdate,NULL)) but still I am getting the same exception. Is there any way to index the null values as such in date field? Please help. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Indexing-Null-Values-in-date-field-tp3355068p3355068.html Sent from the Solr - User

Re: Solr Indexing - Null Values in date field

2011-09-21 Thread Gora Mohanty
On Wed, Sep 21, 2011 at 4:08 PM, mechravi25 mechrav...@yahoo.co.in wrote: Hi, I have a field in my source with data type as string and that field has NULL values. I am trying to index this field in solr as a date data type with multivalued = true. Following is the entry for that field in my

Re: Solr Indexing - Null Values in date field

2011-09-21 Thread Pulkit Singhal
Also you may use the script transformer to explicitly remove the field from the document if the field is null. I do this for all my sdouble and sdate fields ... its a bit manual and I would like to see Solr enhanced to simply skip stuff like this by having a flag for its DIH code but until then it