[jira] [Updated] (SOLR-3467) ExtendedDismax escaping is missing several reserved characters

2012-07-11 Thread Hoss Man (JIRA)

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

Hoss Man updated SOLR-3467:
---

Fix Version/s: (was: 4.0-ALPHA)
   4.0

hoss20120711-manual-post-40alpha-change

> ExtendedDismax escaping is missing several reserved characters
> --
>
> Key: SOLR-3467
> URL: https://issues.apache.org/jira/browse/SOLR-3467
> Project: Solr
>  Issue Type: Bug
>  Components: query parsers
>Affects Versions: 3.6
>Reporter: Michael Dodsworth
>Assignee: Jan Høydahl
>Priority: Minor
> Fix For: 4.0, 5.0
>
> Attachments: SOLR-3467-lucene_solr_3_6.patch, SOLR-3467.patch, 
> SOLR-3467.patch, SOLR-3467.patch, SOLR-3467.patch
>
>
> When edismax is unable to parse the original user query, it retries using an 
> escaped version of that query (where all reserved chars have been escaped).
> Currently, the escaping done in {{splitIntoClauses}} appears to be missing 
> several chars from {{QueryParserBase#escape(String)}}, namely {{'\\', '|', 
> '&', '/'}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] [Updated] (SOLR-3467) ExtendedDismax escaping is missing several reserved characters

2012-06-28 Thread JIRA

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

Jan Høydahl updated SOLR-3467:
--

Fix Version/s: (was: 3.6.1)

> ExtendedDismax escaping is missing several reserved characters
> --
>
> Key: SOLR-3467
> URL: https://issues.apache.org/jira/browse/SOLR-3467
> Project: Solr
>  Issue Type: Bug
>  Components: query parsers
>Affects Versions: 3.6
>Reporter: Michael Dodsworth
>Assignee: Jan Høydahl
>Priority: Minor
> Fix For: 4.0, 5.0
>
> Attachments: SOLR-3467-lucene_solr_3_6.patch, SOLR-3467.patch, 
> SOLR-3467.patch, SOLR-3467.patch, SOLR-3467.patch
>
>
> When edismax is unable to parse the original user query, it retries using an 
> escaped version of that query (where all reserved chars have been escaped).
> Currently, the escaping done in {{splitIntoClauses}} appears to be missing 
> several chars from {{QueryParserBase#escape(String)}}, namely {{'\\', '|', 
> '&', '/'}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] [Updated] (SOLR-3467) ExtendedDismax escaping is missing several reserved characters

2012-06-28 Thread JIRA

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

Jan Høydahl updated SOLR-3467:
--

Attachment: SOLR-3467.patch

New patch which also uncomments partialEscape() which is dead code

> ExtendedDismax escaping is missing several reserved characters
> --
>
> Key: SOLR-3467
> URL: https://issues.apache.org/jira/browse/SOLR-3467
> Project: Solr
>  Issue Type: Bug
>  Components: query parsers
>Affects Versions: 3.6
>Reporter: Michael Dodsworth
>Assignee: Jan Høydahl
>Priority: Minor
> Fix For: 4.0, 3.6.1, 5.0
>
> Attachments: SOLR-3467-lucene_solr_3_6.patch, SOLR-3467.patch, 
> SOLR-3467.patch, SOLR-3467.patch, SOLR-3467.patch
>
>
> When edismax is unable to parse the original user query, it retries using an 
> escaped version of that query (where all reserved chars have been escaped).
> Currently, the escaping done in {{splitIntoClauses}} appears to be missing 
> several chars from {{QueryParserBase#escape(String)}}, namely {{'\\', '|', 
> '&', '/'}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] [Updated] (SOLR-3467) ExtendedDismax escaping is missing several reserved characters

2012-06-27 Thread JIRA

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

Jan Høydahl updated SOLR-3467:
--

Attachment: SOLR-3467-lucene_solr_3_6.patch

This was an easy backport for 3.6.1

> ExtendedDismax escaping is missing several reserved characters
> --
>
> Key: SOLR-3467
> URL: https://issues.apache.org/jira/browse/SOLR-3467
> Project: Solr
>  Issue Type: Bug
>  Components: query parsers
>Affects Versions: 3.6
>Reporter: Michael Dodsworth
>Assignee: Jan Høydahl
>Priority: Minor
> Fix For: 4.0, 3.6.1, 5.0
>
> Attachments: SOLR-3467-lucene_solr_3_6.patch, SOLR-3467.patch, 
> SOLR-3467.patch, SOLR-3467.patch
>
>
> When edismax is unable to parse the original user query, it retries using an 
> escaped version of that query (where all reserved chars have been escaped).
> Currently, the escaping done in {{splitIntoClauses}} appears to be missing 
> several chars from {{QueryParserBase#escape(String)}}, namely {{'\\', '|', 
> '&', '/'}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] [Updated] (SOLR-3467) ExtendedDismax escaping is missing several reserved characters

2012-06-27 Thread JIRA

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

Jan Høydahl updated SOLR-3467:
--

Fix Version/s: 3.6.1

> ExtendedDismax escaping is missing several reserved characters
> --
>
> Key: SOLR-3467
> URL: https://issues.apache.org/jira/browse/SOLR-3467
> Project: Solr
>  Issue Type: Bug
>  Components: query parsers
>Affects Versions: 3.6
>Reporter: Michael Dodsworth
>Assignee: Jan Høydahl
>Priority: Minor
> Fix For: 4.0, 3.6.1, 5.0
>
> Attachments: SOLR-3467-lucene_solr_3_6.patch, SOLR-3467.patch, 
> SOLR-3467.patch, SOLR-3467.patch
>
>
> When edismax is unable to parse the original user query, it retries using an 
> escaped version of that query (where all reserved chars have been escaped).
> Currently, the escaping done in {{splitIntoClauses}} appears to be missing 
> several chars from {{QueryParserBase#escape(String)}}, namely {{'\\', '|', 
> '&', '/'}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] [Updated] (SOLR-3467) ExtendedDismax escaping is missing several reserved characters

2012-06-27 Thread JIRA

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

Jan Høydahl updated SOLR-3467:
--

Attachment: SOLR-3467.patch

Updated trunk patch with extended test and CHANGES entry. Looks good to me. Any 
other comments before commit?

> ExtendedDismax escaping is missing several reserved characters
> --
>
> Key: SOLR-3467
> URL: https://issues.apache.org/jira/browse/SOLR-3467
> Project: Solr
>  Issue Type: Bug
>  Components: query parsers
>Affects Versions: 3.6
>Reporter: Michael Dodsworth
>Assignee: Jan Høydahl
>Priority: Minor
> Fix For: 4.0, 5.0
>
> Attachments: SOLR-3467.patch, SOLR-3467.patch, SOLR-3467.patch
>
>
> When edismax is unable to parse the original user query, it retries using an 
> escaped version of that query (where all reserved chars have been escaped).
> Currently, the escaping done in {{splitIntoClauses}} appears to be missing 
> several chars from {{QueryParserBase#escape(String)}}, namely {{'\\', '|', 
> '&', '/'}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] [Updated] (SOLR-3467) ExtendedDismax escaping is missing several reserved characters

2012-06-27 Thread JIRA

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

Jan Høydahl updated SOLR-3467:
--

Affects Version/s: (was: 4.0)
   3.6
Fix Version/s: 5.0

> ExtendedDismax escaping is missing several reserved characters
> --
>
> Key: SOLR-3467
> URL: https://issues.apache.org/jira/browse/SOLR-3467
> Project: Solr
>  Issue Type: Bug
>  Components: query parsers
>Affects Versions: 3.6
>Reporter: Michael Dodsworth
>Assignee: Jan Høydahl
>Priority: Minor
> Fix For: 4.0, 5.0
>
> Attachments: SOLR-3467.patch, SOLR-3467.patch
>
>
> When edismax is unable to parse the original user query, it retries using an 
> escaped version of that query (where all reserved chars have been escaped).
> Currently, the escaping done in {{splitIntoClauses}} appears to be missing 
> several chars from {{QueryParserBase#escape(String)}}, namely {{'\\', '|', 
> '&', '/'}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] [Updated] (SOLR-3467) ExtendedDismax escaping is missing several reserved characters

2012-06-26 Thread Michael Dodsworth (JIRA)

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

Michael Dodsworth updated SOLR-3467:


Attachment: SOLR-3467.patch
SOLR-3467.patch

added test.

Thanks for looking at the patch.

> ExtendedDismax escaping is missing several reserved characters
> --
>
> Key: SOLR-3467
> URL: https://issues.apache.org/jira/browse/SOLR-3467
> Project: Solr
>  Issue Type: Bug
>  Components: query parsers
>Affects Versions: 4.0
>Reporter: Michael Dodsworth
>Priority: Minor
> Fix For: 4.0
>
> Attachments: SOLR-3467.patch, SOLR-3467.patch
>
>
> When edismax is unable to parse the original user query, it retries using an 
> escaped version of that query (where all reserved chars have been escaped).
> Currently, the escaping done in {{splitIntoClauses}} appears to be missing 
> several chars from {{QueryParserBase#escape(String)}}, namely {{'\\', '|', 
> '&', '/'}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] [Updated] (SOLR-3467) ExtendedDismax escaping is missing several reserved characters

2012-06-26 Thread Michael Dodsworth (JIRA)

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

Michael Dodsworth updated SOLR-3467:


Attachment: (was: SOLR-3467.patch)

> ExtendedDismax escaping is missing several reserved characters
> --
>
> Key: SOLR-3467
> URL: https://issues.apache.org/jira/browse/SOLR-3467
> Project: Solr
>  Issue Type: Bug
>  Components: query parsers
>Affects Versions: 4.0
>Reporter: Michael Dodsworth
>Priority: Minor
> Fix For: 4.0
>
> Attachments: SOLR-3467.patch, SOLR-3467.patch
>
>
> When edismax is unable to parse the original user query, it retries using an 
> escaped version of that query (where all reserved chars have been escaped).
> Currently, the escaping done in {{splitIntoClauses}} appears to be missing 
> several chars from {{QueryParserBase#escape(String)}}, namely {{'\\', '|', 
> '&', '/'}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] [Updated] (SOLR-3467) ExtendedDismax escaping is missing several reserved characters

2012-05-17 Thread Michael Dodsworth (JIRA)

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

Michael Dodsworth updated SOLR-3467:


Attachment: SOLR-3467.patch

> ExtendedDismax escaping is missing several reserved characters
> --
>
> Key: SOLR-3467
> URL: https://issues.apache.org/jira/browse/SOLR-3467
> Project: Solr
>  Issue Type: Bug
>  Components: query parsers
>Affects Versions: 4.0
>Reporter: Michael Dodsworth
>Priority: Minor
> Fix For: 4.0
>
> Attachments: SOLR-3467.patch
>
>
> When edismax is unable to parse the original user query, it retries using an 
> escaped version of that query (where all reserved chars have been escaped).
> Currently, the escaping done in {{splitIntoClauses}} appears to be missing 
> several chars from {{QueryParserBase#escape(String)}}, namely {{'\\', '|', 
> '&', '/'}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



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