SearchIndexerIndexProjectionSelector interface
要儲存在指定搜尋索引中的數據描述。
屬性
mappings | 投影的對應,或來源應該對應至目標索引中的哪個欄位。 |
parent |
搜尋索引中要對應父檔的索引鍵值之功能變數名稱。 必須是可篩選的字串字段,而非索引鍵欄位。 |
source |
投影的來源內容。 表示檔將分割成多個子檔的基數。 |
target |
要投影的搜尋索引名稱。 必須具有已設定 『keyword』 分析器的索引鍵欄位。 |
屬性詳細資料
mappings
parentKeyFieldName
搜尋索引中要對應父檔的索引鍵值之功能變數名稱。 必須是可篩選的字串字段,而非索引鍵欄位。
parentKeyFieldName: string
屬性值
string
sourceContext
投影的來源內容。 表示檔將分割成多個子檔的基數。
sourceContext: string
屬性值
string
targetIndexName
要投影的搜尋索引名稱。 必須具有已設定 『keyword』 分析器的索引鍵欄位。
targetIndexName: string
屬性值
string