Can bing web search handle structured data filtering?
I'd like to be able to filter or restrict results based on schema.org types, e.g. Recipe. Is this supported?
Azure AI Search

.NET SDK Azure.AI.TextAnalytics.HealthcareEntity -- Category
Hello, For HealthCare Analytics, I'm using the method: StartAnalyzeHealthcareEntitiesAsync Input for this method is: hemoglobin Output What I got is:![188011-image.png][1] [1]: /api/attachments/188011-image.png?platform=QnA I can see Category as blank,…
Azure AI Search
Azure AI services

Is there any limitation on the number of files when indexing Azure DataLake Storage from Azure Cognitive Search indexer?
My team is trying to index over millions of PDF files on Azure Datalake Storage containers with FormRecoginzer and Azure Cognitive Search indexers. https://learn.microsoft.com/en-us/azure/search/cognitive-search-custom-skill-form Are there any…
Azure AI Search
Azure Cognitive Search query with Semantic search doesn't query semantically
Hey, What I've done (5 explains the issue): I've created an Azure Cognitive Search index I've indexed my data beautifully I've created semantic configuration I'm querying the index using the Azure portal, enabling Semantic configuration…
Azure AI Search
Unable to call post api for semantic search
Hello Team, I tried to call post API for Azure cognitive search but got below error. API : https://nae2uasrch0002.search.windows.net/indexes/na-claims-uat-100-characters/docs/search?api-version=2020-06-30-preview ERROR : { "error": { …
Azure AI Search
Extract the screenshot page where the text is found in azure cognitive search
I am having a blob container where I am storing documents and I am using Azure cognitive search to search word or content over documents. When searching a word or sentence which is present in one of the documents present in the container, Azure cognitive…
Azure AI Search
Import local DB in cognitive search
Hi team, We are trying to use cognitive search on azure portal. We have started using this with the sample data available but now we want to use our database that is available on postgres. Can you please provide the options what we can do to apply…
Azure AI Search
azure translation services--how to translate landscape page/tilted text?
I have pdf in French and want to translate those pdf in English language. But my problem is following: Is there any provision to translate landscape page or tilted text written inside document? i have pdf which is in landscape mode .I want to…
Azure AI Search
Azure AI Translator
Route to Cognitive Search Service from AKS pods
hi, i have AKS running in same vnet with a Search Services (langres-asefxc3rzq56bxq) implementing Cognitive Custom Question and Answering. I have a public prediction URL for this custom question and answering service…
Azure AI Search
Azure Kubernetes Service
In Azure congnitive search, searching for search term with hyphen - does not yield correct search results
I am using .NET SDK When searching for a search term "Kerin-A" I am getting 0 search results even though there is a document in repository i.e. as "Siani Kerin-Ann" Code as below: query - Kerin-A* var options = new…
Azure AI Search


Are Parquet files currently supported in Azure cognitive search?
Is it possible to search the contents of a parquet file using azure cognitive search?
Azure AI Search
Directory '' does not exist: azure cognitive search indexer error
I am trying to run azure cognitive search indexer on a azure fileshare. after indexing finite number of files it is getting failed as attached image. it is also not showing error in error table but it is failing with message "Directory ''…
Azure AI Search
the true formula of BM25 of Azure Cognitive Search
I calculated the BM 25 similarity score with the formula referenced here https://lucene.apache.org/core/7_0_1/core/org/apache/lucene/search/similarities/BM25Similarity.html, but the results were not the same as the results returned by Azure Cognitive…
Azure AI Search
Directory '' does not exist: Cognitive search indexer error
I am trying to run cognitive search indexer on Azure files in azure share. I am getting following error. eoor Execution result Status :Failed Error message:Directory '' does not exist
Azure Files
Azure AI Search
Error creating an Indexer from portal
I am trying to perform content search using Azure search. I could create a data source and an index. When I try to created an indexer from the portal I get the following message I have not created a skillset, but it should be optional…
Azure AI Search

Azure cognitive search (python query format)
I try to use the client.search with python. However, when I typed "scoring_statistics="global", the error was "request() got an unexpected keyword argument 'scoring_statistics'". I think I typed as instructed, but what is wrong…
Azure Functions
Azure AI Search

identical docuements, different similarity score( in one shard)
I have two same documents in one shard, but when I query them, the similarity scores are very different. Anyone has any idea of what has caused this?
Azure AI Search
azure search datasource not recognizing type cosmosdb
I created a datasource from azure cosmos db , but they type is not getting recognized as Azure Cosmos Db, and the indexer is running successfully but it is not getting updated ,so I add a new data into cosmosdb and then after the indexer ran successfully…
Azure AI Search
How to search and retrieve single item details present in a list inside one document
I have only one document inside an index. I want to retrieve only single item from an list based on search. But based on the search it is providing whole document data. But I need only one item from a list. { "HotelId": "45", …
Azure AI Search
How to search and retrieve single item present in a list inside one document in Azure Cognitive Search
I have only one document inside an index. I want to retrieve only single item from an list based on search. But based on the search it is providing whole document data. But I need only one item from a list. This is the content inside my index. { …