Updating index

Hi,
I have a question regarding the ability to update index, scenario is :
I have a documents that coming from the user stream (stream could be
huge).
In addition to the document but not together with the document
(document has unique id) , there document tags
that are coming , but they could be spread across the stream (one to
come with document and other separately).

Now the question - is it possible to index the document together with
a first tag and later on to update the index with new tags / fields ?

Thank You and Best regards.

Hey,
I don't think this is directly possible. For example, you can't say
for a document that has fields A and B, submit an update with only
field C. You will need to pull the existing doc from the engine,
update the original source data and resubmit.

Best Regards,
Paul

On Jul 12, 12:34 pm, slavag slav...@gmail.com wrote:

Hi,
I have a question regarding the ability to update index, scenario is :
I have a documents that coming from the user stream (stream could be
huge).
In addition to the document but not together with the document
(document has unique id) , there document tags
that are coming , but they could be spread across the stream (one to
come with document and other separately).

Now the question - is it possible to index the document together with
a first tag and later on to update the index with new tags / fields ?

Thank You and Best regards.

10x.
Sounds not that good solution.

On Jul 13, 2:34 am, Paul ppea...@gmail.com wrote:

Hey,
I don't think this is directly possible. For example, you can't say
for a document that has fields A and B, submit an update with only
field C. You will need to pull the existing doc from the engine,
update the original source data and resubmit.

Best Regards,
Paul

On Jul 12, 12:34 pm, slavag slav...@gmail.com wrote:

Hi,
I have a question regarding the ability to update index, scenario is :
I have a documents that coming from the user stream (stream could be
huge).
In addition to the document but not together with the document
(document has unique id) , there document tags
that are coming , but they could be spread across the stream (one to
come with document and other separately).

Now the question - is it possible to index the document together with
a first tag and later on to update the index with new tags / fields ?

Thank You and Best regards.