: Subject: Whitespace in query : : Hi all, : : I'm trying to filter by a 'document name' which has spaces in it. : (E.g. "docname:Struts 1" )
1) if you want to make a string with field with a space in it, that typically means using quotes -- either to query a literaly string field exactly or to use a phrase query... docname:"Struts 1" 2) your error message has nothing to do with having whitespace in your query... : [08 Sep 2009 17:01:36] DEBUG httpclient.wire.header - << "HTTP/1.1 505 HTTP Version Not Supported[\r][\n]" 505 is usually thrown by HTTP daemons that don't understand HTTP/1.1, but from what i can tell Coyote should support 1.1, so i'm not sure why you owuld be getting this error ... do *any* requests work for you? did you try executing a search from the browser? have you considered using SolrJ? -Hoss