Skip to content

Commit 0a40ba0

Browse files
committed
fixed links
1 parent cc71112 commit 0a40ba0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/search/knowledge-store-concept-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The type of projection you specify in this structure determines the type of stor
6262

6363
+ `tables` project enriched content into Table Storage. Define a table projection when you need tabular reporting structures for inputs to analytical tools or export as data frames to other data stores. You can specify multiple `tables` within the same projection group to get a subset or cross section of enriched documents. Within the same projection group, table relationships are preserved so that you can work with all of them.
6464

65-
Projected content is not aggregated or normalized. The following screenshot shows a table, sorted by key phrase, with the parent document indicated in the adjacent column. In contrast with data ingestion during indexing, plural forms and differences in casing are considered unique instances.
65+
Projected content is not aggregated or normalized. The following screenshot shows a table, sorted by key phrase, with the parent document indicated in the adjacent column. In contrast with data ingestion during indexing, there is no linguistic analysis or aggregation of content. Plural forms and differences in casing are considered unique instances.
6666

6767
:::image type="content" source="media/kstore-keyphrases-per-document.png" alt-text="Screenshot of key phrases and documents in a table" border="true":::
6868

articles/search/search-sku-tier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Most features are available on all tiers, including the free tier. In a few case
6060
| [IP firewall access](service-configure-firewall.md) | Not available on the Free tier. |
6161
| [Private endpoint (integration with Azure Private Link)](service-create-private-endpoint.md) | For inbound connections to a search service, not available on the Free tier. For outbound connections by indexers to other Azure resources, not available on Free or S3 HD. For indexers that use skillsets, not available on Free, Basic, S1, or S3 HD.|
6262
| [Availability Zones](search-performance-optimization.md) | Not available on the Free tier or Basic tier. |
63-
| [Semantic search (preview)] | Not available on the Free tier or Basic tier. |
63+
| [Semantic search (preview)](semantic-search-overview.md) | Not available on the Free tier or Basic tier. |
6464

6565
Resource-intensive features might not work well unless you give it sufficient capacity. For example, [AI enrichment](cognitive-search-concept-intro.md) has long-running skills that time out on a Free service unless the dataset is small.
6666

articles/search/semantic-search-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Semantic search is available through [sign-up registration](https://aka.ms/Seman
8787
| Semantic search (rank, captions, highlights, answers) | Standard tier (S1, S2, S3) | North Central US, West US, West US 2, East US 2, North Europe, West Europe | Required | [Cognitive Search pricing page](https://azure.microsoft.com/pricing/details/search/) |
8888
| Spell check | Basic<sup>1</sup> and above | All | None | None (free) |
8989

90-
<sup>1</sup> Due to the provisioning mechanisms and lifespan of shared (free) search services, a small number of services have spell check on the free tier. However, spell check availability on free tier services is not guaranteed, and cannot be added if it's not already there.
90+
<sup>1</sup> Due to the provisioning mechanisms and lifespan of shared (free) search services, a small number of services happen to have spell check on the free tier. However, spell check availability on free tier services is not guaranteed and should not be expected.
9191

9292
Charges for semantic search are levied when query requests include "queryType=semantic" and the search string is not empty (for example, "search=pet friendly hotels in new york". If your search string is empty ("search=*"), you won't be charged, even if the queryType is set to "semantic".
9393

0 commit comments

Comments
 (0)