You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Larry White <lj...@gmail.com> on 2015/04/02 00:14:08 UTC

Recovering from QueryNodeException

Hi,

I'm looking for some insight into what conditions cause QueryNodeException
and what one typically does about it? Since it's a checked exception, it
implies that you are supposed to handle it recover, but the javadoc doesn't
say much/anything about what causes it, so it's not so clear how to recover.

Any help at all is greatly appreciated.

Larry