RE: Question on ShingleFilter

2009-10-21 Thread Steven A Rowe
Hi Bill, On 10/21/2009 at 11:05 AM, Bill Au wrote: > I am having problem with using the ShingleFIlter. My test document is > "the quick brown fox jumps over the lazy dog". My query is "my quick > brown". Since both have the term "quick brown" at term position 2, the > query should match the test

Re: Question on ShingleFilter

2009-10-21 Thread AHMET ARSLAN
--- On Wed, 10/21/09, Bill Au wrote: > From: Bill Au > Subject: Question on ShingleFilter > To: solr-user@lucene.apache.org > Date: Wednesday, October 21, 2009, 6:04 PM > I am having problem with using the > ShingleFIlter.  My test document is "the > quick brown f

Question on ShingleFilter

2009-10-21 Thread Bill Au
I am having problem with using the ShingleFIlter. My test document is "the quick brown fox jumps over the lazy dog". My query is "my quick brown". Since both have the term "quick brown" at term position 2, the query should match the test document, right? But my query is not returning anything.