I'm currently looking to provide index rotation, to allow index B to be rebuilt as index A is in use.I was thinking of overriding the SearchIndexInfoProvider, but this appears to use GetInfoById ra...
Hi,I have created an Azure search index and trying to receive data from the sys_content field. I'm getting data returned from other fields but the sys_content field doesn't exist.The indexed conten...
I set up an Azure Search Index using a pages crawler.When I retrieve the search data, I recognized that only the fields are included, that are set as retrieveable, searchable, etc. in the search fi...
Anyone have a workaround for Kentico.Libraries nuget package not supporting the latest version of Microsoft.Azure.Search nuget package?Need the latest Microsoft.Azure.Search to use filterable integ...
Using Azure Search as a Kentico search provider has various pros and cons. Lucene can be run locally and appropriately tested prior to distribution. As Azure Search is cloud-based, developers can't...
I would like to be able to use the Azure search.in operator to quickly filter out search documents based on custom tags. That operator requires the corresponding field to both be tagged as filtera...
Our Kenitco 12 MVC project is using Azure Search.We have widgets on some pages that we include in the search index. We do this via a Custom Search Module.That works in that the widget content is in...
We have realized that regardless of whether pages are published or not published, Azure Search will include them within its index. Any way to exclude them, we dont see any option within Kentico's S...
When our smart search indexes rebuild on Azure, the CORS options are defaulting to blank, and we're manually having to add '*'. Is there any way to specify default CORS options in Smart search on K...
Kentico 11 introduces native Azure Search integration with a variety of customization options. In this article, we’ll learn how to change the data type of our Azure search fields.