ScoreDocs in TopDocs is ambiguos when using Visual Basic .Net
-------------------------------------------------------------
Key: LUCENENET-476
URL: https://issues.apache.org/jira/browse/LUCENENET-476
Project: Lucene.Net
Issue Type: Bug
Components: Lucene.Net Core
Affects Versions: Lucene.Net 2.9.4
Environment: Visual Basic .Net
Reporter: Jon
The field TopDocs.scoreDocs has been made obsolete and a new property
TopDocs.ScoreDocs has been added. VB.Net is case insensitive, so both resolve
to the same name, resulting in the following error message:
{quote}
'ScoreDocs' is ambiguous because multiple kinds of members with this name exist
in class 'Lucene.Net.Search.TopDocs'
{quote}
--
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