[
https://issues.apache.org/jira/browse/LUCENENET-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Garski updated LUCENENET-268:
-------------------------------------
Attachment: LUCENENET-268.patch
Both complex explanation test classes now have all passing tests.
Change Summary:
1) Marked BooleanQUery.AnonymousClassSimilarityDelegator as Serializable (was
in 2.4 as well).
2) Similarity: altered term iteration to use foreach
3) SpanNearQuery: altered clause iteration to use foreach
4) SpanNearQuery: altered hashcode generation to ensure that the contents of
the clauses were being hashed on, not the list itself
5) SpanWeight: converted unique hashtable to a list (looking forward to
utilizing HashSet<T> with 3.5 for things like this).
> TestComplexExplanations
> -----------------------
>
> Key: LUCENENET-268
> URL: https://issues.apache.org/jira/browse/LUCENENET-268
> Project: Lucene.Net
> Issue Type: Bug
> Reporter: Michael Garski
> Attachments: LUCENENET-268.patch
>
>
> Failing tests, patch coming shortly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.