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
4. Download latest [Stack Overflow data set](https://archive.org/details/stackexchange)
11
11
- Under 7Z files, choose `stackoverflow.com-Posts.7z` , `stackoverflow.com-Users.7z` and `stackoverflow.com-Badges.7z`
12
12
5. Unzip Stack Overflow data set to a directory. You'll need around 90GB of available space!
@@ -40,7 +40,7 @@ Explore the Stack Overflow data set with the Elastic Stack using this gentle int
40
40
41
41
## Indexing data
42
42
43
-
1. Navigate to `StackOverflow.Indexer/bin/Release/netcoreapp2.2` directory from the root of the solution. There should be a compiled `StackOverflow.Indexer.dll` file in the directory from compiling the solution in previous steps.
43
+
1. Navigate to `StackOverflow.Indexer/bin/Release/netcoreapp3.0` directory from the root of the solution. There should be a compiled `StackOverflow.Indexer.dll` file in the directory from compiling the solution in previous steps.
44
44
45
45
2. Check available options for indexing posts or users using `--help` argument
46
46
@@ -73,7 +73,7 @@ Explore the Stack Overflow data set with the Elastic Stack using this gentle int
73
73
5. (Optional) Update answers with tags
74
74
75
75
If you'd like to be able to filter both questions and answers using tags, it can be useful to denormalize question tags onto
76
-
answers. The source data can be transformed before ingesting to do this, but can also be achieved using the update by query API
76
+
answers. The source data _can_ be transformed before ingesting to do this, but can also be achieved using the update by query API, which is what this command does.
0 commit comments