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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
