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/06/08 06:53:37 UTC

[GitHub] [lucene] jpountz commented on a change in pull request #176: LUCENE-9905: Make sure to use configured vector format when merging

jpountz commented on a change in pull request #176:
URL: https://github.com/apache/lucene/pull/176#discussion_r647160213



##########
File path: lucene/core/src/java/org/apache/lucene/codecs/perfield/PerFieldVectorFormat.java
##########
@@ -114,14 +114,7 @@ public void close() throws IOException {
     }
 
     private VectorWriter getInstance(FieldInfo field) throws IOException {
-      VectorFormat format = null;

Review comment:
       Indeed a generation != -1 means that we're writing doc values updates.




-- 
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