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.

Reply via email to