Jen, Do you only need ShingleFilter, or also ShingleAnalyzerWrapper/ShingleMatrixFilter?
If it's only the first class, I just made a port of it. ShingleMatrixFilter will take a bit longer (1k + lines of code)... Thanks, Troy On Fri, Jul 15, 2011 at 6:05 PM, Jennifer Wilson < [email protected]> wrote: > Hi Troy, > > Thanks for letting me know for sure that it is not yet ported to .NET - > that > saves me more looking! Porting it may be coding at the edges of my weight > class ... but I'll likely give it a whirl. (How else do I become a better > coder?!) Seems like the ShingleFilter could be a feature that is on a lot > of > the Lucene.NET users' wish list! > > Again, thanks for the info! > Jen > > On Fri, Jul 15, 2011 at 5:52 PM, Troy Howard <[email protected]> wrote: > > > Hi! > > > > ShingleFilter has not yet been ported to .NET. It looks pretty > > straightforward though, so someone might be able to port that soon. > > Alternatively, if you are interested in porting it, please submit a patch > > afterwards! > > > > We love contributions. :) > > > > Thanks, > > Troy > > > > > > On Fri, Jul 15, 2011 at 4:58 PM, Jennifer Wilson < > > [email protected]> wrote: > > > > > Hi all, > > > > > > > > > > > > I would really like to use the ShingleFilter class in my Lucene.NET > > ASPX/C# > > > search app… but, with all the searching I’ve done I can’t seem to find > it > > > and I’m beginnning to suspect it may not be part of Lucene.NET but only > > for > > > Lucene (java) right now. Can anyone tell me the ShingleFilter class > > > available for Lucene.NET (and if so where to find it)? > > > > > > > > > > > > Thanks! > > > > > > - Jen > > > > > >
