You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-get-started-java.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,33 +60,33 @@ Begin by opening Visual Studio Code and setting up a new project
60
60
1. Install the [Extension Pack For Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack)
61
61
1. Open the [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette)**Ctrl+Shift+P**. Search for **Create Java Project**.
62
62
63
-
:::image type="content" source="media/search-get-started-java/java-quickstart-create-project.png" alt-text="Create a java project" border="true":::
63
+
:::image type="content" source="media/search-get-started-java/java-quickstart-create-project.png" alt-text="Screenshot of a create a java project." border="true":::
64
64
65
65
1. Select **Maven**.
66
66
67
-
:::image type="content" source="media/search-get-started-java/java-quickstart-select-maven.png" alt-text="Create a maven project" border="true":::
67
+
:::image type="content" source="media/search-get-started-java/java-quickstart-select-maven.png" alt-text="Screenshot of a create a maven project." border="true":::
68
68
69
69
1. Select **maven-archetype-quickstart**.
70
70
71
-
:::image type="content" source="media/search-get-started-java/java-quickstart-select-maven-project-type.png" alt-text="Create a maven quickstart project" border="true":::
71
+
:::image type="content" source="media/search-get-started-java/java-quickstart-select-maven-project-type.png" alt-text="Screenshot of a create a maven quickstart project." border="true":::
:::image type="content" source="media/search-get-started-java/java-quickstart-group-id.png" alt-text="Screenshot of a enter group id." border="true":::
76
76
77
77
1. Enter **azure.search.sample** as the group ID.
78
78
79
-
:::image type="content" source="media/search-get-started-java/java-quickstart-group-id.png" alt-text="Enter group id border="true":::
79
+
:::image type="content" source="media/search-get-started-java/java-quickstart-group-id.png" alt-text="Screenshot of a enter group id." border="true":::
80
80
81
81
1. Enter **azuresearchquickstart** as the artifact ID.
:::image type="content" source="media/search-get-started-java/java-quickstart-artifact-id.png" alt-text="Screenshot of a enter artifact id." border="true":::
84
84
85
85
1. Select the folder to create the project in.
86
86
87
-
1. Finish project creation in the [terminal](https://code.visualstudio.com/docs/terminal/basics). Hit enter, then type **y** and hit enter again
87
+
1. Finish project creation in the [terminal](https://code.visualstudio.com/docs/terminal/basics). Press enter, then type **y** and press enter again
88
88
89
-
:::image type="content" source="media/search-get-started-java/java-quickstart-finish-setup-terminal.png" alt-text="Finish setup in terminal" border="true":::
89
+
:::image type="content" source="media/search-get-started-java/java-quickstart-finish-setup-terminal.png" alt-text="Screenshot of a finish setup in terminal." border="true":::
0 commit comments