MultiFields.getUniqueFieldCount is broken
-----------------------------------------
Key: LUCENE-3608
URL: https://issues.apache.org/jira/browse/LUCENE-3608
Project: Lucene - Java
Issue Type: Bug
Affects Versions: 4.0
Reporter: Robert Muir
this returns terms.size(), but terms is lazy-initted. So it wrongly returns 0.
Simplest fix would be to return -1.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]