: 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
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