[ 
https://issues.apache.org/jira/browse/LUCENENET-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicholas Paldino updated LUCENENET-218:
---------------------------------------

    Attachment: LUCENENET-218.patch

This class can be used in place of a sorted list with key lookup functionality. 
 It will enumerate items in the order that they are added, and it allows for a 
lookup based on a key.

A delegate (anonymous method, or lambda expression) has to be passed to the 
constructor to provide functionality for extracting the key from the item.

Apologies if the code doesn't follow the guidelines, it's my first day. =)

Also, I've updated the SVN, which I assume I should have done?

> Lucene.Net.Util.TestAttributeSource.TestCloneAttributes
> -------------------------------------------------------
>
>                 Key: LUCENENET-218
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-218
>             Project: Lucene.Net
>          Issue Type: Bug
>            Reporter: Michael Garski
>         Attachments: LUCENENET-218.patch
>
>
> The test is failing - I'm working on it :)

-- 
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