Re: Indexing of HTML Column in an MS SQL Server 2014 database

2015-02-22 Thread David Pilato
Hi Jörg A bit out of topic: I wonder if you are indexing blobs as base64 encoded fields in JDBC river? (I did not look at the doc) -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 22 févr. 2015 à 18:11, joergpra...@gmail.com joergpra...@gmail.com a écrit : Can you

Re: Indexing of HTML Column in an MS SQL Server 2014 database

2015-02-22 Thread joergpra...@gmail.com
For java.sql.Types.BLOB, I use the builder.value(Object object) method in XContentBuilder, with a byte array as parameter. For java.sql.Types.CLOB/NCLOB, I use just a string as returned by JDBC in Clob.getSubString There are DBs which store blobs as java.sql.Types.BINARY, and this can be passed

Re: Indexing of HTML Column in an MS SQL Server 2014 database

2015-02-22 Thread joergpra...@gmail.com
Can you give some information about the mapper attachment setup you used successfully? There is no good reason why this should not be possible with JDBC river. Jörg On Sun, Feb 22, 2015 at 5:20 PM, Jiri Pik jiri@googlemail.com wrote: I need to index a HTML column (nvarchar(MAX)) in a MS

RE: Indexing of HTML Column in an MS SQL Server 2014 database

2015-02-22 Thread Jiri Pik
tweak? From: elasticsearch@googlegroups.com [mailto:elasticsearch@googlegroups.com] On Behalf Of joergpra...@gmail.com Sent: Sunday, February 22, 2015 6:12 PM To: elasticsearch@googlegroups.com Subject: Re: Indexing of HTML Column in an MS SQL Server 2014 database Can you give some

RE: Indexing of HTML Column in an MS SQL Server 2014 database

2015-02-22 Thread Jiri Pik
of HTML Column in an MS SQL Server 2014 database Hi Jörg A bit out of topic: I wonder if you are indexing blobs as base64 encoded fields in JDBC river? (I did not look at the doc) -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 22 févr. 2015 à 18:11, joergpra

RE: Indexing of HTML Column in an MS SQL Server 2014 database

2015-02-22 Thread Jiri Pik
: Indexing of HTML Column in an MS SQL Server 2014 database Hi Jörg A bit out of topic: I wonder if you are indexing blobs as base64 encoded fields in JDBC river? (I did not look at the doc) -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 22 févr. 2015 à 18:11