Re: Atomic indexing as default indexing mode in Solr

2019-09-05 Thread Erick Erickson
Shankar: Follow the instructions here: http://lucene.apache.org/solr/community.html#mailing-lists-irc. You must use the _exact_ same e-mail as you used to subscribe. If the initial try doesn't work and following the suggestions at the "problems" link doesn't work for you, let us know. But

Re: Atomic indexing as default indexing mode in Solr

2019-09-05 Thread Shankar Ramalingam
Please remove my email id from this list. On Thu, 5 Sep, 2019, 5:55 AM Erick Erickson, wrote: > Because atomic updates require special preparation, specifically all > original fields must be stored which is not a requirement and is, in fact, > an anti-pattern in large installations. > > Best, >

Re: Atomic indexing as default indexing mode in Solr

2019-09-04 Thread Erick Erickson
Because atomic updates require special preparation, specifically all original fields must be stored which is not a requirement and is, in fact, an anti-pattern in large installations. Best, Erick > On Sep 4, 2019, at 7:51 PM, Arnold Bronley wrote: > > Why atomic indexing is not the default

Atomic indexing as default indexing mode in Solr

2019-09-04 Thread Arnold Bronley
Why atomic indexing is not the default mode of indexing in Solr? That way the ownership model of the content changes from document level to field level for clients. Multiple clients can participate in the contribution process of the same Solr document without overwriting each other.