File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Azure.AISearch.WebApp/Services Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -274,10 +274,10 @@ private SearchIndexerSkillset GetDocumentsSearchIndexerSkillset(AppSettingsOverr
274274 new InputFieldMappingEntry ( nameof ( DocumentChunk . SourceDocumentTitle ) ) { Source = $ "/document/metadata_storage_name" } ,
275275 new InputFieldMappingEntry ( nameof ( DocumentChunk . SourceDocumentFilePath ) ) { Source = $ "/document/metadata_storage_path" } ,
276276 // mjh
277- new InputFieldMappingEntry ( nameof ( DocumentChunk . SourceDocumentDataSource ) ) { Source = $ "/document/data_source" }
278- new InputFieldMappingEntry( nameof ( DocumentChunk . SourceDocumentSourceUrl ) ) { Source = $ "/document/source_url" }
279- new InputFieldMappingEntry ( nameof ( DocumentChunk . SourceDocumentAuthor ) ) { Source = $ "/document/author" }
280- new InputFieldMappingEntry ( nameof ( DocumentChunk . SourceDocumentType ) ) { Source = $ "/document/doc_type" }
277+ new InputFieldMappingEntry ( nameof ( DocumentChunk . SourceDocumentDataSource ) ) { Source = $ "/document/data_source" } ,
278+ new InputFieldMappingEntry ( nameof ( DocumentChunk . SourceDocumentSourceUrl ) ) { Source = $ "/document/source_url" } ,
279+ new InputFieldMappingEntry ( nameof ( DocumentChunk . SourceDocumentAuthor ) ) { Source = $ "/document/author" } ,
280+ new InputFieldMappingEntry ( nameof ( DocumentChunk . SourceDocumentType ) ) { Source = $ "/document/doc_type" } ,
281281 new InputFieldMappingEntry ( nameof ( DocumentChunk . SourceDocumentPublishDate ) ) { Source = $ "/document/publish_date" }
282282
283283 }
You can’t perform that action at this time.
0 commit comments