Azure Search
Azure Search is a search-as-a-service solution that allows developers to incorporate a sophisticated search experience into web and mobile applications without having to worry about the complexities of full-text search and without having to deploy, maintain or manage any infrastructure
-
Provide optimistic locking for out-of-order updates
Looking for functionality similar to how Solr does it: https://lucene.apache.org/solr/guide/6_6/updating-parts-of-documents.html
1 vote -
Create mechanism to increase the maximum running time for cognitive search skillsets or blob indexing with image analysis beyond 1 hour.
The limit of 1 hour is not enough for using the indexer with cognitive services using OCR.
1 voteWhile the OCR should not take that long, I think what you are saying is that indexers that require a bit of processing don’t index too many documents in a given time period (1 hour).
We are looking for mechanisms to improve throughput in our enrichment pipeline at this time. Thanks for the feedback!
-Luis Cabrera
Azure Search Product Team -
Add malware scanning as part of the ingestion process / connector story
Scanning content prior to ingestion is not part of the KM pipeline and slows the process down as you have to create separate machines onto which you have to stage and process content. Connectors do not allow for the inclusion of staging and are a risk vector.
1 vote -
Add tagging to each token such as POS, allowing to filter on them and receive them in results
In Lucene you can add metadata to each token, which is then returned on search results.
It would be great to be able to add predefined tags/metadata during indexing that will be later returned on search results. Filtering results based on these tags would also be great.
Examples of tags can be:
Part of Speech
Dates
Numbers
Entities (person names, organizations)
Locations (city, country names)1 voteThank you for your feedback. While it is unlikely we’ll address this suggestion in the near future, we’ll reassess based on the number of votes it receives.
Thanks,
Elad
Azure Search Product Team -
Skill: extract and index URLs / URIs
Many documents include references to websites. Just as you identify people or places, please add URL identification, indexing, sorting, filtering, etc.
1 voteWaiting for additional feedback form customers, since a custom skill may resolve the situation.
Thanks!
-Luis Cabrera
Azure Search Team -
Add OAuth 2 support to Custom Web API skill
Update the custom web API skill (https://docs.microsoft.com/en-us/azure/search/cognitive-search-custom-skill-web-api) to support OAuth 2.
1 voteThank you for your feedback. While it is unlikely we’ll address this suggestion in the near future, we’ll reassess based on the number of votes it receives.
Thanks,
Azure Search Product Team -
Hit highlight new behavior is not working
Accrording to doc Hit highlighting behavior updated on 15 July 2020,
but still I am getting same response as before,
I have recreate whole service on 16th July.Can not get exact match results in hit highlight
1 vote -
Drill down into queries
When looking at queries, while I'm interested in full queries such as "purple shoes" and "red blazers", I'd also like to see an index of the individual words that are used in the search terms, plus the ability to drill into the query list ie: which queries contained the word "blazer"? It doesn't have to be in the UI, as long as it's downloadable. (Ideally, it would be downloadable using REST-based queries and/or OData, and be consumable by Excel/Data Explorer in Excel/PowerPivot/Tabular data models in SSAS).
0 votes
- Don't see your idea?