You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Isaac Hebsh (JIRA)" <ji...@apache.org> on 2013/05/17 07:39:15 UTC

[jira] [Created] (SOLR-4834) Surround QParser should enable query text analysis

Isaac Hebsh created SOLR-4834:
---------------------------------

             Summary: Surround QParser should enable query text analysis
                 Key: SOLR-4834
                 URL: https://issues.apache.org/jira/browse/SOLR-4834
             Project: Solr
          Issue Type: Improvement
          Components: query parsers
    Affects Versions: 4.3
            Reporter: Isaac Hebsh
             Fix For: 5.0, 4.4


When using surround query parser, the query terms are not being analyzed. The basic example is lower case, of course. This is probably an intended behaviour, not a bug.

I suggest one more query parameter, which determines whether to do analysis or not. something like this:
{code}
_query_:"{!surround df=myfield analyze=true}SpinPoint 7n GB18030"
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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