Re: Append fields to a document

2015-12-16 Thread Jack Krupansky
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 representa

Re: Append fields to a document

2015-12-16 Thread Erick Erickson
ej2...@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 usi

Re: Append fields to a document

2015-12-16 Thread Alexandre Rafalovitch
Alex. >> >> >> Newsletter and resources for Solr beginners and intermediates: >> http://www.solr-start.com/ >> >> >> On 16 December 2015 at 22:09, Jamie Johnson <jej2...@gmail.com> wrote: >> > I have a use case where we only need to

Re: Append fields to a document

2015-12-16 Thread Alexandre Rafalovitch
ase 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

Re: Append fields to a document

2015-12-16 Thread Jamie Johnson
t; http://www.solr-start.com/ > > > On 16 December 2015 at 22:09, 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 > &

Append fields to a document

2015-12-16 Thread Jamie Johnson
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