You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/03/08 19:15:31 UTC

[GitHub] [lucene-solr] mayya-sharipova commented on pull request #2186: LUCENE-9334 Consistency of field data structures

mayya-sharipova commented on pull request #2186:
URL: https://github.com/apache/lucene-solr/pull/2186#issuecomment-793004798


   @jpountz  Hi Adrien. Thanks for your review of the PR: https://github.com/apache/lucene-solr/pull/2186. I will go through your review and address your comments. I wanted to ask two assumptions I have, and check if we are ok with them: 
   
   1) A first doc with a field introduces FieldInfo for this field for the whole index, even if eventually this doc doesn't get indexed (e.g. if this doc has a too big stored field, the whole doc will be rolled back and deleted).  
   
   2) Doc values updates (`IndexWriter#updateDocValues`) are only applicable for fields that are indexed with doc values only. This was not the case before, and for example we could update doc values for a field that was indexed with postings. 
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org