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.
フィルタリングしようとしているブールフィールドがありますが、このフィールドに特定の値があるか、このフィールドがまったく入力されていないドキュメントをフェッチしたいと思います。どうすればこれを達成できますか?
それに対処する2つの方法があります。まず、マッピングnull_valueで属性を使用して、 null値のインデックス付け方法を指定できます。または、またはフィルターを使用して、またはフィルターを使用してクエリを拡張することもできます。existsmissingboolor
null_value
exists
missing
bool
or