Hello, I have a requirement where I need to also be able to search parts of words. Doing some research I found that there are some NGrams filters capable of extracting parts of the words and index those as well. But I couldn't find any reference to this in Lucene.Net source code. Is this part of a separate package o has it not been ported to .NET yet?
Thanks, Bogdan