MatchAllDocsQueryNode toString() creates invalid XML-Tag

2010-02-24 Thread Frank Wesemann
Hi, I am just getting my feet wet with the queryParser in contrib/queryparser. This new API is really a huge improvement. I am using it to convert Solr-Style input into a custom xml-based format we use to query third party search engines. I encountered the following: The MatchAllDocsQueryNode r

Re: MatchAllDocsQueryNode toString() creates invalid XML-Tag

2010-02-24 Thread Frank Wesemann
Michael McCandless schrieb: This sounds like a bug -- can you open an issue? Thanks! Created: (LUCENE-2284) and added a Patch -- mit freundlichem Gruß, Frank Wesemann Fotofinder GmbH USt-IdNr. DE812854514 Software EntwicklungWeb: http://www.fotofinder.com/ Potsdamer Str. 96

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

2010-02-22 Thread Frank Wesemann (JIRA)
Issue Type: Bug Components: contrib/* Affects Versions: 3.0 Environment: all Reporter: Frank Wesemann Priority: Critical on adding a List of children to a QueryNodeImplemention a ConcurrentModificationException is thrown. This is due to the fact that

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

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

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

2010-02-24 Thread Frank Wesemann (JIRA)
Components: contrib/* Environment: all Reporter: Frank Wesemann MatchAllDocsQueryNode.toString() returns "", which is inavlid XML should read ". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to t

[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