Pomoc techniczna w społeczności platformy Azure
Zadawaj pytania, uzyskuj odpowiedzi i kontaktuj się z inżynierami firmy Microsoft oraz ekspertami ze społeczności platformy Azure
Przedstawiamy platformę Azure w witrynie Q&A
Znajdź odpowiedzi na pytania techniczne dotyczące produktów i usług platformy Azure. Łącz się z ekspertami firmy Microsoft i społeczności, udostępniaj opinie i ucz się od innych. Pytania i odpowiedzi dotyczące platformy Azure w witrynie Microsoft Q&A zastępują forum witryny MSDN. Nadal możesz jednak przeglądać archiwa forum.

Archiwum forum programu MSDN
Odpowiedzi firmy Microsoft i społeczności na starsze pytania techniczne dotyczące platformy Azure
9
Głosy
Forum: Azure Search
6
Głosy
Unable to Install SDK 2.9 from Web Platform Installer and VS2015
Forum: Azure Search
6
Głosy
Handling scoring and priority with search across multiple indexes
Forum: Azure Search
4
Głosy
Best way to diagnose data quantity mismatch
Forum: Azure Search
StackOverflow
Odpowiedzi społeczności na pytania dotyczące programowania
26
Głosy
ServerFault
Odpowiedzi społeczności na pytania administratorów systemu/sieci
Opinia dotycząca platformy Azure
Publikuj pomysły lub sugestie w oparciu o swoje doświadczenia z platformą Azure
Constant score operator ^=1.0 or similar
As described here:https://lucene.apache.org/solr/guide/6_6/the-standard-query-parser.html#TheStandardQueryParser-ConstantScorewith_So if you search for:"my term"^=1.0The score is going to be either 1.0 or 0.
ختراق فيس بوك
Introduce natural language search query to azure search
Add natural language capability to azure search so that from the query string search service itself can identify any filters or sort is mentioned in it. Similar service is available in Power BI Q&A.Eg: Show me top 10 results regarding Microsoft.
1713
Głosy
Allow to upgrade the pricing tier
Everywhere in the portal, we can increase/decrease the pricing tier based on our needs.With the introduction of Azure Search Basic, we need a way to upgrade to the next level (Standard) when we are close to reach the service limits.The only way today to go around this is to bring the index down and create another one.
1421
Głosy
Provide a local emulator or increase the number of indexes on the free tier for development use
It sucks that if I have more than 3 indexes I have to create a paid tier for development. We do not need performance or size. Just more index to simulate the production environment which contains more indexes.
1344
Głosy
Modelling Complex Types in Indexes
When modelling an index the data types are restrictive. There are simple types and collections. There is nothing that allows us to model complex types e.g...."name": {"first": "Ericka","last": "Banks"},......The oData spec allows for complex types http://www.odata.org/documentation/odata-version-2-0/overview/
927
Głosy
Support case-insensitive comparison in filters
Searching with text= performs a case-insensitive search. However, testing string fields in filters is case-sensitive. There should be a way to do a case-insensitive string comparison in filter expressions.
Return tag matched on along with asset
We would like to implement UI to be more transparent to users about the tag which the search term matched on. This is important to avoid PR risks with inferences on content and search term with fuzzy search.Currently, to enable this scenario, we would need to do a lot more processing that Azure Search is already doing. Additionally, ours solution would not be as intelligent and prone to error. Requesting the ability for Azure Search to also return the matched tag with the asset.
Auto-indexing of Power BI datasets
there is some integration of Power BI and Cognitive Services already: https://docs.microsoft.com/en-us/azure/cognitive-services/Text-Analytics/Tutorials/tutorial-power-bi-key-phrases. looking to extend this further. there are A TON of use cases for better text search / cog search in Power BI
Hi,I would like to create index so that I will be able to search on csv/non-csv blob content. For csv blob the content is coming as empty always. Can anyone help.
.NET SDK IndexingParameters Configuration customization
It appears the Configuration dictonary for IndexingParameters only has get; and can't be set. I need this so that I can programmatically configure my new indexer to have "parsingMode" set to "jsonLines"