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