Github user eladmarg commented on the issue:
https://github.com/apache/lucenenet/pull/188
@NightOwl888 , you're absolutely right. this should be done by using two
data structures,
here is a direction that might work:
[LinkedHashMap.cs](https://github.com/nhibernate/nhibernate-core/blob/master/src/NHibernate/Util/LinkedHashMap.cs)
or even this one:
[LinkedHashMap.cs](https://github.com/grokit/website_grokit_ca/blob/master/articles/web/CSharpMissingDataStructures/LinkedHashMap.cs)
as you can see by the original [java
implementation](https://github.com/apache/lucene-solr/blob/master/lucene/facet/src/java/org/apache/lucene/facet/taxonomy/LRUHashMap.java)
its only a wrapper, so one of them should work and they're both seems more
efficient.
in another subject, which of the sub-project not ported yet?
Thank You
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---