NUnite test for QueryParser.TestMultiAnalyzer.
----------------------------------------------
Key: LUCENENET-92
URL: https://issues.apache.org/jira/browse/LUCENENET-92
Project: Lucene.Net
Issue Type: Bug
Reporter: Digy
Priority: Minor
Attachments: MultiPhraseQuery.patch
Bug in MultiPhraseQuery.ToString()
while (i.MoveNext())
{
....
if (i.MoveNext()) <----BUG. MoveNext is called twice.
buffer.Append(" ");
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.