Re: using NGramTokenizerFactory for partial matching

2009-04-14 Thread Chris Hostetter
: I want it to match "lor" "lorem" and "lorem i". However I am finding it : matches the first two but not the third - the white space is causing : problems. Here are the relevant parts of my config: : : : : NGramTokenizer doesn't do anything special wit

using NGramTokenizerFactory for partial matching

2009-04-07 Thread Pete Smith
Hi, I want to use the NGramTokenizerFactory tokeniser to enable partial matching on a field in my index. For instance for the field: "Lorem ipsum" I want it to match "lor" "lorem" and "lorem i". However I am finding it matches the first two but not the third - the white space is causing problems