phrase query problem in both PhraseQuery and SpanQuery
------------------------------------------------------

                 Key: LUCENE-2914
                 URL: https://issues.apache.org/jira/browse/LUCENE-2914
             Project: Lucene - Java
          Issue Type: Bug
          Components: Search
    Affects Versions: 3.0.3
         Environment: windows
            Reporter: ranjit kumar


searchString = "i am using sql. server setting is easy task.";

while i am searching for phrase query "Sql Server" in above string it gives 
result which is not correct. As In the above string sql and server is seperated 
by dot(.)

using both PhraseQuery and SpanQuery gives same result.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to