Reputation: 8378
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.
Upvotes: 1
Views: 907
Reputation: 11859
Upvotes: 2