forked from zq99299/note-book
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
优化 es 侧边栏分组
- Loading branch information
Showing
107 changed files
with
1,122 additions
and
1,199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...rch/core/11-two-node-shard-and-replica.md → ...rch-core/11-two-node-shard-and-replica.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 2节点 shard & replica 机制 | ||
# 2 节点 shard & replica 机制 | ||
[[toc]] | ||
|
||
图解 2个 node 环境下 replica shard 是如何分配的 | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
module.exports = () => { | ||
return [ | ||
'', | ||
'02-whatis/', | ||
'03-introduce/', | ||
'04-core-concept.md', | ||
'05-windows-install.md', | ||
{ | ||
title: "快速入门案例", | ||
collapsable: true, | ||
children: [ | ||
'quick-start-texample/06-crud.md', | ||
'quick-start-texample/07-search.md', | ||
'quick-start-texample/08-aggregation-analysis.md' | ||
] | ||
}, | ||
'09-basic-distributed-architecture.md', | ||
'10-one-node-shard-and-replica.md', | ||
'11-two-node-shard-and-replica.md', | ||
'12-lateral-capacity.md', | ||
'13-fault-tolerant.md', | ||
{ | ||
title: "分布式文档系统", | ||
collapsable: true, | ||
children: [ | ||
'distributed-document/14-document-basic-metadata.md', | ||
'distributed-document/15-documentid.md', | ||
'distributed-document/16-_source.md', | ||
'distributed-document/17-crud.md', | ||
'distributed-document/18-concurrent-update.md', | ||
'distributed-document/23-partial-update.md', | ||
'distributed-document/26-mget.md', | ||
'distributed-document/27-bulk.md', | ||
'distributed-document/28-stage-summary.md', | ||
'distributed-document/29-route.md', | ||
'distributed-document/30-crud-theory.md', | ||
'distributed-document/31-consistency-quorum.md', | ||
'distributed-document/32-query-theory.md', | ||
'distributed-document/33-bulk-json.md' | ||
] | ||
}, | ||
{ | ||
title: "初识搜索引擎", | ||
collapsable: true, | ||
children: [ | ||
'search-engine/34-search-result-timeout.md', | ||
'search-engine/35-multi-index.md', | ||
'search-engine/36-paging-deep-paging.md', | ||
'search-engine/37-query-string-search-and-mall-metadata.md', | ||
'search-engine/38-mapping.md', | ||
'search-engine/39-full-text-precise.md', | ||
'search-engine/40-inverted-index.md', | ||
'search-engine/41-tokenizer.md', | ||
'search-engine/42-query-string-participle-mapping.md', | ||
'search-engine/43-mapping-thorough.md', | ||
'search-engine/44-mapping-detailed.md', | ||
'search-engine/47-search-api-base.md', | ||
'search-engine/48-quick-start-query-dsl.md', | ||
'search-engine/49-filter-query.md', | ||
'search-engine/50-query-example.md', | ||
'search-engine/54-string-tow-index-sort.md', | ||
'search-engine/55-tf-idf.md', | ||
'search-engine/56-doc-value.md', | ||
'search-engine/57-query-phase.md', | ||
'search-engine/58-fetch-phase.md', | ||
'search-engine/59-bouncing-results.md', | ||
'search-engine/60-scoll.md' | ||
] | ||
}, | ||
{ | ||
title: "index 索引管理", | ||
collapsable: true, | ||
children: [ | ||
'index/61-quick-start-crud.md', | ||
'index/62-tokenizer.md', | ||
'index/63-type-data-structure.md', | ||
'index/64-mapping-root-object.md', | ||
'index/65-dynamic-mapping.md', | ||
'index/66-zero-downtime-replace-index.md' | ||
] | ||
}, | ||
'67-kernel-principle-decryption.md', | ||
'72-employee-example.md' | ||
] | ||
} |
4 changes: 2 additions & 2 deletions
4
docs/elasticsearch/core/index.md → docs/elasticsearch-core/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
module.exports = () => { | ||
return [ | ||
'', | ||
{ | ||
title: "结构化搜索", | ||
collapsable: true, | ||
children: [ | ||
'02-term-filter.md', | ||
'03-filter-bitset-caching.md', | ||
'04-bool-filter.md', | ||
'05-terms.md', | ||
'06-range-filter.md' | ||
] | ||
} | ||
] | ||
} |
4 changes: 1 addition & 3 deletions
4
docs/elasticsearch/high/index.md → docs/elasticsearch-high/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
# 简述 | ||
|
||
高级篇-简述 | ||
# elasticsearch 高级篇 | ||
|
||
本主题主要会在一个案例背景下讲解技术:IT 技术论坛 | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.