You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alexandre Rafalovitch (JIRA)" <ji...@apache.org> on 2016/10/21 10:54:58 UTC

[jira] [Closed] (SOLR-490) dismax should autoescape + and - followed by whitespace (maybe?)

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

Alexandre Rafalovitch closed SOLR-490.
--------------------------------------
    Resolution: Workaround

A new issue can be opened against the latest implementation of a relevant query parser, if any of this is still relevant.

> dismax should autoescape + and - followed by whitespace (maybe?)
> ----------------------------------------------------------------
>
>                 Key: SOLR-490
>                 URL: https://issues.apache.org/jira/browse/SOLR-490
>             Project: Solr
>          Issue Type: Improvement
>          Components: query parsers
>    Affects Versions: 1.1.0, 1.2, 1.3
>            Reporter: Hoss Man
>
> As discussed in this thread...
> Date: Tue, 26 Feb 2008 04:13:54 -0500
> From: Kevin Xiao
> To: solr-user
> Subject: solr to handle special charater
> ...the docs for dismax said that + or - followed by *nonwhitespace* characters had special meaning ... for some reason i thought the dismaxhandler had code that would look for things like "xyz - abc" and autoescape it to "xyz \- abc" (after calling partialEscape) so that the +/- would only be special if the were treu prefix operators.
> apparently this never actually existed.
> we should figure out if that's how it *should* work, and if so implement it.
> this would also be a good time to make the autoescaping behavior of dismax more configurable, or at least more overridable by subclasses (it's currently handled by a static method call)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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