Skip to content

Commit 943687b

Browse files
committed
Readme update
1 parent 6f92d73 commit 943687b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11

22
# Readme: Static Web App for Azure AI Search
33

4-
This code sample builds a web site on Azure to search through a catalog of books. Searchable content is indexed and queried on Azure AI Search. This sample includes two programs and an Azure Function.
4+
This code sample builds a web site on Azure to search through a catalog of books. Searchable content is indexed and queried on Azure AI Search, and a static web app provides the search experience.
5+
6+
This sample includes two programs and an Azure function.
57

68
| components | Description |
79
|---------|-------------|
8-
| bulk-insert | Creates and loads the "goodbooks" index on Azure AI Search. It demonstrates index creation and batch mode indexing. Sample data is loaded from the [azure-search-sample-data](https://github.com/Azure-Samples/azure-search-sample-data/tree/main/good-books) repository. To run this program, you must have write permissions on Azure AI Search. <p>This program is available in three languages: <br>/dotnet/bulk-insert <br>/python/bulk-insert <br>/javascript/bulk-insert|
9-
| api | Provides the Azure function used by the client to send queries to the search index. <p>The function is available in three languages: <br>/dotnet/api (.NET) <br>/python/api <br>/javascript/api |
10+
| bulk-insert app | Creates and loads the "goodbooks" index on Azure AI Search. It demonstrates index creation and batch mode indexing. Sample data is loaded from the [azure-search-sample-data](https://github.com/Azure-Samples/azure-search-sample-data/tree/main/good-books) repository. To run this program, you must have write permissions on Azure AI Search. <p>This program is available in three languages: <br>/dotnet/bulk-insert <br>/python/bulk-insert <br>/javascript/bulk-insert|
1011
| client app | Provides the client code. The web front-end includes a search page with faceted navigation, a search bar for free form search and suggested queries, and tabbed page results. It's written in JavaScript, uses Node.js for the runtime, and uses React libraries for user interaction. |
12+
| api | Provides the Azure function used by the client to send queries to the search index. <p>The function is available in three languages: <br>/dotnet/api (.NET) <br>/python/api <br>/javascript/api |
1113

1214
This README is an shortened version of the [full tutorial](https://aka.ms/search-website-tutorial) and provides just the steps for running the sample. For more information and screenshots, see the tutorial.
1315

0 commit comments

Comments
 (0)