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/08/26 13:17:43 UTC

[GitHub] [lucene] javanna commented on issue #11393: Ghost fields and postings/points [LUCENE-10357]

javanna commented on issue #11393:
URL: https://github.com/apache/lucene/issues/11393#issuecomment-1228476976

   I've just seen an occurrence of this, `FieldExistsQuery#count` checks if `getPointDimensionCount` is greather than `0`, and it may happen that such condition is true and the following `getPointValues` throws a `NullPointerException`.


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