[jira] Created: (LUCENE-2284) MatchAllDocsQueryNode toString() creates invalid XML-Tag

2010-02-24 Thread Frank Wesemann (JIRA)
MatchAllDocsQueryNode toString() creates invalid XML-Tag Key: LUCENE-2284 URL: https://issues.apache.org/jira/browse/LUCENE-2284 Project: Lucene - Java Issue Type: Bug

[jira] Updated: (LUCENE-2284) MatchAllDocsQueryNode toString() creates invalid XML-Tag

2010-02-24 Thread Frank Wesemann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wesemann updated LUCENE-2284: --- Attachment: LUCENE-2284.patch this patch returns a valid xml Element.

[jira] Created: (LUCENE-2277) QueryNodeImpl throws ConcurrentModificationException on add(ListQueryNode)

2010-02-22 Thread Frank Wesemann (JIRA)
QueryNodeImpl throws ConcurrentModificationException on add(ListQueryNode) Key: LUCENE-2277 URL: https://issues.apache.org/jira/browse/LUCENE-2277 Project: Lucene - Java

[jira] Updated: (LUCENE-2277) QueryNodeImpl throws ConcurrentModificationException on add(ListQueryNode)

2010-02-22 Thread Frank Wesemann (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Wesemann updated LUCENE-2277: --- Attachment: addChildren.patch iterates over the supplied List of QueryNodes.