This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed all dirs/files to order them as in the book
- Loading branch information
1 parent
bab523c
commit 10ae14f
Showing
156 changed files
with
356 additions
and
567 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[[intro]] | ||
== You know, for Search... | ||
|
||
include::010_Intro/00_Intro.asciidoc[] | ||
|
||
include::010_Intro/05_What_is_it.asciidoc[] | ||
|
||
include::010_Intro/10_Installing_ES.asciidoc[] | ||
|
||
include::010_Intro/15_API.asciidoc[] | ||
|
||
include::010_Intro/20_Document.asciidoc[] | ||
|
||
include::010_Intro/25_CRUD.asciidoc[] | ||
|
||
include::010_Intro/30_Search.asciidoc[] | ||
|
||
include::010_Intro/35_Mapping.asciidoc[] | ||
|
||
include::010_Intro/40_Multi_tenancy.asciidoc[] | ||
|
||
include::010_Intro/45_Distributed.asciidoc[] | ||
|
||
include::010_Intro/50_Conclusion.asciidoc[] |
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
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
Distributed/Cluster.asciidoc → 020_Distributed/Cluster.asciidoc
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.
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.
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,27 @@ | ||
[[data-in-data-out]] | ||
== Data in, data out | ||
|
||
include::030_Data/00_Intro.asciidoc[] | ||
|
||
include::030_Data/05_Document.asciidoc[] | ||
|
||
include::030_Data/10_Index.asciidoc[] | ||
|
||
include::030_Data/15_Get.asciidoc[] | ||
|
||
include::030_Data/20_Exists.asciidoc[] | ||
|
||
include::030_Data/25_Update.asciidoc[] | ||
|
||
include::030_Data/30_Create.asciidoc[] | ||
|
||
include::030_Data/35_Delete.asciidoc[] | ||
|
||
include::030_Data/40_Version_control.asciidoc[] | ||
|
||
include::030_Data/45_Partial_update.asciidoc[] | ||
|
||
include::030_Data/50_Mget.asciidoc[] | ||
|
||
include::030_Data/55_Bulk.asciidoc[] | ||
|
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,45 @@ | ||
[[search]] | ||
== Searching – the basic tools | ||
|
||
include::050_Search/00_Intro.asciidoc[] | ||
|
||
include::050_Search/05_Empty_search.asciidoc[] | ||
|
||
include::050_Search/10_Multi_index_multi_type.asciidoc[] | ||
|
||
include::050_Search/15_Pagination.asciidoc[] | ||
|
||
include::050_Search/20_Query_string.asciidoc[] | ||
|
||
include::050_Search/25_Data_type_differences.asciidoc[] | ||
|
||
include::050_Search/30_Exact_vs_full_text.asciidoc[] | ||
|
||
include::050_Search/35_Inverted_index.asciidoc[] | ||
|
||
include::050_Search/40_Analysis.asciidoc[] | ||
|
||
include::050_Search/45_Mapping.asciidoc[] | ||
|
||
include::050_Search/50_Complex_datatypes.asciidoc[] | ||
|
||
include::050_Search/55_Request_body_search.asciidoc[] | ||
|
||
include::050_Search/60_Query_DSL.asciidoc[] | ||
|
||
include::050_Search/65_Queries_vs_filters.asciidoc[] | ||
|
||
include::050_Search/70_Important_clauses.asciidoc[] | ||
|
||
include::050_Search/75_Queries_with_filters.asciidoc[] | ||
|
||
include::050_Search/80_Validating_queries.asciidoc[] | ||
|
||
include::050_Search/85_Sorting.asciidoc[] | ||
|
||
include::050_Search/90_What_is_relevance.asciidoc[] | ||
|
||
include::050_Search/95_Fielddata.asciidoc[] | ||
|
||
include::050_Search/99_Conclusion.asciidoc[] | ||
|
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
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,44 @@ | ||
[[index-management]] | ||
== Index Management | ||
|
||
We have seen how Elasticsearch makes it easy to start developing a new | ||
application without requiring any advance planning. However, it doesn't take | ||
long before we need to fine-tune the indexing and search process | ||
to better suit particular use cases. | ||
|
||
Almost all of these customizations relate to the _index_, and the _types_ | ||
which it contains. In this chapter we will discuss the APIs | ||
for managing indices and type _mappings_, and the most important settings. | ||
|
||
include::070_Index_Mgmt/05_Create_Delete.asciidoc[] | ||
|
||
include::070_Index_Mgmt/10_Settings.asciidoc[] | ||
|
||
include::070_Index_Mgmt/15_Configure_Analyzer.asciidoc[] | ||
|
||
include::070_Index_Mgmt/20_Custom_Analyzers.asciidoc[] | ||
|
||
include::070_Index_Mgmt/25_Mappings.asciidoc[] | ||
|
||
include::070_Index_Mgmt/30_Root_Object.asciidoc[] | ||
|
||
include::070_Index_Mgmt/35_Dynamic_Mapping.asciidoc[] | ||
|
||
include::070_Index_Mgmt/40_Custom_Dynamic_Mapping.asciidoc[] | ||
|
||
include::070_Index_Mgmt/45_Default_Mapping.asciidoc[] | ||
|
||
include::070_Index_Mgmt/50_Reindexing.asciidoc[] | ||
|
||
include::070_Index_Mgmt/55_Aliases.asciidoc[] | ||
|
||
include::070_Index_Mgmt/60_Reindex_Optimizations.asciidoc[] | ||
|
||
include::070_Index_Mgmt/65_Conclusion.asciidoc[] | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
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.
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.
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.
Oops, something went wrong.