Skip to content

Commit

Permalink
Update search-over-new-field.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mars-lan authored Aug 27, 2020
1 parent 843a6c5 commit c4c6f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how/search-over-new-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ record CorpUserInfoDocument includes BaseDocument {
Now, we will modify the mapping of corp user search index. Use the following Elasticsearch command to add new field to an existing index.

```json
curl http://localhost:8080/corpuserinfodocument/doc/_mapping? --data '
curl http://localhost:9200/corpuserinfodocument/doc/_mapping? --data '
{
"properties": {
"courses": {
Expand Down

0 comments on commit c4c6f2a

Please sign in to comment.