You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jan Høydahl (JIRA)" <ji...@apache.org> on 2013/02/25 16:42:13 UTC

[jira] [Updated] (SOLR-4457) Queries ending in question mark interpreted as wildcard

     [ https://issues.apache.org/jira/browse/SOLR-4457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Høydahl updated SOLR-4457:
------------------------------

    Attachment: SOLR-4457.patch

First quick patch subclassing edismax, which can be used as a plugin for existing versions. Will proceed with proper code as an option inside edismax itself.
                
> Queries ending in question mark interpreted as wildcard
> -------------------------------------------------------
>
>                 Key: SOLR-4457
>                 URL: https://issues.apache.org/jira/browse/SOLR-4457
>             Project: Solr
>          Issue Type: Improvement
>          Components: query parsers
>            Reporter: Jan Høydahl
>         Attachments: SOLR-4457.patch
>
>
> For many search applications, queries ending in a question mark such as {{foo bar?}} would *not* mean a search for a four-letter word starting with {{bar}}. Neither will it mean a literal search for a question mark.
> The query parsers should have an option to discard trailing question mark before passing to analysis.

--
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