Open
Description
In the file PhraseSlopQueryNode.java
, calls to getChild()
and getChildren()
might return null. Further operations on them might cause null pointer exceptions.
These can be fixed by checking for null in returned values.
Migrated from LUCENE-6627 by Rishabh Patel, updated May 09 2016