You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Doug Daniels (JIRA)" <ji...@apache.org> on 2007/11/27 21:13:43 UTC

[jira] Created: (SOLR-422) one double quote or two double quotes only break search

one double quote or two double quotes only break search
-------------------------------------------------------

                 Key: SOLR-422
                 URL: https://issues.apache.org/jira/browse/SOLR-422
             Project: Solr
          Issue Type: Bug
          Components: search
            Reporter: Doug Daniels
            Priority: Minor


Using Dismax, searching for either one double quote character:

  q="

or two double quote characters with no text between them:

  q=""

throws an exception.  Not sure whether this is also the case for other request handlers.

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


[jira] Updated: (SOLR-422) one double quote or two double quotes only break search

Posted by "Trey Grainger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trey Grainger updated SOLR-422:
-------------------------------

    Comment: was deleted

(was: This issue is in the same ballpark as SOLR-874.  Both concern bad parsing of fringe cases by the DisMax handler.)

> one double quote or two double quotes only break search
> -------------------------------------------------------
>
>                 Key: SOLR-422
>                 URL: https://issues.apache.org/jira/browse/SOLR-422
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>            Reporter: Doug Daniels
>            Priority: Minor
>
> Using Dismax, searching for either one double quote character:
>   q="
> or two double quote characters with no text between them:
>   q=""
> throws an exception.  Not sure whether this is also the case for other request handlers.

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


[jira] Updated: (SOLR-422) one double quote or two double quotes only break search

Posted by "Trey Grainger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trey Grainger updated SOLR-422:
-------------------------------

    Comment: was deleted

(was: These issues both concern reworking of the Dismax parser to handle fringe cases and should be dealt with together.)

> one double quote or two double quotes only break search
> -------------------------------------------------------
>
>                 Key: SOLR-422
>                 URL: https://issues.apache.org/jira/browse/SOLR-422
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>            Reporter: Doug Daniels
>            Priority: Minor
>
> Using Dismax, searching for either one double quote character:
>   q="
> or two double quote characters with no text between them:
>   q=""
> throws an exception.  Not sure whether this is also the case for other request handlers.

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


[jira] Issue Comment Edited: (SOLR-422) one double quote or two double quotes only break search

Posted by "Trey Grainger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745245#action_12745245 ] 

Trey Grainger edited comment on SOLR-422 at 8/19/09 5:03 PM:
-------------------------------------------------------------

This issue is in the same ballpark as SOLR-874.  Both concern bad parsing of fringe cases by the DisMax handler.

      was (Author: tgrainger):
    This issue is in the same ballpark as SOLR-878.  Both concern bad parsing of fringe cases by the DisMax handler.
  
> one double quote or two double quotes only break search
> -------------------------------------------------------
>
>                 Key: SOLR-422
>                 URL: https://issues.apache.org/jira/browse/SOLR-422
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>            Reporter: Doug Daniels
>            Priority: Minor
>
> Using Dismax, searching for either one double quote character:
>   q="
> or two double quote characters with no text between them:
>   q=""
> throws an exception.  Not sure whether this is also the case for other request handlers.

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