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:
"string has"
"has this"
"text this"
Which combination of Analyzer and Query should I use for that? Lucene 3.0.3.
1 Answer