Re: Empty string in tfloat type field

2014-03-17 Thread Ahmet Arslan
I am still getting same problem. My XML looks like  E.g  Pri -Original Message- From: Greg Walters [mailto:greg.walt...@answers.com] Sent: Friday, March 14, 2014 9:32 AM To: solr-user@lucene.apache.org Subject: Re: Empty string in tfloat type field Ravi, You must not have gotten Ahme

RE: Empty string in tfloat type field

2014-03-17 Thread EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions)
Subject: Re: Empty string in tfloat type field Ravi, You must not have gotten Ahmet Arslan's reply the last time you posted this question three days ago. Allow me to quote: ** Hi Ravi, How about RemoveBlankFieldUpdateProcessorFactory ? https://lucene.apache.org/solr/4_0_0/solr-core/org/a

RE: Empty string in tfloat type field

2014-03-14 Thread EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions)
Greg thanks, I missed the email.. -Original Message- From: Greg Walters [mailto:greg.walt...@answers.com] Sent: Friday, March 14, 2014 9:32 AM To: solr-user@lucene.apache.org Subject: Re: Empty string in tfloat type field Ravi, You must not have gotten Ahmet Arslan's reply the

Re: Empty string in tfloat type field

2014-03-14 Thread Greg Walters
Ravi, You must not have gotten Ahmet Arslan's reply the last time you posted this question three days ago. Allow me to quote: ** Hi Ravi, How about RemoveBlankFieldUpdateProcessorFactory ? https://lucene.apache.org/solr/4_0_0/solr-core/org/apache/solr/update/processor/ Ahmet ** Thanks, Greg

Empty string in tfloat type field

2014-03-14 Thread EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions)
HI, I have a Price field with tfloat type. I am using XML to Post the Data. For few documents the Price in the XML is empty. I am getting any error where empty is treated as string and throws exception. Any suggestions to fix this..? Thanks Ravi