Hi,
It is clearer now, but you mentioned strings in your first mail and in place 
updates only work for numeric fields. If you meet all conditions, document will 
not be reindexed, but only doc values rewritten for the segment where in place 
update happened. Note that this is not free for large segments.

HTH,
Emir
--
Monitoring - Log Management - Alerting - Anomaly Detection
Solr & Elasticsearch Consulting Support Training - http://sematext.com/



> On 13 Feb 2018, at 13:43, mganeshs <mgane...@live.in> wrote:
> 
> Hi,
> 
> I guess my point is not conceived correctly. 
> 
> Here I am talking about the field  "In Place Updates
> <https://lucene.apache.org/solr/guide/6_6/updating-parts-of-documents.html#UpdatingPartsofDocuments-In-PlaceUpdates>
>  
> "
> 
> As per above link, it says that complete document will not be re-indexed
> during updates, if the field is set as docValues="true" and indexed and
> stored is set as false.
> 
> But I want to know whether complete document will re-index, when I delete a
> field of type "docvalue" is set as true, but indexed and stored is set as
> false. Also when I add new field of type "docvalue"is set as true, but
> indexed and stored is set as false. 
> 
> Hope my question is clear now. 
> 
> 
> 
> --
> Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to