[
https://issues.apache.org/jira/browse/LUCENENET-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Garski updated LUCENENET-234:
-------------------------------------
Attachment: LUCENENET-234.patch
Here's the patch.
1) BooleanQuery.cs: the cIter enumerator was not being moved
2) Query.cs: Altered the enumeration for the return value to use foreach
statements. Use of First() with LINQ would be preferable when there is only a
single clause and the clause is not wrapped in a BooleanQuery, but that is for
another day.
> TestBoolean2 failing test
> -------------------------
>
> Key: LUCENENET-234
> URL: https://issues.apache.org/jira/browse/LUCENENET-234
> Project: Lucene.Net
> Issue Type: Bug
> Reporter: Michael Garski
> Attachments: LUCENENET-234.patch
>
>
> The TestRandomQueries test is failing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.