Ambiguous name "text" in term class when in VB.NET --------------------------------------------------
Key: LUCENENET-116 URL: https://issues.apache.org/jira/browse/LUCENENET-116 Project: Lucene.Net Issue Type: Bug Environment: Windows 2003 Server, ASP.NET, VB.NET Reporter: Enrique Martínez Zúñiga Priority: Minor In VB.NET can't access "Term().Text" due to ambiguous name declaration. According to DIGY's comment the variable "text"should not be public since the "Text()" function returns its value. Changing it to internal seems to work. Thanks DIGY! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.