I have a quick question. Say, I've got a string "this string has some text in it". I want lucene to be able to find it using following searches:
"this string has some text in it"
"string has" "has this" "text ...
I am currently using what I (mistakenly) thought would be a fairly straightforward implementation of Solr's NGramTokenizerFactory, but I'm getting strange results that are inconsistent between the admin analyzer and actual ...
NGramTokenizerFactory