Shalin Shekhar Mangar wrote
> Your database's JDBC driver is interpreting the tinyint(1) as a boolean.
> 
> Solr 4.4 fixes the problem affected date fields with convertType=true. It
> should be released by the end of this week.
> 
> 
> On Mon, Jul 22, 2013 at 12:18 PM, deniz <

> denizdurmus87@

> > wrote:
> 
>> Hello,
>>
>> I have exactly the same problem as here
>>
>>
>> http://lucene.472066.n3.nabble.com/how-to-avoid-DataImportHandler-from-interpreting-quot-tinyint-1-unsigned-quot-value-as-quot-Boolean--td4035241.html#a4036967
>>
>> however for the solution there, it is ruining my date type fields...
>>
>> are there any other ways to deal with this problem?
>>
>>
>>
>> -----
>> Zeki ama calismiyor... Calissa yapar...
>> --
>> View this message in context:
>> http://lucene.472066.n3.nabble.com/DIH-and-tinyint-1-Field-tp4079392.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>>
> 
> 
> 
> -- 
> Regards,
> Shalin Shekhar Mangar.


thank you Shalin, for a quick solution i found that adding
"&tinyInt1isBit=false" to connection url also works fine



-----
Zeki ama calismiyor... Calissa yapar...
--
View this message in context: 
http://lucene.472066.n3.nabble.com/DIH-and-tinyint-1-Field-tp4079392p4079398.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to