What is the nature of your documents that reproducing them is so expensive?
Whatever it is, you should spend some time trying to reduce it to something
more manageable and performant. Generally, the primary recommendation is to
simply reindex any documents that need to be updated since atomic update
has various caveats so that it is only useful in a subset of use cases.

-- Jack Krupansky

On Wed, Dec 16, 2015 at 10:09 AM, Jamie Johnson <jej2...@gmail.com> wrote:

> I have a use case where we only need to append some fields to a document.
> To retrieve the full representation is very expensive but I can easily get
> the deltas.  Is it possible to just add fields to an existing Solr
> document?  I experimented with using overwrite=false, but that resulted in
> two documents with the same uniqueKey in the index (which makes sense).  Is
> there a way to accomplish what I'm looking to do in Solr?  My fields aren't
> all stored and think it will be too expensive for me to make that change.
> Any thoughts would be really appreciated.
>

Reply via email to