バージョンごとのドキュメント一覧

70.6. 制限事項 #

<title>Limitations</title>

<acronym>GIN</acronym> assumes that indexable operators are strict. This means that <function>extractValue</function> will not be called at all on a null item value (instead, a placeholder index entry is created automatically), and <function>extractQuery</function> will not be called on a null query value either (instead, the query is presumed to be unsatisfiable). Note however that null key values contained within a non-null composite item or query value are supported. GINは、インデックス付け可能な演算子は厳密であると仮定します。 これはextractValueはNULL項目値についてはまったく呼び出されない(代わりにインデックス項目のプレースホルダが自動的に生成される)こと、および、extractQueryは問い合わせの値がNULLの場合に呼び出されない(代わりに問い合わせは不一致であるとみなされる)ことを意味します。 しかし非NULLの複合型項目内または問い合わせ値内のNULLキー値はサポートされます。