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: README.md
+1-50
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,7 @@
2
2
3
3
This repository contains examples of using Atlas Search with Java.
4
4
5
-
## First Search Example
6
-
7
-
This First Search Example code was written for the article ["Using Atlas Search From Java"](https://www.mongodb.com/developer/products/atlas/atlas-search-java/).
5
+
The First Search Example code was written for the article ["Using Atlas Search From Java"](https://www.mongodb.com/developer/products/atlas/atlas-search-java/).
8
6
9
7
This example uses the `run` target and searches the `default` index.
10
8
@@ -16,53 +14,6 @@ In order to run the `FirstSearchExample`, follow these steps:
16
14
* Run the example program:
17
15
`ATLAS_URI="<<insert your connection string here>>" ./gradlew run`
18
16
19
-
## Search Server Example
20
-
21
-
This Search Server example code was initially written for the article
22
-
("How to Build a Search Service in Java with MongoDB")[TBD].
23
-
It uses the `jettyRun` target and searches the `movies_index`. The search
24
-
server code lives under `server/`
25
-
26
-
To run the search server locally, follow these steps:
27
-
28
-
* Add the [sample collections](https://www.mongodb.com/docs/atlas/sample-data/) to your Atlas cluster
29
-
* If you're not already an Atlas user, [get started with Atlas](https://www.mongodb.com/docs/atlas/getting-started/)
30
-
*[Create an Atlas Search index](https://www.mongodb.com/docs/atlas/atlas-search/tutorial/create-index/) on the `movies` collection, named `movies_index`, using the index
31
-
configuration below.
32
-
*`cd server/` - work within the server directory.
33
-
* Run the search service:
34
-
`ATLAS_URI="<<insert your connection string here>>" ./gradlew jettyRun`
0 commit comments