@@ -434,10 +434,10 @@ private SearchIndex GetChunksSearchIndex(string chunkIndexName, AppSettingsOverr
434434 new SearchField ( nameof ( DocumentChunk . SourceDocumentFilePath ) , SearchFieldDataType . String ) { IsFilterable = false , IsSortable = false , IsFacetable = false , IsSearchable = false , AnalyzerName = LexicalAnalyzerName . StandardLucene } ,
435435 // mjh
436436 new SearchField ( nameof ( DocumentChunk . SourceDocumentDataSource ) , SearchFieldDataType . String ) { IsFilterable = true , IsSortable = true , IsFacetable = true , IsSearchable = true , AnalyzerName = LexicalAnalyzerName . StandardLucene } ,
437- new SearchField ( nameof ( DocumentChunk . SourceDocumentSourceUrl ) , SearchFieldDataType . String ) { IsFilterable = false , IsSortable = false , IsFacetable = false , IsSearchable = false , AnalyzerName = LexicalAnalyzerName . StandardLucene }
437+ new SearchField ( nameof ( DocumentChunk . SourceDocumentSourceUrl ) , SearchFieldDataType . String ) { IsFilterable = false , IsSortable = false , IsFacetable = false , IsSearchable = false , AnalyzerName = LexicalAnalyzerName . StandardLucene } ,
438438 new SearchField ( nameof ( DocumentChunk . SourceDocumentAuthor ) , SearchFieldDataType . String ) { IsFilterable = true , IsSortable = true , IsFacetable = true , IsSearchable = true , AnalyzerName = LexicalAnalyzerName . EnMicrosoft } ,
439439 new SearchField ( nameof ( DocumentChunk . SourceDocumentType ) , SearchFieldDataType . String ) { IsFilterable = true , IsSortable = true , IsFacetable = true , IsSearchable = true , AnalyzerName = LexicalAnalyzerName . EnMicrosoft } ,
440- new SearchField ( nameof ( DocumentChunk . SourceDocumentPublishDate ) , SearchFieldDataType . DateTimeOffset ) { IsFilterable = true , IsSortable = true , IsFacetable = true , IsSearchable = false } ,
440+ new SearchField ( nameof ( DocumentChunk . SourceDocumentPublishDate ) , SearchFieldDataType . DateTimeOffset ) { IsFilterable = true , IsSortable = true , IsFacetable = true , IsSearchable = false }
441441 } ,
442442 SemanticSettings = new SemanticSettings
443443 {
0 commit comments