I crawl and get pages. If page is of certain class I get associated data through an api call.var data = AsyncHelper.RunSync(async () =@ await GetDataAsync(id));Whenever I use AsynHelper indexed con...
Hey all, I'm having an issue with one of my indexes. I have a job that runs separate from the site that imports a list of Jobs into a client's site. These get imported into a custom table. That cus...
Hello. I am trying to fix a problem with my Smart Search settings, but every time I open the application and begin editing a custom index, the application undergoes an entire, hours-long reindexing...
Having a cyclical issue in the Smart Search application of our recently-upgraded K12 site. On editing one of our indices, under Indexed Content, the Index Provider Class is missing. When I try to i...
Hi,We are currently receiving a error on our website related to the smart search index. It started happening randomly on friday.The index gets stuck on Batch 20 and goes into a infiniti loop when ...
I created a custom smart search index based on link text. In the code there is a line string path = Convert.ToString(sisi.GetValue(@CustomData@));where customData is the column name. I checked the ...
Hello, I've created local index for site, and I want to add a culture code to the class which I pointed out when creating the index (in indexed content) for configure search. How can I do it?
Hi guys,I have a Kentico 12 MVC site where the cms and I guess @client@ site are in the same server but separate IIS entries. One is called admin.site.com and the other is called dev.site.com.I'm t...
Hello all,We have a kentico 11.0.0 site deployed in Azure app service.We have a created search index under @Local Indexes@, and when we try to build the index we are getting the below error.The sur...
I have a folder with some pdf files in content tree and I am using smart search indexes to search through the folder for my users, however I am not able to read content to display as search highlig...