FW: base64 support & containers

2006-07-24 Thread Ben Incani
f.setBoost(boost); return f; } /** * Convert an external value (from XML update command or from query string) * into the internal format. * @see #toExternal */ public byte[] toInternalBinary(String val) { return new Base64().de

[jira] Commented: (SOLR-839) XML Query Parser support

2009-05-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705431#action_12705431 ] Yonik Seeley commented on SOLR-839: --- It's a shame that the String needs to be r

[jira] Updated: (SOLR-443) POST queries don't declare its charset

2008-06-18 Thread Lars Kotthoff (JIRA)
rset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons library. Since a query is > encoded in UTF-8, the http headers should also specify content type charset. > On Tomcat, this causes problems when the query string conta

[jira] Commented: (SOLR-443) POST queries don't declare its charset

2008-06-19 Thread Yonik Seeley (JIRA)
h, solr-443.patch, > solr-443.patch, SolrDispatchFilter.patch > > > When sending a query via POST, the content-type is not set. The content > charset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons libra

[jira] Created: (SOLR-443) POST queries don't declare its charset

2007-12-21 Thread Andrew Schurman (JIRA)
n the commons library. Since a query is encoded in UTF-8, the http headers should also specify content type charset. On Tomcat, this causes problems when the query string contains non-ascii characters (characters with accents and such) as it tries to parse the POST body in its default ISO-9886-1.

[jira] Commented: (SOLR-443) POST queries don't declare its charset

2007-12-21 Thread Yonik Seeley (JIRA)
patch > > > When sending a query via POST, the content-type is not set. The content > charset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons library. Since a query is > encoded in UTF-8, the http headers shoul

[jira] Updated: (SOLR-443) POST queries don't declare its charset

2008-03-12 Thread Hiroaki Kawai (JIRA)
ng a query via POST, the content-type is not set. The content > charset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons library. Since a query is > encoded in UTF-8, the http headers should also specify content

[jira] Updated: (SOLR-443) POST queries don't declare its charset

2008-07-02 Thread Lars Kotthoff (JIRA)
ent > charset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons library. Since a query is > encoded in UTF-8, the http headers should also specify content type charset. > On Tomcat, this causes problems when the qu

[jira] Updated: (SOLR-443) POST queries don't declare its charset

2007-12-21 Thread Andrew Schurman (JIRA)
he content-type is not set. The content > charset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons library. Since a query is > encoded in UTF-8, the http headers should also specify content type charset. > On

[jira] Commented: (SOLR-443) POST queries don't declare its charset

2007-12-21 Thread Andrew Schurman (JIRA)
a query via POST, the content-type is not set. The content > charset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons library. Since a query is > encoded in UTF-8, the http headers should also specify content ty

[jira] Resolved: (SOLR-443) POST queries don't declare its charset

2008-07-02 Thread Yonik Seeley (JIRA)
ing a query via POST, the content-type is not set. The content > charset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons library. Since a query is > encoded in UTF-8, the http headers should also specify conten

[jira] Updated: (SOLR-443) POST queries don't declare its charset

2007-12-21 Thread Ryan McKinley (JIRA)
43.patch > > > When sending a query via POST, the content-type is not set. The content > charset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons library. Since a query is > encoded in UTF-8, the http

[jira] Commented: (SOLR-443) POST queries don't declare its charset

2007-12-21 Thread Andrew Schurman (JIRA)
or > Attachments: solr-443.patch, solr-443.patch > > > When sending a query via POST, the content-type is not set. The content > charset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons library. Si

[jira] Commented: (SOLR-443) POST queries don't declare its charset

2008-06-19 Thread Lars Kotthoff (JIRA)
Priority: Minor > Attachments: SOLR-443-multipart.patch, solr-443.patch, > solr-443.patch, SolrDispatchFilter.patch > > > When sending a query via POST, the content-type is not set. The content > charset for the POST parameters are set, but this only appears to be

[jira] Commented: (SOLR-443) POST queries don't declare its charset

2008-06-22 Thread Gunnar Wagenknecht (JIRA)
ltipart.patch, solr-443.patch, > solr-443.patch, SolrDispatchFilter.patch > > > When sending a query via POST, the content-type is not set. The content > charset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons libr

[jira] Commented: (SOLR-443) POST queries don't declare its charset

2008-06-19 Thread Yonik Seeley (JIRA)
query via POST, the content-type is not set. The content > charset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons library. Since a query is > encoded in UTF-8, the http headers should also specify content

[jira] Commented: (SOLR-216) Improvements to solr.py

2007-09-13 Thread Ian Holsman (JIRA)
7;fix' for this was to encode the query string ala params['q'] = q.encode('utf-8') in the 2-3 places, and it fixed it. I'm no python expert, so I'm not sure if this is right the thing to do or not. > Improvements to solr.py > ---

[jira] Commented: (SOLR-443) POST queries don't declare its charset

2007-12-23 Thread Andrew Schurman (JIRA)
harset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons library. Since a query is > encoded in UTF-8, the http headers should also specify content type charset. > On Tomcat, this causes problems when the query stri

[jira] Commented: (SOLR-443) POST queries don't declare its charset

2008-06-20 Thread Yonik Seeley (JIRA)
ng a query via POST, the content-type is not set. The content > charset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons library. Since a query is > encoded in UTF-8, the http headers should also specify content type cha

[jira] Commented: (SOLR-443) POST queries don't declare its charset

2008-06-21 Thread Lars Kotthoff (JIRA)
ispatchFilter.patch > > > When sending a query via POST, the content-type is not set. The content > charset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons library. Since a query is > encoded in UTF-8, the

[jira] Updated: (SOLR-443) POST queries don't declare its charset

2008-07-02 Thread Lars Kotthoff (JIRA)
> solr-443.patch, SolrDispatchFilter.patch > > > When sending a query via POST, the content-type is not set. The content > charset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons library. Since a query is >

[jira] Commented: (SOLR-443) POST queries don't declare its charset

2008-06-19 Thread Lars Kotthoff (JIRA)
ch, SolrDispatchFilter.patch > > > When sending a query via POST, the content-type is not set. The content > charset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons library. Since a query is > encoded in UTF-8, the

[jira] Commented: (SOLR-443) POST queries don't declare its charset

2008-06-21 Thread Yonik Seeley (JIRA)
OST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons library. Since a query is > encoded in UTF-8, the http headers should also specify content type charset. > On Tomcat, this causes problems when the query string contains non-asc

[jira] Commented: (SOLR-443) POST queries don't declare its charset

2008-06-22 Thread Lars Kotthoff (JIRA)
OLR-443-multipart.patch, solr-443.patch, > solr-443.patch, SolrDispatchFilter.patch > > > When sending a query via POST, the content-type is not set. The content > charset for the POST parameters are set, but this only appears to be used for > creating the Content-Length header in the commons library

[jira] Commented: (SOLR-443) POST queries don't declare its charset

2008-06-22 Thread Lars Kotthoff (JIRA)
or > Attachments: SOLR-443-multipart.patch, solr-443.patch, > solr-443.patch, SolrDispatchFilter.patch > > > When sending a query via POST, the content-type is not set. The content > charset for the POST parameters are set, but this only appears to be used for > creatin

Re: svn commit: r412029 - in /incubator/solr/trunk: build.xml src/java/org/apache/solr/schema/FieldType.java src/java/org/apache/solr/schema/IndexSchema.java src/java/org/apache/solr/schema/SchemaFiel

2006-06-06 Thread Chris Hostetter
Val, float boost) { : String val; : try { : @@ -162,31 +180,40 @@ :} : : : - // Convert an external value (from XML update command or from query string) : - // into the internal format. : - // - used in delete when a Term needs to be created. : - // - used by the default getTokenizer() and createField() :

[jira] Commented: (SOLR-104) Update Plugins

2007-01-26 Thread Ryan McKinley (JIRA)
RequestParser ... if the >content type is "application/x-www-form-urlencoded" then >SimpleRequestParser should be used (so all params from query string >and body are included) As written, the StandardRequestParser: 1) checks if multipart 2) checks if it has pa