mayya-sharipova opened a new pull request #103:
URL: https://github.com/apache/lucene/pull/103


   Before PR#11, during merging if any merging segment has payloads
   for a certain field, the new merged segment will also has payloads
   set up for this field.
   
   PR #11 introduced a bug where the first segment among merging
   segments will define if the new merged segment will have
   payloads. If the first segment doesn't have payloads, and
   others do, the new merged segment mistakenly will not
   have payloads set up.
   
   This PR fixes this bug.
   
   Relates to #11


-- 
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:
us...@infra.apache.org



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

Reply via email to