070_Index_Mgmt.asciidoc 1010 B

12345678910111213141516171819202122232425262728
  1. [[index-management]]
  2. == 索引管理
  3. 我们已经看到 Elasticsearch 让开发一个新的应用变得简单,不需要任何预先计划或设置。
  4. 不过,要不了多久你就会开始想要优化索引和搜索过程,以便更好地适合您的特定用例。
  5. 这些定制几乎围绕着索引和类型的方方面面,在本章,我们将介绍管理索引和类型映射的 API 以及一些最重要的设置。
  6. include::070_Index_Mgmt/05_Create_Delete.asciidoc[]
  7. include::070_Index_Mgmt/10_Settings.asciidoc[]
  8. include::070_Index_Mgmt/15_Configure_Analyzer.asciidoc[]
  9. include::070_Index_Mgmt/20_Custom_Analyzers.asciidoc[]
  10. include::070_Index_Mgmt/25_Mappings.asciidoc[]
  11. include::070_Index_Mgmt/30_Root_Object.asciidoc[]
  12. include::070_Index_Mgmt/35_Dynamic_Mapping.asciidoc[]
  13. include::070_Index_Mgmt/40_Custom_Dynamic_Mapping.asciidoc[]
  14. include::070_Index_Mgmt/45_Default_Mapping.asciidoc[]
  15. include::070_Index_Mgmt/50_Reindexing.asciidoc[]
  16. include::070_Index_Mgmt/55_Aliases.asciidoc[]