Thanks Erick. Actually it was going in as a phrase query. I set the following
filter and things are perfect
-Original Message-
From: Erick Erickson [mailto:erickerick...@gmail.com]
Sent: Friday, July 20, 2012 5:23 PM
To: solr-user@lucene.apache.org
Subject: Re: NGram Indexing Basic
Try attaching &debugQuery=on to your query and look at the parsed
query. My first guess
is that your default operator is AND (or a.op in modern terms) and the
ngram with
"dl" in it is required.
Please paste the results here if that's not the cause.
Best
Erick
On Thu, Jul 19, 2012 at 7:29 AM, Hus