Azure Cognitive Search for SharePoint Content – Part 1

Azure Cognitive Search can be integrated with SharePoint to provide enhanced search capabilities within SharePoint.

 

How to Manage Azure Cognitive Search Index using REST API

The Azure Cognitive Search Index is a compelling tool that can be used to configure, create, and manage search indexes. In this article, we will explore how to manage the Azure Cognitive Search Index using  …read more

 

Azure Search Service – Create an Azure Search Indexer programmatically – C# Programmatically

In the earlier article, we saw how to create a Search Index Programmatically. Now, as a continuation, let us see how to create an Indexer.

 
 

Azure Search Service – Create an Azure Search Index programmatically – C# Programmatically

In the earlier article, we saw how to create a Data Source Programmatically. Now, as a continuation, let us see how to create an Index.

 

Azure Search Service – Create a Data Source programmatically – C# Programmatically

Let us know, how to create a data source in Azure Search Service Programmatically using C#

 

How to Do a Search Query on Azure Search Service Programmatically using C#

Azure Search Service – Execute Query Statement with Parameters using C# in a console application.

 
 

How to import data from Azure Blob Storage to Azure Search Service and do the Search with OCR Enabled

In this article we saw how to use the Blob storage service and the Search Service with OCR enabled in Azure. In the upcoming article we will see how to do them programmatically.

 

How to Configure Search Centre URL in a SharePoint Office 365 Site Programmatically Using C# Client Site Object Model (CSOM)

Today we are going to have a look on a small tip which will be useful during the deployment package. Usually when we are provisioning a site we need to configure the corresponding search centre URL for that site. But when we try to automate the deployment process we need C# code for each and every small piece of work. In that aspect let us see how to configure the search centre URL here.

 

Architecture and Components of SharePoint 2013 Search

Understanding the Search Architecture of SharePoint 2013 is very much important to develop any SharePoint search based application

 
 

Keyword Query Language (KQL) in SharePoint 2013 Search

Hello Everyone in one of my earlier article we have seen how Crawling and Managed Properties are working in search and how they form the data schema against which search will query. In this article we can see more about Keyword Query Language