Shingles , min size?

2008-09-25 Thread Norberto Meijome
hi guys,
I may have missed it ,but is it possible to tell the solr.ShingleFilterFactory 
the minimum number of grams to generate per shingle?  Similar to 
NGramTokenizerFactory's minGramSize=3 maxGramSize=3 

thanks!
B
_
{Beto|Norberto|Numard} Meijome

Ask not what's inside your head, but what your head's inside of.
   J. J. Gibson

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.


RE: Shingles , min size?

2008-09-25 Thread Steven A Rowe
Hi Norberto,

ShingleMatrixFilter is capable of this, but ShingleFilter is not.  It should be 
though - I think if ShingleFilter continues to exist, it should learn a few 
things from ShingleMatrixFilter's one-dimensional functionality.

Steve

On 09/25/2008 at 2:23 AM, Norberto Meijome wrote:
 hi guys,
 I may have missed it ,but is it possible to tell the
 solr.ShingleFilterFactory the minimum number of grams to
 generate per shingle?  Similar to NGramTokenizerFactory's
 minGramSize=3 maxGramSize=3
 
 thanks!
 B
 _
 {Beto|Norberto|Numard} Meijome
 
 Ask not what's inside your head, but what your head's inside of.
J. J. Gibson
 
 I speak for myself, not my employer. Contents may be hot.
 Slippery when wet. Reading disclaimers makes you go blind.
 Writing them is worse. You have been Warned.