About 309,000 results
Open links in new tab
  1. How can I retrieve the contents of an Azure Search index?

    Jun 10, 2018 · Search and Lookup APIs are the way to retrieve documents from your Azure Search index. If you meant being able to see the content of the inverted index, the closest …

  2. How to call REST API related to Azure Search through postman?

    Jun 29, 2017 · Please make sure that you pass api-key in Headers instead of form-data and also all the headers should be selected. Once you do that, things should work just fine.

  3. Azure Search using REST c# - Stack Overflow

    Nov 10, 2017 · The api-key needs to be in the request headers, not the body. You might find it simpler to use the Azure Search .NET SDK instead of calling the REST API directly.

  4. azure - Fuzzy Search in the Search API - Stack Overflow

    Jul 6, 2015 · I was looking for this recently as well and wasn't able to come across anything helpful. From what I saw in the documentation the only way to get fuzzy search was to use the …

  5. How to create an Azure Search indexer using the REST API

    Jan 8, 2020 · Due to a bug in the Azure portal, I am needing to create an Azure Cognitive Search data source, index, and indexer programmatically using the REST API. There were no issues …

  6. What is the difference between Azure Search and Bing Search and …

    Jan 30, 2019 · I'll explain Azure search, bing customer search and bing search which will make it easy to understand all: Azure search is for content stored in SQL Server on Azure, Cosmos …

  7. Why does Azure AI Search REST API return different indexer status …

    Jul 1, 2024 · I am using Azure AI Search. In the Azure portal, I have an indexer with a 'Failed' status: In my application, I retrieve the indexer's status using the following REST API call: GET …

  8. CORS issues on Azure Search - Stack Overflow

    Sep 22, 2016 · We've changed the CORS options on our existing azure-search index to "allow all origins" but the querying the api from the browser still throws the "No 'Access-Control-Allow …

  9. How to use Python to perform vector search or hybrid search on …

    Feb 27, 2024 · As title My setup is as follows: I select "Import and vectorize data" on the Azure AI Search Portal and I get an index with vector values. I am used to using python for Azure AI …

  10. How to delete a specific document from azure search index?

    Mar 14, 2022 · I have a specific number of documents from the azure search index to be deleted and I need a solution in python for the same. I created an index in azure search already and …

Refresh