Dgraphのフラグの一部は、endeca-cmd put-dd-profile [create-options]と名前が変更され、endeca-cmd put-dd-profileコマンドの--argsパラメータを使用せずに、より単純に指定できるように変更されました。
endeca-cmd put-dd-profile MyProfile --description "test profile" --oversubscribe false --args --net-timeout 60このリリースでは、一部の下位レベルのフラグは引き続きこの方法で指定します。ただし、--argsレベルで以前指定することができた次のフラグは、他の[create options]フラグと同様、より高いレベルでも指定できるようになりました。たとえば、このリリースでは、前述の例と似たこのコマンドは次のようになります。
endeca-cmd put-dd-profile MyProfile --description "test profile" --oversubscribe false --net-timeout 60一部のフラグ名は、以前のリリースと比較して変更されていることにも注意してください。次の表に、(--argsを使用しない)異なる指定ができるようになったDgraphフラグおよびその新しい名前を示します。
Endeca Serverバージョン7.5.xのDgraphフラグの名前 | Endeca Server 7.6.xのフラグの名前(endeca-cmd put-dd-profile --<Dgraph_flag>で指定する場合) |
---|---|
--ancestor_counts | --ancestor-counts |
--backlog-timeout | --backlog-timeout |
--esampmin | --refinement-sampling-min |
--implicit_exact | --implicit-exact |
--implicit_sample | --implicit-sample |
--net-timeout | --net-timeout |
--search_max | --search-max |
--snip_cutoff | --snippet-cutoff |
--snip_disable | --snippet-disable |
--stat-all | --dynamic-category-enable |
--unctrct | --contraction-disable |
--wildcard_max | --wildcard-max |
また、Dgraphの--sslcipher <cipher-list>フラグが削除されています。このフラグを使用するかわりに、Endeca Serverには認可済の暗号一覧があり、他はサポートしていません(概要は、『Oracle Endeca Serverセキュリティ・ガイド』を参照してください)。Dgraphのフラグ、--stat-brelは非推奨であるため、使用しないでください。