Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
簡単な質問があります。たとえば、文字列があります"this string has some text in it"。luceneが次の検索を使用してそれを見つけられるようにしたいと思います。
"this string has some text in it"
"string has" "has this" "text this"
そのためにアナライザーとクエリのどの組み合わせを使用する必要がありますか?Lucene3.0.3。