Or simply enclosed the full term in quotes:
q=path:"my path"
Which is more properly encoded as:
q=path:%22my+path%22
-- Jack Krupansky
-Original Message-
From: Erick Erickson
Sent: Tuesday, September 23, 2014 11:02 PM
To: solr-user@lucene.apache.org
Subject: Re: query
You should be able to escape it with a backslash, as
search\ with\ spaces
Best,
Erick
On Tue, Sep 23, 2014 at 3:18 PM, Samuel Smith wrote:
> Should I be able to search a text field in my index for any value that
> contains white space?
>
> The value in my “path” field contains an untokenized st