Or, q=name:(dark knight) .
-- Jack Krupansky
-Original Message-
From: Otis Gospodnetic
Sent: Monday, March 25, 2013 11:51 PM
To: solr-user@lucene.apache.org
Subject: Re: Shingles Filter Query time behaviour
Hi,
What does your query look like? Does it look like q=name:dark knight
Hi,
What does your query look like? Does it look like q=name:dark knight?
If so, note that only "dark" is going against the "name" field. Try
q=name:dark name:knight or q=name:"dark knight".
Otis
--
Solr & ElasticSearch Support
http://sematext.com/
On Mon, Mar 18, 2013 at 6:21 PM, Catala,