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
-
Support for enhanced security - including security trimming and AD integration
I suspect that having a search service with two levels of access (admin and user) isn't likely to be a great solution, particularly if it applies to all indexes within the service. For example, to be able to upload a document, you need the same key as someone that can create indexes. I was left with the feeling that there probably is a need for some sort of role-based security where users/keys can be associated with particular indexes within the service. Even better would be something that allowed for vertical and/or horizontal filtering at the level of each index. Is…
356 votes -
35 votes
We are actively evaluating this feature.
-
Make the blob indexer faster
From the tests I made, currently a single blob indexer in S2 with 1 partition and 1 replica is only able to process between 50 000 and 75 000 small office documents (1 to 4 pages) in a 24 hour period.
The current solution which would be to restructure millions of blobs into "directories" with max 75 000 blobs in them and have 12 indexers is completely out of the question due to the insane pricing model and the time it would take to both, modify consumers with new paths and move blobs to a new structure. The latter being…
17 votesThank you for your feedback. We’ve started working on this for an upcoming release of Azure Search.
Thanks,
Liam
Azure Search Product Team -
"Script as JSON" on Index Blade
On the index blade in the portal I like to be able to create my index with the UI for speed. I would also like to have a script option that I can then use for repeatability.
7 votesWe are looking to add additional index mgmt. capabilities soon after our v1 release.
- Don't see your idea?