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.
私はboolquerybuilderを使用しています。結果は良好です。 BoolFilterBuilder と FilteredQueryBuilder を使用する目的は何ですか。boolquerybuilder の代わりに使用できますか?
バージョン 2.0 以降、フィルターされたクエリは削除されました。
代わりにmust、クエリのfilter句とフィルターの句で bool クエリを使用します。
must
filter
ここを参照
に