Re: query for space character in text field ...

2014-09-23 Thread Jack Krupansky
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

Re: query for space character in text field ...

2014-09-23 Thread Erick Erickson
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