Re: having trouble storing large text blob fields - returns binary address in search results

2013-05-18 Thread geeky2
le-storing-large-text-blob-fields-returns-binary-address-in-search-results-tp4063979p4064407.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: having trouble storing large text blob fields - returns binary address in search results

2013-05-17 Thread Gora Mohanty
On 18 May 2013 02:24, geeky2 wrote: > Hello Gora, > > > thank you for the reply - > > i did finally get this to work. i had to cast the column in the DIH to a > clob - like this. > > cast(att.attr_val AS clob) as attr_val, > cast(rsr.rsr_val AS clob) as rsr_val, > > once this was done, th

Re: having trouble storing large text blob fields - returns binary address in search results

2013-05-17 Thread geeky2
ormer. the thread on the developers list is located here: http://lucene.472066.n3.nabble.com/have-developer-question-about-ClobTransformer-and-DIH-td4064256.html thx mark -- View this message in context: http://lucene.472066.n3.nabble.com/having-trouble-storing-large-text-blob-fields-re

Re: having trouble storing large text blob fields - returns binary address in search results

2013-05-17 Thread Gora Mohanty
On 17 May 2013 00:02, geeky2 wrote: [...] > i have tried setting them up as clob fields - but this is not working (see > details below) > > i have also tried treating them as plain string fields (removing the > references to clob in the DIH) - but this does not work either. > > > DIH configuration

having trouble storing large text blob fields - returns binary address in search results

2013-05-16 Thread geeky2
in context: http://lucene.472066.n3.nabble.com/having-trouble-storing-large-text-blob-fields-returns-binary-address-in-search-results-tp4063979.html Sent from the Solr - User mailing list archive at Nabble.com.