Column ambiguously defined error in SOLR delta import

2014-02-26 Thread Chandan khatua
Hi I have the bellow query in data-config.xml, but it throws an error while running the delta query: "java.sql.SQLSyntaxErrorException: ORA-00918: column ambiguously defined". Full data import is running fine. Kindly suggest the changes required. Thanking you, -Ch

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 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

Urgent_Can not index binary data stored in DB as BLOB type

2014-02-25 Thread Chandan khatua
Sir, Please send me the data-config file to index binary data which are stored in Database as BLOB type. Thanking you, Chandan

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

2014-02-24 Thread Chandan khatua
abase in BLOB format. Try running the query for the outer entity ("messages") in an sql client, and verify that your blob column is called MESSAGE. On Mon, Feb 24, 2014 at 12:22 PM, Chandan khatua wrote: > I've tried as per your guide. But, no data are indexing. &

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 Chandan khatua
27;ve done something like this; the key was to use a FieldStreamDataSource to read from the BLOB field. Something like then ... On Mon, Feb 24, 2014 at 11:04 AM, Chandan khatua wrote: > Hi Gora ! > > Your concern was "

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

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: