分類を開始しようとすると、次のエラー メッセージが表示されます。
"message": "invalid classification: basedOnProperties: property 'title' must be of type 'text'"
私は0.22.0を実行しています
プロパティは文字列型です。テキスト型は知りませんでした。これは正しいですか?
/v1/classifications に POST したクエリは次のとおりです。
{
"class": "ClassContainingTitle",
"classifyProperties": ["inOtherclass"],
"basedOnProperties": ["title"],
"type": "contextual"
}