[ 
https://issues.apache.org/jira/browse/LUCENENET-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13238584#comment-13238584
 ] 

Troy Howard commented on LUCENENET-481:
---------------------------------------

I started in on porting this, however this one has a few challenges to 
replicate exact behaviour. 

It uses Java wildcard generics in a Comparator<T> implementation, of which 
there is no .NET equivalent. I could probably replicate behaviour using 
Reflection but I'm not sure how that will impact performance vs it's Java 
equivalent. May need to redesign a little to accomodate .NET type system.
                
> Port Contrib.MemoryIndex
> ------------------------
>
>                 Key: LUCENENET-481
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-481
>             Project: Lucene.Net
>          Issue Type: New Feature
>    Affects Versions: Lucene.Net 3.0.3
>            Reporter: Christopher Currens
>
> We need to port MemoryIndex from contrib, if we want to be able to port a few 
> other contrib libraries.

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

        

Reply via email to