I am using Solr 1.3.
I have an index with a field called "name". It is of type "text"
(unmodified, stock text field from solr).

My query
field:foo-bar
is parsed as a phrase query
field:"foo bar"

I was rather expecting it to be parsed as
field:(foo bar)
or
field:foo field:bar

Is there an expectation mismatch? Can I make it work as I expect it to?

Cheers
Avlesh

Reply via email to