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

Erick Erickson resolved SOLR-14982.
-----------------------------------
    Resolution: Fixed

Please raise questions like this on the user's list, we try to reserve JIRAs 
for known bugs/enhancements rather than usage questions. The JIRA system is not 
a support portal.

See: 
http://lucene.apache.org/solr/community.html#mailing-lists-irc there are links 
to both Lucene and Solr mailing lists there.

A _lot_ more people will see your question on that list and may be able to help 
more quickly.

If it's determined that this really is a code issue or enhancement to Lucene or 
Solr and not a configuration/usage problem, we can raise a new JIRA or reopen 
this one.



> I don't understand method toQueryString of SolrParams.
> ------------------------------------------------------
>
>                 Key: SOLR-14982
>                 URL: https://issues.apache.org/jira/browse/SOLR-14982
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>    Affects Versions: 8.6.1
>            Reporter: Warren Wen
>            Priority: Major
>
> I query string is "    test.    ".
> I except it query in solr is "    test.  "  also. But in *toQueryString(),* 
> it use   URLEncoder.encode to decode query string, It will be change "  "  to 
> "++++", and solr server throw a error to me.  Why use ++++, not "%20" to 
> replace "   "(space)? If use "%20" to replace "  ", it will be ok in solr.
> It is a bug?
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to