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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,15 +74,15 @@ Begin by opening Visual Studio Code and setting up a new project.
74
74
75
75
1. Select the latest version, currently **1.4**.
76
76
77
-
:::image type="content" source="media/search-get-started-java/java-quickstart-group-id.png" alt-text="Screenshot of a enter group id." border="true":::
77
+
:::image type="content" source="media/search-get-started-java/java-quickstart-group-id.png" alt-text="Screenshot of an enter group id." border="true":::
78
78
79
79
1. Enter **azure.search.sample** as the group ID.
80
80
81
-
:::image type="content" source="media/search-get-started-java/java-quickstart-group-id.png" alt-text="Screenshot of a enter group id." border="true":::
81
+
:::image type="content" source="media/search-get-started-java/java-quickstart-group-id.png" alt-text="Screenshot of an enter group id." border="true":::
82
82
83
83
1. Enter **azuresearchquickstart** as the artifact ID.
84
84
85
-
:::image type="content" source="media/search-get-started-java/java-quickstart-artifact-id.png" alt-text="Screenshot of a enter artifact id." border="true":::
85
+
:::image type="content" source="media/search-get-started-java/java-quickstart-artifact-id.png" alt-text="Screenshot of an enter artifact id." border="true":::
86
86
87
87
1. Select the folder to create the project in.
88
88
@@ -94,7 +94,7 @@ Begin by opening Visual Studio Code and setting up a new project.
94
94
95
95
### Specify Maven dependencies
96
96
97
-
1. Open the pom.xml file and add the follow dependencies
97
+
1. Open the pom.xml file and add the following dependencies
0 commit comments