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

2010-02-25 Thread Robert Muir (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir resolved LUCENE-2284.
-

Resolution: Fixed

Committed revision 916543.

Thanks Frank!

 MatchAllDocsQueryNode toString() creates invalid XML-Tag
 

 Key: LUCENE-2284
 URL: https://issues.apache.org/jira/browse/LUCENE-2284
 Project: Lucene - Java
  Issue Type: Bug
  Components: contrib/*
 Environment: all
Reporter: Frank Wesemann
Assignee: Robert Muir
 Fix For: 3.1

 Attachments: LUCENE-2284.patch


 MatchAllDocsQueryNode.toString() returns matchAllDocs field='*' term='*', 
 which is inavlid XML should read matchAllDocs field='*' term='*' /.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org



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 returns in its toString-Method
matchAllDocs field='*' term='*'.
Is this by purpose? Is it meant to be closed elsewhere?
If not, I'll happily open a JIRA-Issue and provide a patch for it.

Thanks

frank



-
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org



Re: MatchAllDocsQueryNode toString() creates invalid XML-Tag

2010-02-24 Thread Michael McCandless
This sounds like a bug -- can you open an issue?  Thanks!

Mike

On Wed, Feb 24, 2010 at 10:04 AM, Frank Wesemann
f.wesem...@fotofinder.net wrote:
 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 returns in its toString-Method
 matchAllDocs field='*' term='*'.
 Is this by purpose? Is it meant to be closed elsewhere?
 If not, I'll happily open a JIRA-Issue and provide a patch for it.

 Thanks

 frank



 -
 To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: java-dev-h...@lucene.apache.org



-
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org



[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
  Components: contrib/*
 Environment: all
Reporter: Frank Wesemann


MatchAllDocsQueryNode.toString() returns matchAllDocs field='*' term='*', 
which is inavlid XML should read matchAllDocs field='*' term='*' /.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org



[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.

 MatchAllDocsQueryNode toString() creates invalid XML-Tag
 

 Key: LUCENE-2284
 URL: https://issues.apache.org/jira/browse/LUCENE-2284
 Project: Lucene - Java
  Issue Type: Bug
  Components: contrib/*
 Environment: all
Reporter: Frank Wesemann
 Attachments: LUCENE-2284.patch


 MatchAllDocsQueryNode.toString() returns matchAllDocs field='*' term='*', 
 which is inavlid XML should read matchAllDocs field='*' term='*' /.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org



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   Tel: +49 30 25 79 28 90
10785 BerlinFax: +49 30 25 79 28 999

Sitz: Berlin
Amtsgericht Berlin Charlottenburg (HRB 73099)
Geschäftsführer: Ali Paczensky




-
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org



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

2010-02-24 Thread Robert Muir (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir reassigned LUCENE-2284:
---

Assignee: Robert Muir

 MatchAllDocsQueryNode toString() creates invalid XML-Tag
 

 Key: LUCENE-2284
 URL: https://issues.apache.org/jira/browse/LUCENE-2284
 Project: Lucene - Java
  Issue Type: Bug
  Components: contrib/*
 Environment: all
Reporter: Frank Wesemann
Assignee: Robert Muir
 Attachments: LUCENE-2284.patch


 MatchAllDocsQueryNode.toString() returns matchAllDocs field='*' term='*', 
 which is inavlid XML should read matchAllDocs field='*' term='*' /.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org



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

2010-02-24 Thread Robert Muir (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir updated LUCENE-2284:


Fix Version/s: 3.1

 MatchAllDocsQueryNode toString() creates invalid XML-Tag
 

 Key: LUCENE-2284
 URL: https://issues.apache.org/jira/browse/LUCENE-2284
 Project: Lucene - Java
  Issue Type: Bug
  Components: contrib/*
 Environment: all
Reporter: Frank Wesemann
Assignee: Robert Muir
 Fix For: 3.1

 Attachments: LUCENE-2284.patch


 MatchAllDocsQueryNode.toString() returns matchAllDocs field='*' term='*', 
 which is inavlid XML should read matchAllDocs field='*' term='*' /.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org



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

2010-02-24 Thread Robert Muir (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837909#action_12837909
 ] 

Robert Muir commented on LUCENE-2284:
-

looks like it would be good to fix, as all the other querynodes return valid 
xml. 

will commit in a day or 2 if no one objects.

Thanks for reporting this Frank

 MatchAllDocsQueryNode toString() creates invalid XML-Tag
 

 Key: LUCENE-2284
 URL: https://issues.apache.org/jira/browse/LUCENE-2284
 Project: Lucene - Java
  Issue Type: Bug
  Components: contrib/*
 Environment: all
Reporter: Frank Wesemann
Assignee: Robert Muir
 Fix For: 3.1

 Attachments: LUCENE-2284.patch


 MatchAllDocsQueryNode.toString() returns matchAllDocs field='*' term='*', 
 which is inavlid XML should read matchAllDocs field='*' term='*' /.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org