You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Vladimir Kornev (JIRA)" <ji...@apache.org> on 2011/05/18 14:11:47 UTC

[jira] [Created] (LUCENE-3115) Escaping stars and question marks do not work.

Escaping stars and question marks do not work.
----------------------------------------------

                 Key: LUCENE-3115
                 URL: https://issues.apache.org/jira/browse/LUCENE-3115
             Project: Lucene - Java
          Issue Type: Bug
          Components: core/index
    Affects Versions: 3.1
            Reporter: Vladimir Kornev


The string "I have search by st*rs" is indexed. Search by query "*\**" doesn't return matching result. This query returns all not empty values.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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


[jira] [Updated] (LUCENE-3115) Escaping stars and question marks do not work.

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

Vladimir Kornev updated LUCENE-3115:
------------------------------------

    Description: The string "I have search by st*rs" is indexed. Search by query {code}index.query(key, "*\**");{code} doesn't return matching result. This query returns all not empty values.  (was: The string "I have search by st*rs" is indexed. Search by query {code}index.query("*\**");{code} doesn't return matching result. This query returns all not empty values.)

> Escaping stars and question marks do not work.
> ----------------------------------------------
>
>                 Key: LUCENE-3115
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3115
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: core/index
>    Affects Versions: 3.1
>            Reporter: Vladimir Kornev
>
> The string "I have search by st*rs" is indexed. Search by query {code}index.query(key, "*\**");{code} doesn't return matching result. This query returns all not empty values.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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


[jira] [Updated] (LUCENE-3115) Escaping stars and question marks do not work.

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

Vladimir Kornev updated LUCENE-3115:
------------------------------------

    Description: The string "I have search by st*rs" is indexed. Search by query "\\*\\\\*\\*" doesn't return matching result. This query returns all not empty values.  (was: The string "I have search by st*rs" is indexed. Search by query "\*\\*\*" doesn't return matching result. This query returns all not empty values.)

> Escaping stars and question marks do not work.
> ----------------------------------------------
>
>                 Key: LUCENE-3115
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3115
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: core/index
>    Affects Versions: 3.1
>            Reporter: Vladimir Kornev
>
> The string "I have search by st*rs" is indexed. Search by query "\\*\\\\*\\*" doesn't return matching result. This query returns all not empty values.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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


[jira] [Updated] (LUCENE-3115) Escaping stars and question marks do not work.

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

Vladimir Kornev updated LUCENE-3115:
------------------------------------

    Description: The string "I have search by st*rs" is indexed. Search by query {code}index.query("*\**");{code} doesn't return matching result. This query returns all not empty values.  (was: The string "I have search by st*rs" is indexed. Search by query "\*\\\ \*\*" doesn't return matching result. This query returns all not empty values.)

> Escaping stars and question marks do not work.
> ----------------------------------------------
>
>                 Key: LUCENE-3115
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3115
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: core/index
>    Affects Versions: 3.1
>            Reporter: Vladimir Kornev
>
> The string "I have search by st*rs" is indexed. Search by query {code}index.query("*\**");{code} doesn't return matching result. This query returns all not empty values.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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


[jira] [Updated] (LUCENE-3115) Escaping stars and question marks do not work.

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

Vladimir Kornev updated LUCENE-3115:
------------------------------------

    Description: The string "I have search by st*rs" is indexed. Search by query "\*\\*\*" doesn't return matching result. This query returns all not empty values.  (was: The string "I have search by st*rs" is indexed. Search by query "\\*\\\\*\\*" doesn't return matching result. This query returns all not empty values.)

> Escaping stars and question marks do not work.
> ----------------------------------------------
>
>                 Key: LUCENE-3115
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3115
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: core/index
>    Affects Versions: 3.1
>            Reporter: Vladimir Kornev
>
> The string "I have search by st*rs" is indexed. Search by query "\*\\*\*" doesn't return matching result. This query returns all not empty values.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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


[jira] [Updated] (LUCENE-3115) Escaping stars and question marks do not work.

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

Vladimir Kornev updated LUCENE-3115:
------------------------------------

    Description: The string "I have search by st*rs" is indexed. Search by query "\*\\ \*\*" doesn't return matching result. This query returns all not empty values.  (was: The string "I have search by st*rs" is indexed. Search by query "\*&#92\*\*" doesn't return matching result. This query returns all not empty values.)

> Escaping stars and question marks do not work.
> ----------------------------------------------
>
>                 Key: LUCENE-3115
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3115
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: core/index
>    Affects Versions: 3.1
>            Reporter: Vladimir Kornev
>
> The string "I have search by st*rs" is indexed. Search by query "\*\\ \*\*" doesn't return matching result. This query returns all not empty values.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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


[jira] [Updated] (LUCENE-3115) Escaping stars and question marks do not work.

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

Vladimir Kornev updated LUCENE-3115:
------------------------------------

    Description: The string "I have search by st*rs" is indexed. Search by query "\*\\*\*" doesn't return matching result. This query returns all not empty values.  (was: The string "I have search by st*rs" is indexed. Search by query "*\**" doesn't return matching result. This query returns all not empty values.)

> Escaping stars and question marks do not work.
> ----------------------------------------------
>
>                 Key: LUCENE-3115
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3115
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: core/index
>    Affects Versions: 3.1
>            Reporter: Vladimir Kornev
>
> The string "I have search by st*rs" is indexed. Search by query "\*\\*\*" doesn't return matching result. This query returns all not empty values.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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


[jira] [Updated] (LUCENE-3115) Escaping stars and question marks do not work.

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

Vladimir Kornev updated LUCENE-3115:
------------------------------------

    Description: The string "I have search by st*rs" is indexed. Search by query "\*\\\ \*\*" doesn't return matching result. This query returns all not empty values.  (was: The string "I have search by st*rs" is indexed. Search by query "\*\\ \*\*" doesn't return matching result. This query returns all not empty values.)

> Escaping stars and question marks do not work.
> ----------------------------------------------
>
>                 Key: LUCENE-3115
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3115
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: core/index
>    Affects Versions: 3.1
>            Reporter: Vladimir Kornev
>
> The string "I have search by st*rs" is indexed. Search by query "\*\\\ \*\*" doesn't return matching result. This query returns all not empty values.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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


[jira] [Updated] (LUCENE-3115) Escaping stars and question marks do not work.

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

Vladimir Kornev updated LUCENE-3115:
------------------------------------

    Affects Version/s:     (was: 3.1)
                       3.0

> Escaping stars and question marks do not work.
> ----------------------------------------------
>
>                 Key: LUCENE-3115
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3115
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: core/index
>    Affects Versions: 3.0
>            Reporter: Vladimir Kornev
>
> The string "I have search by st*rs" is indexed. Search by query {code}index.query(key, "*\**");{code} doesn't return matching result. This query returns all not empty values.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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


[jira] [Resolved] (LUCENE-3115) Escaping stars and question marks do not work.

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

Steven Rowe resolved LUCENE-3115.
---------------------------------

    Resolution: Invalid

Hi Vladimir,

I'm resolving this issue as Invalid.  When you have a problem with Lucene, please post to the Lucene Java User mailing list first - see [http://lucene.apache.org/java/docs/mailinglists.html].

Also, the next time you use JIRA, please make use of the "Preview" button below the text entry box, rather than re-editing lots of times.  Every time you submit an edit, a message is sent to the Lucene/Solr developer mailing list.  I have 11 different versions of your issue description clogging up my mailbox...

Steve

> Escaping stars and question marks do not work.
> ----------------------------------------------
>
>                 Key: LUCENE-3115
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3115
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: core/index
>    Affects Versions: 3.0
>            Reporter: Vladimir Kornev
>
> The string "I have search by st*rs" is indexed. Search by query {code}index.query(key, "*\**");{code} doesn't return matching result. This query returns all not empty values.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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


[jira] [Commented] (LUCENE-3115) Escaping stars and question marks do not work.

Posted by "Erick Erickson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-3115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035334#comment-13035334 ] 

Erick Erickson commented on LUCENE-3115:
----------------------------------------

Please raise this on the user's list first. Offhand I suspect Lucene is working as expected, but you haven't provided nearly enough information to decide whether this is a bug or not. A self-contained junit test would be ideal here.

> Escaping stars and question marks do not work.
> ----------------------------------------------
>
>                 Key: LUCENE-3115
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3115
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: core/index
>    Affects Versions: 3.1
>            Reporter: Vladimir Kornev
>
> The string "I have search by st*rs" is indexed. Search by query "\*\\\ \*\*" doesn't return matching result. This query returns all not empty values.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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


[jira] [Updated] (LUCENE-3115) Escaping stars and question marks do not work.

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

Vladimir Kornev updated LUCENE-3115:
------------------------------------

    Description: The string "I have search by st*rs" is indexed. Search by query "\*&#92\*\*" doesn't return matching result. This query returns all not empty values.  (was: The string "I have search by st*rs" is indexed. Search by query "\*\\\*\*" doesn't return matching result. This query returns all not empty values.)

> Escaping stars and question marks do not work.
> ----------------------------------------------
>
>                 Key: LUCENE-3115
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3115
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: core/index
>    Affects Versions: 3.1
>            Reporter: Vladimir Kornev
>
> The string "I have search by st*rs" is indexed. Search by query "\*&#92\*\*" doesn't return matching result. This query returns all not empty values.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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


[jira] [Updated] (LUCENE-3115) Escaping stars and question marks do not work.

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

Vladimir Kornev updated LUCENE-3115:
------------------------------------

    Description: The string "I have search by st*rs" is indexed. Search by query "\*\\\*\*" doesn't return matching result. This query returns all not empty values.  (was: The string "I have search by st*rs" is indexed. Search by query "\*\\*\*" doesn't return matching result. This query returns all not empty values.)

> Escaping stars and question marks do not work.
> ----------------------------------------------
>
>                 Key: LUCENE-3115
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3115
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: core/index
>    Affects Versions: 3.1
>            Reporter: Vladimir Kornev
>
> The string "I have search by st*rs" is indexed. Search by query "\*\\\*\*" doesn't return matching result. This query returns all not empty values.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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