Skip to content

Commit

Permalink
ElasticSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
xiajieqiong committed Sep 12, 2023
1 parent 8e5c60f commit c28ea7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/.vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ export default [
text: 'MongoDB',
link: '/TechnicalTopics/MongoDB',
},
{
text: 'ElasticSearch',
link: '/TechnicalTopics/ElasticSearch',
},
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ GET [index]/_search

### 新增字段

```
```SQL
PUT /_index_/_mapping
{
"properties": {
Expand Down

0 comments on commit c28ea7b

Please sign in to comment.