Re: Can not index raw binary data stored in Database in BLOB format.

2014-02-25 Thread Raymond Wiker
; ], > "_version_": 1461012211583418400 > }, > { > "id": "2265", > "mxMsg": [ > "" > ], > "_version_": 1461012211591807000 > }, > >

RE: Can not index raw binary data stored in Database in BLOB format.

2014-02-25 Thread Chandan khatua
get data in 'mxMsg' field. The binary data is stored inDB as BLOB type. Please note: The same configuration is working fine ('mxMsg' displays data if XML data are in DB as BLOB type). Please help, Looking forward, Chandan -Original Message- From: Gora Mohanty [mai

Re: Can not index raw binary data stored in Database in BLOB format.

2014-02-25 Thread Gora Mohanty
On 25 February 2014 14:54, Chandan khatua wrote: > Hi Gora, > > The column type in DB is BLOB. It only stores binary data. > > If I do not use TikaEntityProcessor, then the following exception occurs: [...] It is difficult to follow what you are doing when you say one thing, and seem to do anothe

RE: Can not index raw binary data stored in Database in BLOB format.

2014-02-25 Thread Chandan khatua
Mohanty [mailto:g...@mimirtech.com] Sent: Monday, February 24, 2014 5:49 PM To: solr-user@lucene.apache.org Subject: Re: Can not index raw binary data stored in Database in BLOB format. On 24 February 2014 15:34, Chandan khatua wrote: > Hi Gora ! > > Your concern was "What is t

RE: Can not index raw binary data stored in Database in BLOB format.

2014-02-24 Thread Chandan khatua
e in DB), But not on binary data (stored BLOB type in DB). Please help. Thanking you, - Chandan -Original Message- From: Raymond Wiker [mailto:rwi...@gmail.com] Sent: Monday, February 24, 2014 5:48 PM To: solr-user@lucene.apache.org Subject: Re: Can not index raw binary data stored in Dat

Re: Can not index raw binary data stored in Database in BLOB format.

2014-02-24 Thread Gora Mohanty
On 24 February 2014 15:34, Chandan khatua wrote: > Hi Gora ! > > Your concern was "What is the type of the column used to store the binary > data in Oracle?" > The column type is BLOB in DB. The column can also have rich text file. Um, your original message said that it does *not* contain richte

Re: Can not index raw binary data stored in Database in BLOB format.

2014-02-24 Thread Raymond Wiker
format="text" > > > > > > > > > > > > > > > > > > > > > > > > > > > This is looks like similar to your configuration. But when xml data > > are in BLOB in database,

RE: Can not index raw binary data stored in Database in BLOB format.

2014-02-24 Thread Chandan khatua
g Subject: Re: Can not index raw binary data stored in Database in BLOB format. Try replacing the inner entity with something like --- this assumes that you get the blob from a column named "MESSAGE" in the outer entity ("messages"). On Mon, Feb 24, 2014 at 11:5

Re: Can not index raw binary data stored in Database in BLOB format.

2014-02-24 Thread Raymond Wiker
taSource="fieldstream" format="xml"> > > > > > > > > ... > > > > > On Mon, Feb 24, 2014 at 11:04 AM, Chandan khatua > wrote: > > > Hi Gora ! > > > > Your concern wa

RE: Can not index raw binary data stored in Database in BLOB format.

2014-02-24 Thread Chandan khatua
abase, indexing is NOT done. Please help. Thanking you, -Chandan -Original Message- From: Raymond Wiker [mailto:rwi...@gmail.com] Sent: Monday, February 24, 2014 4:06 PM To: solr-user@lucene.apache.org Subject: Re: Can not index raw binary data stored in Database in BLOB format. I&#x

Re: Can not index raw binary data stored in Database in BLOB format.

2014-02-24 Thread Raymond Wiker
ent: Monday, February 24, 2014 3:02 PM > To: solr-user@lucene.apache.org > Subject: Re: Can not index raw binary data stored in Database in BLOB > format. > > On 24 February 2014 12:51, Chandan khatua wrote: > > Hi, > > > > > > > > We have raw binar

RE: Can not index raw binary data stored in Database in BLOB format.

2014-02-24 Thread Chandan khatua
ebruary 24, 2014 3:02 PM To: solr-user@lucene.apache.org Subject: Re: Can not index raw binary data stored in Database in BLOB format. On 24 February 2014 12:51, Chandan khatua wrote: > Hi, > > > > We have raw binary data stored in database(not word,excel,xml etc > files) in BLOB

Re: Can not index raw binary data stored in Database in BLOB format.

2014-02-24 Thread Gora Mohanty
On 24 February 2014 12:51, Chandan khatua wrote: > Hi, > > > > We have raw binary data stored in database(not word,excel,xml etc files) in > BLOB. > > We are trying to index using TikaEntityProcessor but nothing seems to get > indexed. > > But the same configuration works when xml/word/excel files

Can not index raw binary data stored in Database in BLOB format.

2014-02-23 Thread Chandan khatua
Hi, We have raw binary data stored in database(not word,excel,xml etc files) in BLOB. We are trying to index using TikaEntityProcessor but nothing seems to get indexed. But the same configuration works when xml/word/excel files are stored in the BLOB field. Below is our data-config.xml: