need to clarify/change D&Penum api for hasPayload/getPayload
------------------------------------------------------------
Key: LUCENE-3259
URL: https://issues.apache.org/jira/browse/LUCENE-3259
Project: Lucene - Java
Issue Type: Bug
Reporter: Robert Muir
We encountered this bug while integrating the faceting module:
* D&PEnum says getPayload() will return null if there is no payload.
* however, in some cases this is not what happens.
* things do work (with no exceptions), if you always check hasPayload() first.
The easiest fix could be to correct the javadocs, and say that you should
always check hasPayload() first... otherwise getPayload() is not defined.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]