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 2022/11/10 16:20:58 UTC

[GitHub] [lucene] benwtrent commented on pull request #11916: GITHUB#11911: improve checkindex to be more thorough for vectors

benwtrent commented on PR #11916:
URL: https://github.com/apache/lucene/pull/11916#issuecomment-1310547475

   @rmuir I took a stab at it. I am unfamiliar with checkindex, but this will search 64 vectors, seeking the graph to catch if there is something obscene broken.
   
   A more complicated check would require inner interface changes (allowing seek to be hit directly). But search seems nice as it is a common path and actually exercising the thing as it is typically used.


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

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

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