Hi,

I have a peculiar situation,

I am having my DIH dataconfig file as below

<entity x query="select * from x"> ---> object
<entity y query="select * from y" processor="cachedSqlEntityprocessor"
cachekey=y.id cachevalue=x.id> --> object properties

Now since I am using Cachedsql entity processor I am getting in to out of
memory exception very often so to tackle the issue I thought of adding a
filter criteria to my entity Y in such a way that only few properties are
indexed at one point of time. 

I thought of running these queries again with another 2 properties after my
first indexing is complete. My issue now is that the I want the properties
to get appended  (in each document) after each indexing is complete. As of
now the documents itself is getting replace instead I want to append new
fields to the documents. I searched the nabble forum to find out a solution
for this issue but couldnt find any useful suggestions / tips. It would be
great if someone can provide pointers / suggestions to overcome this issue.

Thanks,
B
-- 
View this message in context: 
http://n3.nabble.com/How-to-add-a-new-field-to-existing-document-append-a-new-field-to-already-existing-document-tp596093p596093.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to