Re: Questions about stored fields and updates.

2018-11-04 Thread Erick Erickson
Ash: Atomic updates are really a reindex of all the original fields. What happens is: 1> Solr gets all the stored fields from the disk 2> Solr overlays the new data 3> Solr re-indexes the entire document just as though it came from outside. For step <3>, there's no difference at all between an

Re: Questions about stored fields and updates.

2018-11-04 Thread Ash Ramesh
Also thanks for the information Shawn! :) On Mon, Nov 5, 2018 at 12:09 PM Ash Ramesh wrote: > Sorry Shawn, > > I seem to have gotten my wording wrong. I meant that we wanted to move > away from atomic-updates to replacing/reindexing the document entirely > again when changes are made. >

Re: Questions about stored fields and updates.

2018-11-04 Thread Ash Ramesh
Sorry Shawn, I seem to have gotten my wording wrong. I meant that we wanted to move away from atomic-updates to replacing/reindexing the document entirely again when changes are made. https://lucene.apache.org/solr/guide/7_5/uploading-data-with-index-handlers.html#adding-documents Regards, Ash

Re: Questions about stored fields and updates.

2018-11-04 Thread Shawn Heisey
On 11/3/2018 9:45 PM, Ash Ramesh wrote: My company currently uses SOLR to completely hydrate client objects by storing all fields (stored=true). Therefore we have 2 types of fields: 1. indexed=true | stored=true : For fields that will be used for searching, sorting, etc. 2.

Questions about stored fields and updates.

2018-11-03 Thread Ash Ramesh
Hi everyone, My company currently uses SOLR to completely hydrate client objects by storing all fields (stored=true). Therefore we have 2 types of fields: 1. indexed=true | stored=true : For fields that will be used for searching, sorting, etc. 2. indexed=false | stored=true: For fields