[ 
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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to