@@ -447,10 +447,10 @@ private SearchIndex GetChunksSearchIndex(string chunkIndexName, AppSettingsOverr
447447                new  SearchField ( nameof ( DocumentChunk . SourceDocumentFilePath ) ,  SearchFieldDataType . String )  {  IsFilterable  =  false ,  IsSortable  =  false ,  IsFacetable  =  false ,  IsSearchable  =  true ,  AnalyzerName  =  LexicalAnalyzerName . StandardLucene  } , 
448448                // mjh 
449449                new  SearchField ( nameof ( DocumentChunk . SourceDocumentDataSource ) ,  SearchFieldDataType . String )  {  IsFilterable  =  true ,  IsSortable  =  true ,  IsFacetable  =  true ,  IsSearchable  =  true ,  AnalyzerName  =  LexicalAnalyzerName . StandardLucene  } , 
450-                 new  SearchField ( nameof ( DocumentChunk . SourceDocumentSourceUrl ) ,  SearchFieldDataType . String )  {  IsFilterable  =  false ,  IsSortable  =  false ,  IsFacetable  =  false ,  IsSearchable  =  false ,  AnalyzerName  =  LexicalAnalyzerName . StandardLucene  } , 
450+                 new  SearchField ( nameof ( DocumentChunk . SourceDocumentSourceUrl ) ,  SearchFieldDataType . String )  {  IsFilterable  =  false ,  IsSortable  =  false ,  IsFacetable  =  false ,  IsSearchable  =  true ,  AnalyzerName  =  LexicalAnalyzerName . StandardLucene  } , 
451451                new  SearchField ( nameof ( DocumentChunk . SourceDocumentAuthor ) ,  SearchFieldDataType . String )  {  IsFilterable  =  true ,  IsSortable  =  true ,  IsFacetable  =  true ,  IsSearchable  =  true ,  AnalyzerName  =  LexicalAnalyzerName . EnMicrosoft  } , 
452452                new  SearchField ( nameof ( DocumentChunk . SourceDocumentType ) ,  SearchFieldDataType . String )  {  IsFilterable  =  true ,  IsSortable  =  true ,  IsFacetable  =  true ,  IsSearchable  =  true ,  AnalyzerName  =  LexicalAnalyzerName . EnMicrosoft  } , 
453-                 new  SearchField ( nameof ( DocumentChunk . SourceDocumentPublishDate ) ,  SearchFieldDataType . DateTimeOffset )  {  IsFilterable  =  true ,  IsSortable  =  true ,  IsFacetable  =  true ,  IsSearchable  =  false  } 
453+                 new  SearchField ( nameof ( DocumentChunk . SourceDocumentPublishDate ) ,  SearchFieldDataType . DateTimeOffset )  {  IsFilterable  =  true ,  IsSortable  =  true ,  IsFacetable  =  true ,  IsSearchable  =  true  } 
454454            } , 
455455            SemanticSettings  =  new  SemanticSettings 
456456            { 
0 commit comments