Re: Shingles Filter Query time behaviour

2013-03-25 Thread Jack Krupansky
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

Re: Shingles Filter Query time behaviour

2013-03-25 Thread Otis Gospodnetic
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,

Shingles Filter Query time behaviour

2013-03-18 Thread Catala, Francois
Hello, I am trying to have the input "darkknight" match documents containing either "dark knight" and "darkknight". The reverse should also work ("dark knight" matching "dark knight" and "darkknight") but it doesn't. Does anyone know why? When I run the following query I get the expected respo