RE: ShingleFilterFactory class error

2011-07-28 Thread Steven A Rowe
es sense to escalate to d...@lucene.apache.org.) Steve > -Original Message- > From: Pradeep Pujari [mailto:prade...@rocketmail.com] > Sent: Thursday, July 28, 2011 1:43 PM > To: solr-user@lucene.apache.org > Subject: ShingleFilterFactory class error > > Hi, > &g

ShingleFilterFactory class error

2011-07-28 Thread Pradeep Pujari
Hi, I am trying to create shingles with minShingleSize = 10, but it also returns bi-grams too. Heres is my schema defn For the input String "Apple - iPad 3G Wi-Fi - 32GB", it breaks into "Apple -" "- iPad " My understaing that it should be 10-gram token. Is it bug or