[ https://issues.apache.org/jira/browse/LUCENENET-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513655 ]
George Aroush commented on LUCENENET-42: ---------------------------------------- This is on our to-do list. Unfortunately, it's not as easy as it sounds due to: 1) not enough committers, 2) doing so will add yet more complexity of porting from Java to C# Please search the Lucene.Net mailing list archive for detailed discussion on this subject. -- George > Hits class should have a friendlier interface > --------------------------------------------- > > Key: LUCENENET-42 > URL: https://issues.apache.org/jira/browse/LUCENENET-42 > Project: Lucene.Net > Issue Type: Improvement > Reporter: Simone Busoli > Priority: Trivial > > Retrieving the information about each hit is not very straightforward. It is > actually implemented as a method - Hits.Doc(i) - but .NET provides indexers > which are much more usable, that is, Hits[i]. Furthermore it should be made > easier to iterate through hits, implementing the IEnumerable interface. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.