├── .github └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── 00_Getting_started.asciidoc ├── 010_Intro.asciidoc ├── 010_Intro ├── 05_What_is_it.asciidoc ├── 10_Installing_ES.asciidoc ├── 15_API.asciidoc ├── 20_Document.asciidoc ├── 25_Tutorial_Indexing.asciidoc ├── 30_Tutorial_Search.asciidoc ├── 35_Tutorial_Aggregations.asciidoc ├── 40_Tutorial_Conclusion.asciidoc ├── 45_Distributed.asciidoc └── 50_Conclusion.asciidoc ├── 01_Search_in_depth.asciidoc ├── 020_Distributed_Cluster.asciidoc ├── 020_Distributed_Cluster ├── 00_Intro.asciidoc ├── 05_Empty_cluster.asciidoc ├── 10_Cluster_health.asciidoc ├── 15_Add_an_index.asciidoc ├── 20_Add_failover.asciidoc ├── 25_Scale_horizontally.asciidoc ├── 30_Scale_more.asciidoc └── 35_Coping_with_failure.asciidoc ├── 02_Dealing_with_language.asciidoc ├── 030_Data ├── 00_Intro.asciidoc ├── 05_Document.asciidoc ├── 10_Index.asciidoc ├── 15_Get.asciidoc ├── 20_Exists.asciidoc ├── 25_Update.asciidoc ├── 30_Create.asciidoc ├── 35_Delete.asciidoc ├── 40_Version_control.asciidoc ├── 45_Partial_update.asciidoc ├── 50_Mget.asciidoc └── 55_Bulk.asciidoc ├── 030_Data_In_Data_Out.asciidoc ├── 03_Aggregations.asciidoc ├── 040_Distributed_CRUD.asciidoc ├── 040_Distributed_CRUD ├── 00_Intro.asciidoc ├── 05_Routing.asciidoc ├── 10_Shard_interaction.asciidoc ├── 15_Create_index_delete.asciidoc ├── 20_Retrieving.asciidoc ├── 25_Partial_updates.asciidoc ├── 30_Bulk_requests.asciidoc └── 35_Bulk_format.asciidoc ├── 04_Geolocation.asciidoc ├── 050_Search.asciidoc ├── 050_Search ├── 00_Intro.asciidoc ├── 05_Empty_search.asciidoc ├── 10_Multi_index_multi_type.asciidoc ├── 15_Pagination.asciidoc └── 20_Query_string.asciidoc ├── 052_Mapping_Analysis.asciidoc ├── 052_Mapping_Analysis ├── 25_Data_type_differences.asciidoc ├── 30_Exact_vs_full_text.asciidoc ├── 35_Inverted_index.asciidoc ├── 40_Analysis.asciidoc ├── 45_Mapping.asciidoc └── 50_Complex_datatypes.asciidoc ├── 054_Query_DSL.asciidoc ├── 054_Query_DSL ├── 55_Request_body_search.asciidoc ├── 60_Query_DSL.asciidoc ├── 65_Queries_vs_filters.asciidoc ├── 70_Important_clauses.asciidoc ├── 75_Combining_queries_together.asciidoc └── 80_Validating_queries.asciidoc ├── 056_Sorting.asciidoc ├── 056_Sorting ├── 85_Sorting.asciidoc ├── 88_String_sorting.asciidoc ├── 90_What_is_relevance.asciidoc └── 95_Docvalues.asciidoc ├── 060_Distributed_Search.asciidoc ├── 060_Distributed_Search ├── 00_Intro.asciidoc ├── 05_Query_phase.asciidoc ├── 10_Fetch_phase.asciidoc ├── 15_Search_options.asciidoc └── 20_Scroll.asciidoc ├── 06_Modeling_your_data.asciidoc ├── 070_Index_Mgmt.asciidoc ├── 070_Index_Mgmt ├── 05_Create_Delete.asciidoc ├── 10_Settings.asciidoc ├── 15_Configure_Analyzer.asciidoc ├── 20_Custom_Analyzers.asciidoc ├── 25_Mappings.asciidoc ├── 30_Root_Object.asciidoc ├── 31_Metadata_source.asciidoc ├── 32_Metadata_all.asciidoc ├── 33_Metadata_ID.asciidoc ├── 35_Dynamic_Mapping.asciidoc ├── 40_Custom_Dynamic_Mapping.asciidoc ├── 45_Default_Mapping.asciidoc ├── 50_Reindexing.asciidoc └── 55_Aliases.asciidoc ├── 075_Inside_a_shard.asciidoc ├── 075_Inside_a_shard ├── 10_Intro.asciidoc ├── 20_Making_text_searchable.asciidoc ├── 30_Dynamic_indices.asciidoc ├── 40_Near_real_time.asciidoc ├── 50_Persistent_changes.asciidoc └── 60_Segment_merging.asciidoc ├── 07_Admin.asciidoc ├── 080_Structured_Search.asciidoc ├── 080_Structured_Search ├── 00_structuredsearch.asciidoc ├── 05_term.asciidoc ├── 10_compoundfilters.asciidoc ├── 15_terms.asciidoc ├── 20_contains.asciidoc ├── 25_ranges.asciidoc ├── 30_existsmissing.asciidoc └── 40_bitsets.asciidoc ├── 100_Full_Text_Search.asciidoc ├── 100_Full_Text_Search ├── 00_Intro.asciidoc ├── 05_Match_query.asciidoc ├── 10_Multi_word_queries.asciidoc ├── 15_Combining_queries.asciidoc ├── 20_How_match_uses_bool.asciidoc ├── 25_Boosting_clauses.asciidoc ├── 30_Controlling_analysis.asciidoc └── 35_Relevance_is_broken.asciidoc ├── 110_Multi_Field_Search.asciidoc ├── 110_Multi_Field_Search ├── 00_Intro.asciidoc ├── 05_Multiple_query_strings.asciidoc ├── 10_Single_query_string.asciidoc ├── 15_Best_field.asciidoc ├── 20_Tuning_best_field_queries.asciidoc ├── 25_Multi_match_query.asciidoc ├── 30_Most_fields.asciidoc ├── 35_Entity_search.asciidoc ├── 40_Field_centric.asciidoc ├── 45_Custom_all.asciidoc ├── 50_Cross_field.asciidoc └── 55_Not_analyzed.asciidoc ├── 120_Proximity_Matching.asciidoc ├── 120_Proximity_Matching ├── 00_Intro.asciidoc ├── 05_Phrase_matching.asciidoc ├── 10_Slop.asciidoc ├── 15_Multi_value_fields.asciidoc ├── 20_Scoring.asciidoc ├── 25_Relevance.asciidoc ├── 30_Performance.asciidoc └── 35_Shingles.asciidoc ├── 130_Partial_Matching.asciidoc ├── 130_Partial_Matching ├── 00_Intro.asciidoc ├── 05_Postcodes.asciidoc ├── 10_Prefix_query.asciidoc ├── 15_WildcardRegexp.asciidoc ├── 20_Match_phrase_prefix.asciidoc ├── 25_Index_time.asciidoc ├── 30_Ngram_intro.asciidoc ├── 35_Search_as_you_type.asciidoc └── 40_Compound_words.asciidoc ├── 170_Relevance.asciidoc ├── 170_Relevance ├── 05_Intro.asciidoc ├── 10_Scoring_theory.asciidoc ├── 15_Practical_scoring.asciidoc ├── 20_Query_time_boosting.asciidoc ├── 25_Query_scoring.asciidoc ├── 30_Not_quite_not.asciidoc ├── 35_Ignoring_TFIDF.asciidoc ├── 40_Function_score_query.asciidoc ├── 45_Popularity.asciidoc ├── 50_Boosting_filtered_subsets.asciidoc ├── 55_Random_scoring.asciidoc ├── 60_Decay_functions.asciidoc ├── 65_Script_score.asciidoc ├── 70_Pluggable_similarities.asciidoc ├── 75_Changing_similarities.asciidoc └── 80_Conclusion.asciidoc ├── 200_Language_intro.asciidoc ├── 200_Language_intro ├── 00_Intro.asciidoc ├── 10_Using.asciidoc ├── 20_Configuring.asciidoc ├── 30_Language_pitfalls.asciidoc ├── 40_One_language_per_doc.asciidoc ├── 50_One_language_per_field.asciidoc └── 60_Mixed_language_fields.asciidoc ├── 210_Identifying_words.asciidoc ├── 210_Identifying_words ├── 00_Intro.asciidoc ├── 10_Standard_analyzer.asciidoc ├── 20_Standard_tokenizer.asciidoc ├── 30_ICU_plugin.asciidoc ├── 40_ICU_tokenizer.asciidoc └── 50_Tidying_text.asciidoc ├── 220_Token_normalization.asciidoc ├── 220_Token_normalization ├── 00_Intro.asciidoc ├── 10_Lowercasing.asciidoc ├── 20_Removing_diacritics.asciidoc ├── 30_Unicode_world.asciidoc ├── 40_Case_folding.asciidoc ├── 50_Character_folding.asciidoc └── 60_Sorting_and_collations.asciidoc ├── 230_Stemming.asciidoc ├── 230_Stemming ├── 00_Intro.asciidoc ├── 10_Algorithmic_stemmers.asciidoc ├── 20_Dictionary_stemmers.asciidoc ├── 30_Hunspell_stemmer.asciidoc ├── 40_Choosing_a_stemmer.asciidoc ├── 50_Controlling_stemming.asciidoc └── 60_Stemming_in_situ.asciidoc ├── 240_Stopwords.asciidoc ├── 240_Stopwords ├── 10_Intro.asciidoc ├── 20_Using_stopwords.asciidoc ├── 30_Stopwords_and_performance.asciidoc ├── 40_Divide_and_conquer.asciidoc ├── 50_Phrase_queries.asciidoc ├── 60_Common_grams.asciidoc └── 70_Relevance.asciidoc ├── 260_Synonyms.asciidoc ├── 260_Synonyms ├── 10_Intro.asciidoc ├── 20_Using_synonyms.asciidoc ├── 30_Synonym_formats.asciidoc ├── 40_Expand_contract.asciidoc ├── 50_Analysis_chain.asciidoc ├── 60_Multi_word_synonyms.asciidoc └── 70_Symbol_synonyms.asciidoc ├── 270_Fuzzy_matching.asciidoc ├── 270_Fuzzy_matching ├── 10_Intro.asciidoc ├── 20_Fuzziness.asciidoc ├── 30_Fuzzy_query.asciidoc ├── 40_Fuzzy_match_query.asciidoc ├── 50_Scoring_fuzziness.asciidoc └── 60_Phonetic_matching.asciidoc ├── 300_Aggregations ├── 100_circuit_breaker_fd_settings.asciidoc ├── 105_filtering.asciidoc ├── 115_eager.asciidoc ├── 120_breadth_vs_depth.asciidoc ├── 125_Conclusion.asciidoc ├── 20_basic_example.asciidoc ├── 21_add_metric.asciidoc ├── 22_nested_bucket.asciidoc ├── 23_extra_metrics.asciidoc ├── 30_histogram.asciidoc ├── 35_date_histogram.asciidoc ├── 40_scope.asciidoc ├── 45_filtering.asciidoc ├── 50_sorting_ordering.asciidoc ├── 55_approx_intro.asciidoc ├── 60_cardinality.asciidoc ├── 65_percentiles.asciidoc ├── 70_sigterms_intro.asciidoc ├── 75_sigterms.asciidoc ├── 90_docvalues.asciidoc ├── 93_technical_docvalues.asciidoc └── 95_analyzed_vs_not.asciidoc ├── 301_Aggregation_Overview.asciidoc ├── 302_Example_Walkthrough.asciidoc ├── 303_Making_Graphs.asciidoc ├── 304_Approximate_Aggregations.asciidoc ├── 305_Significant_Terms.asciidoc ├── 306_Practical_Considerations.asciidoc ├── 310_Geopoints.asciidoc ├── 310_Geopoints ├── 20_Geopoints.asciidoc ├── 30_Filter_by_geopoint.asciidoc ├── 32_Bounding_box.asciidoc ├── 34_Geo_distance.asciidoc └── 50_Sorting_by_distance.asciidoc ├── 320_Geohashes.asciidoc ├── 320_Geohashes ├── 40_Geohashes.asciidoc ├── 50_Geohash_mapping.asciidoc └── 60_Geohash_cell_filter.asciidoc ├── 330_Geo_aggs.asciidoc ├── 330_Geo_aggs ├── 60_Geo_aggs.asciidoc ├── 62_Geo_distance_agg.asciidoc ├── 64_Geohash_grid_agg.asciidoc └── 66_Geo_bounds_agg.asciidoc ├── 340_Geoshapes.asciidoc ├── 340_Geoshapes ├── 70_Geoshapes.asciidoc ├── 72_Mapping_geo_shapes.asciidoc ├── 74_Indexing_geo_shapes.asciidoc ├── 76_Querying_geo_shapes.asciidoc └── 78_Indexed_geo_shapes.asciidoc ├── 400_Relationships.asciidoc ├── 400_Relationships ├── 10_Intro.asciidoc ├── 15_Application_joins.asciidoc ├── 20_Denormalization.asciidoc ├── 22_Top_hits.asciidoc ├── 25_Concurrency.asciidoc └── 26_Concurrency_solutions.asciidoc ├── 402_Nested.asciidoc ├── 402_Nested ├── 30_Nested_objects.asciidoc ├── 31_Nested_mapping.asciidoc ├── 32_Nested_query.asciidoc ├── 33_Nested_sorting.asciidoc └── 35_Nested_aggs.asciidoc ├── 404_Parent_Child.asciidoc ├── 404_Parent_Child ├── 40_Parent_child.asciidoc ├── 45_Indexing_parent_child.asciidoc ├── 50_Has_child.asciidoc ├── 55_Has_parent.asciidoc ├── 60_Children_agg.asciidoc ├── 65_Grandparents.asciidoc └── 70_Practical_considerations.asciidoc ├── 410_Scaling.asciidoc ├── 410_Scaling ├── 10_Intro.asciidoc ├── 15_Shard.asciidoc ├── 20_Overallocation.asciidoc ├── 25_Kagillion_shards.asciidoc ├── 30_Capacity_planning.asciidoc ├── 35_Replica_shards.asciidoc ├── 40_Multiple_indices.asciidoc ├── 45_Index_per_timeframe.asciidoc ├── 50_Index_templates.asciidoc ├── 55_Retiring_data.asciidoc ├── 60_Index_per_user.asciidoc ├── 65_Shared_index.asciidoc ├── 70_Faking_it.asciidoc ├── 75_One_big_user.asciidoc └── 80_Scale_is_not_infinite.asciidoc ├── 500_Cluster_Admin.asciidoc ├── 500_Cluster_Admin ├── 10_intro.asciidoc ├── 15_marvel.asciidoc ├── 20_health.asciidoc ├── 30_node_stats.asciidoc └── 40_other_stats.asciidoc ├── 510_Deployment.asciidoc ├── 510_Deployment ├── 10_intro.asciidoc ├── 20_hardware.asciidoc ├── 30_other.asciidoc ├── 40_config.asciidoc ├── 45_dont_touch.asciidoc ├── 50_heap.asciidoc ├── 60_file_descriptors.asciidoc ├── 70_conclusion.asciidoc └── 80_cluster_settings.asciidoc ├── 520_Post_Deployment.asciidoc ├── 520_Post_Deployment ├── 10_dynamic_settings.asciidoc ├── 20_logging.asciidoc ├── 30_indexing_perf.asciidoc ├── 35_delayed_shard_allocation.asciidoc ├── 40_rolling_restart.asciidoc ├── 50_backup.asciidoc ├── 60_restore.asciidoc └── 70_conclusion.asciidoc ├── LICENSE.asciidoc ├── Preface.asciidoc ├── README.md ├── atlas.json ├── author_bio.html ├── book-docinfo.xml ├── book-extra-title-page.html ├── book.asciidoc ├── callouts ├── 1.pdf ├── 1.png ├── 10.pdf ├── 10.png ├── 11.pdf ├── 11.png ├── 2.pdf ├── 2.png ├── 3.pdf ├── 3.png ├── 4.pdf ├── 4.png ├── 5.pdf ├── 5.png ├── 6.pdf ├── 6.png ├── 7.pdf ├── 7.png ├── 8.pdf ├── 8.png ├── 9.pdf └── 9.png ├── colo.html ├── copyright.html ├── cover.html ├── foreword.asciidoc ├── images ├── 300_120_breadth_first_1.svg ├── 300_120_breadth_first_2.svg ├── 300_120_breadth_first_3.svg ├── 300_120_breadth_first_4.svg ├── 300_120_depth_first_1.svg ├── 300_120_depth_first_2.svg ├── 300_120_depth_first_3.svg ├── cover.png ├── elas_0201.png ├── elas_0202.png ├── elas_0203.png ├── elas_0204.png ├── elas_0205.png ├── elas_0206.png ├── elas_0301.png ├── elas_0401.png ├── elas_0402.png ├── elas_0403.png ├── elas_0404.png ├── elas_0405.png ├── elas_0406.png ├── elas_0901.png ├── elas_0902.png ├── elas_1101.png ├── elas_1102.png ├── elas_1103.png ├── elas_1104.png ├── elas_1105.png ├── elas_1106.png ├── elas_1107.png ├── elas_1108.png ├── elas_1109.png ├── elas_1110.png ├── elas_1111.png ├── elas_1701.png ├── elas_1702.png ├── elas_1703.png ├── elas_1704.png ├── elas_1705.png ├── elas_1706.png ├── elas_17in01.png ├── elas_17in02.png ├── elas_28in01.png ├── elas_28in02.png ├── elas_29in01.png ├── elas_29in02.png ├── elas_29in03.png ├── elas_33in01.png ├── elas_33in02.png ├── elas_4401.png ├── elas_4402.png ├── elas_4403.png └── elas_4404.png ├── ix.html ├── page_header.html ├── scripts ├── 300_Aggregations │ ├── README.md │ ├── generate.py │ ├── import.py │ └── mappings.json ├── search_docs.pl └── svg_to_png.pl ├── snippets ├── 010_Intro │ ├── 10_Info.json │ ├── 15_Count.json │ ├── 25_Index.json │ ├── 30_Get.json │ ├── 30_Query_DSL.json │ ├── 30_Simple_search.json │ └── 35_Aggregations.json ├── 020_Distributed_Cluster │ ├── 10_Cluster_health.json │ ├── 15_Add_index.json │ └── 30_Replicas.json ├── 030_Data │ ├── 10_Create_doc_123.json │ ├── 10_Create_doc_auto_ID.json │ ├── 15_Get_document.json │ ├── 25_Reindex_doc.json │ ├── 30_Create_doc.json │ ├── 35_Delete_doc.json │ ├── 40_Concurrency.json │ ├── 40_External_versions.json │ ├── 45_Partial_update.json │ ├── 45_Upsert.json │ ├── 50_Mget.json │ ├── 55_Bulk.json │ ├── 55_Bulk_defaults.json │ └── 55_Bulk_independent.json ├── 050_Search │ ├── 05_Empty_search.json │ ├── 15_Pagination.json │ ├── 20_All_field.json │ ├── 20_Query_string.json │ └── Test_data.json ├── 052_Mapping_Analysis │ ├── 25_Data_type_differences.json │ ├── 40_Analyze.json │ └── 45_Mapping.json ├── 054_Query_DSL │ ├── 60_Bool_query.json │ ├── 60_Empty_query.json │ ├── 60_Match_query.json │ ├── 70_Bool_filter.json │ ├── 70_Bool_query.json │ ├── 70_Exists_filter.json │ ├── 70_Match_all_query.json │ ├── 70_Match_query.json │ ├── 70_Multi_match_query.json │ ├── 70_Range_filter.json │ ├── 70_Term_filter.json │ ├── 70_Terms_filter.json │ ├── 75_Filtered_query.json │ ├── 80_Understanding_queries.json │ └── 80_Validate_query.json ├── 056_Sorting │ ├── 85_Multilevel_sort.json │ ├── 85_Sort_by_date.json │ ├── 88_Multifield.json │ ├── 90_Explain.json │ └── 90_Explain_API.json ├── 070_Index_Mgmt │ ├── 10_Settings.json │ ├── 15_Configure_Analyzer.json │ ├── 20_Custom_analyzer.json │ ├── 31_Source_field.json │ ├── 35_Dynamic_mapping.json │ ├── 40_Custom_dynamic_mapping.json │ ├── 45_Default_mapping.json │ └── 55_Aliases.json ├── 080_Structured_Search │ ├── 05_Term_number.json │ ├── 05_Term_text.json │ ├── 10_Bool_filter.json │ ├── 15_Terms_filter.json │ ├── 20_Exact.json │ ├── 25_Range_filter.json │ └── 30_Exists_missing.json ├── 100_Full_Text_Search │ ├── 05_Match_query.json │ ├── 15_Bool_query.json │ ├── 25_Boost.json │ └── 30_Analysis.json ├── 110_Multi_Field_Search │ ├── 05_Multiple_query_strings.json │ ├── 15_Best_fields.json │ ├── 25_Best_fields.json │ ├── 30_Most_fields.json │ ├── 40_Bad_frequencies.json │ ├── 40_Entity_search_problems.json │ ├── 45_Custom_all.json │ ├── 50_Cross_field.json │ └── 55_Not_analyzed.json ├── 120_Proximity_Matching │ ├── 05_Match_phrase_query.json │ ├── 05_Term_positions.json │ ├── 10_Slop.json │ ├── 15_Multi_value_fields.json │ ├── 20_Scoring.json │ ├── 25_Relevance.json │ ├── 30_Performance.json │ └── 35_Shingles.json ├── 130_Partial_Matching │ ├── 10_Prefix_query.json │ ├── 15_Wildcard_regexp.json │ ├── 20_Match_phrase_prefix.json │ ├── 35_Postcodes.json │ ├── 35_Search_as_you_type.json │ └── 40_Compound_words.json └── 300_Aggregations │ ├── 20_basic_example.json │ ├── 30_histogram.json │ ├── 35_date_histogram.json │ ├── 40_scope.json │ ├── 45_filtering.json │ ├── 50_sorting_ordering.json │ ├── 60_cardinality.json │ └── 75_sigterms.json ├── stash ├── 35_null_value.asciidoc ├── 45_termslookup.asciidoc ├── 55_revisittermslookup.asciidoc ├── 60_Reindex_Optimizations.asciidoc ├── Arbitrary preference for search.asciidoc ├── Execution_mode_of_terms.asciidoc ├── Terminology.asciidoc ├── normalizingexact.asciidoc ├── omit_norms.asciidoc ├── persegmentbitsets.asciidoc ├── rewrite.asciidoc └── stopwords.asciidoc ├── svg ├── 02-01_cluster.svg ├── 02-02_one_node.svg ├── 02-03_two_nodes.svg ├── 02-04_three_nodes.svg ├── 02-05_replicas.svg ├── 02-06_node_failure.svg ├── 03-01_concurrency.svg ├── 04-01_index.svg ├── 04-02_write.svg ├── 04-03_get.svg ├── 04-04_update.svg ├── 04-05_mget.svg ├── 04-06_bulk.svg ├── 06-01_query.svg ├── 06-02_fetch.svg ├── 075_30_index.svg ├── 075_30_post_commit.svg ├── 075_30_pre_commit.svg ├── 075_40_post_refresh.svg ├── 075_40_pre_refresh.svg ├── 075_50_post_flush.svg ├── 075_50_post_refresh.svg ├── 075_50_pre_flush.svg ├── 075_50_pre_refresh.svg ├── 075_60_merge.svg ├── 075_60_post_merge.svg ├── 170_01_query.svg ├── 170_02_docs.svg ├── 170_03_linear_popularity.svg ├── 170_04_log_popularity.svg ├── 170_05_log_factor.svg ├── 170_06_log_sum.svg ├── 170_07_decay.svg ├── 170_08_term_saturation.svg ├── 410_15_one_shard.svg ├── 410_20_two_shards.svg ├── 410_35_four_nodes.svg └── 410_35_three_nodes.svg ├── test └── test.json ├── theme ├── epub │ └── layout.html ├── mobi │ └── layout.html └── pdf │ ├── pdf.css │ └── pdf.xsl ├── titlepage.html ├── toc.html └── tools ├── intakereport.txt └── oneoffs └── oneoff.css /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/.gitignore -------------------------------------------------------------------------------- /00_Getting_started.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/00_Getting_started.asciidoc -------------------------------------------------------------------------------- /010_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/010_Intro.asciidoc -------------------------------------------------------------------------------- /010_Intro/05_What_is_it.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/010_Intro/05_What_is_it.asciidoc -------------------------------------------------------------------------------- /010_Intro/10_Installing_ES.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/010_Intro/10_Installing_ES.asciidoc -------------------------------------------------------------------------------- /010_Intro/15_API.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/010_Intro/15_API.asciidoc -------------------------------------------------------------------------------- /010_Intro/20_Document.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/010_Intro/20_Document.asciidoc -------------------------------------------------------------------------------- /010_Intro/25_Tutorial_Indexing.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/010_Intro/25_Tutorial_Indexing.asciidoc -------------------------------------------------------------------------------- /010_Intro/30_Tutorial_Search.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/010_Intro/30_Tutorial_Search.asciidoc -------------------------------------------------------------------------------- /010_Intro/35_Tutorial_Aggregations.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/010_Intro/35_Tutorial_Aggregations.asciidoc -------------------------------------------------------------------------------- /010_Intro/40_Tutorial_Conclusion.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/010_Intro/40_Tutorial_Conclusion.asciidoc -------------------------------------------------------------------------------- /010_Intro/45_Distributed.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/010_Intro/45_Distributed.asciidoc -------------------------------------------------------------------------------- /010_Intro/50_Conclusion.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/010_Intro/50_Conclusion.asciidoc -------------------------------------------------------------------------------- /01_Search_in_depth.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/01_Search_in_depth.asciidoc -------------------------------------------------------------------------------- /020_Distributed_Cluster.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/020_Distributed_Cluster.asciidoc -------------------------------------------------------------------------------- /020_Distributed_Cluster/00_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/020_Distributed_Cluster/00_Intro.asciidoc -------------------------------------------------------------------------------- /020_Distributed_Cluster/05_Empty_cluster.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/020_Distributed_Cluster/05_Empty_cluster.asciidoc -------------------------------------------------------------------------------- /020_Distributed_Cluster/10_Cluster_health.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/020_Distributed_Cluster/10_Cluster_health.asciidoc -------------------------------------------------------------------------------- /020_Distributed_Cluster/15_Add_an_index.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/020_Distributed_Cluster/15_Add_an_index.asciidoc -------------------------------------------------------------------------------- /020_Distributed_Cluster/20_Add_failover.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/020_Distributed_Cluster/20_Add_failover.asciidoc -------------------------------------------------------------------------------- /020_Distributed_Cluster/25_Scale_horizontally.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/020_Distributed_Cluster/25_Scale_horizontally.asciidoc -------------------------------------------------------------------------------- /020_Distributed_Cluster/30_Scale_more.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/020_Distributed_Cluster/30_Scale_more.asciidoc -------------------------------------------------------------------------------- /020_Distributed_Cluster/35_Coping_with_failure.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/020_Distributed_Cluster/35_Coping_with_failure.asciidoc -------------------------------------------------------------------------------- /02_Dealing_with_language.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/02_Dealing_with_language.asciidoc -------------------------------------------------------------------------------- /030_Data/00_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/030_Data/00_Intro.asciidoc -------------------------------------------------------------------------------- /030_Data/05_Document.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/030_Data/05_Document.asciidoc -------------------------------------------------------------------------------- /030_Data/10_Index.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/030_Data/10_Index.asciidoc -------------------------------------------------------------------------------- /030_Data/15_Get.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/030_Data/15_Get.asciidoc -------------------------------------------------------------------------------- /030_Data/20_Exists.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/030_Data/20_Exists.asciidoc -------------------------------------------------------------------------------- /030_Data/25_Update.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/030_Data/25_Update.asciidoc -------------------------------------------------------------------------------- /030_Data/30_Create.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/030_Data/30_Create.asciidoc -------------------------------------------------------------------------------- /030_Data/35_Delete.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/030_Data/35_Delete.asciidoc -------------------------------------------------------------------------------- /030_Data/40_Version_control.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/030_Data/40_Version_control.asciidoc -------------------------------------------------------------------------------- /030_Data/45_Partial_update.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/030_Data/45_Partial_update.asciidoc -------------------------------------------------------------------------------- /030_Data/50_Mget.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/030_Data/50_Mget.asciidoc -------------------------------------------------------------------------------- /030_Data/55_Bulk.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/030_Data/55_Bulk.asciidoc -------------------------------------------------------------------------------- /030_Data_In_Data_Out.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/030_Data_In_Data_Out.asciidoc -------------------------------------------------------------------------------- /03_Aggregations.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/03_Aggregations.asciidoc -------------------------------------------------------------------------------- /040_Distributed_CRUD.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/040_Distributed_CRUD.asciidoc -------------------------------------------------------------------------------- /040_Distributed_CRUD/00_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/040_Distributed_CRUD/00_Intro.asciidoc -------------------------------------------------------------------------------- /040_Distributed_CRUD/05_Routing.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/040_Distributed_CRUD/05_Routing.asciidoc -------------------------------------------------------------------------------- /040_Distributed_CRUD/10_Shard_interaction.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/040_Distributed_CRUD/10_Shard_interaction.asciidoc -------------------------------------------------------------------------------- /040_Distributed_CRUD/15_Create_index_delete.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/040_Distributed_CRUD/15_Create_index_delete.asciidoc -------------------------------------------------------------------------------- /040_Distributed_CRUD/20_Retrieving.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/040_Distributed_CRUD/20_Retrieving.asciidoc -------------------------------------------------------------------------------- /040_Distributed_CRUD/25_Partial_updates.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/040_Distributed_CRUD/25_Partial_updates.asciidoc -------------------------------------------------------------------------------- /040_Distributed_CRUD/30_Bulk_requests.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/040_Distributed_CRUD/30_Bulk_requests.asciidoc -------------------------------------------------------------------------------- /040_Distributed_CRUD/35_Bulk_format.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/040_Distributed_CRUD/35_Bulk_format.asciidoc -------------------------------------------------------------------------------- /04_Geolocation.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/04_Geolocation.asciidoc -------------------------------------------------------------------------------- /050_Search.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/050_Search.asciidoc -------------------------------------------------------------------------------- /050_Search/00_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/050_Search/00_Intro.asciidoc -------------------------------------------------------------------------------- /050_Search/05_Empty_search.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/050_Search/05_Empty_search.asciidoc -------------------------------------------------------------------------------- /050_Search/10_Multi_index_multi_type.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/050_Search/10_Multi_index_multi_type.asciidoc -------------------------------------------------------------------------------- /050_Search/15_Pagination.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/050_Search/15_Pagination.asciidoc -------------------------------------------------------------------------------- /050_Search/20_Query_string.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/050_Search/20_Query_string.asciidoc -------------------------------------------------------------------------------- /052_Mapping_Analysis.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/052_Mapping_Analysis.asciidoc -------------------------------------------------------------------------------- /052_Mapping_Analysis/25_Data_type_differences.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/052_Mapping_Analysis/25_Data_type_differences.asciidoc -------------------------------------------------------------------------------- /052_Mapping_Analysis/30_Exact_vs_full_text.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/052_Mapping_Analysis/30_Exact_vs_full_text.asciidoc -------------------------------------------------------------------------------- /052_Mapping_Analysis/35_Inverted_index.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/052_Mapping_Analysis/35_Inverted_index.asciidoc -------------------------------------------------------------------------------- /052_Mapping_Analysis/40_Analysis.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/052_Mapping_Analysis/40_Analysis.asciidoc -------------------------------------------------------------------------------- /052_Mapping_Analysis/45_Mapping.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/052_Mapping_Analysis/45_Mapping.asciidoc -------------------------------------------------------------------------------- /052_Mapping_Analysis/50_Complex_datatypes.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/052_Mapping_Analysis/50_Complex_datatypes.asciidoc -------------------------------------------------------------------------------- /054_Query_DSL.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/054_Query_DSL.asciidoc -------------------------------------------------------------------------------- /054_Query_DSL/55_Request_body_search.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/054_Query_DSL/55_Request_body_search.asciidoc -------------------------------------------------------------------------------- /054_Query_DSL/60_Query_DSL.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/054_Query_DSL/60_Query_DSL.asciidoc -------------------------------------------------------------------------------- /054_Query_DSL/65_Queries_vs_filters.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/054_Query_DSL/65_Queries_vs_filters.asciidoc -------------------------------------------------------------------------------- /054_Query_DSL/70_Important_clauses.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/054_Query_DSL/70_Important_clauses.asciidoc -------------------------------------------------------------------------------- /054_Query_DSL/75_Combining_queries_together.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/054_Query_DSL/75_Combining_queries_together.asciidoc -------------------------------------------------------------------------------- /054_Query_DSL/80_Validating_queries.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/054_Query_DSL/80_Validating_queries.asciidoc -------------------------------------------------------------------------------- /056_Sorting.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/056_Sorting.asciidoc -------------------------------------------------------------------------------- /056_Sorting/85_Sorting.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/056_Sorting/85_Sorting.asciidoc -------------------------------------------------------------------------------- /056_Sorting/88_String_sorting.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/056_Sorting/88_String_sorting.asciidoc -------------------------------------------------------------------------------- /056_Sorting/90_What_is_relevance.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/056_Sorting/90_What_is_relevance.asciidoc -------------------------------------------------------------------------------- /056_Sorting/95_Docvalues.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/056_Sorting/95_Docvalues.asciidoc -------------------------------------------------------------------------------- /060_Distributed_Search.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/060_Distributed_Search.asciidoc -------------------------------------------------------------------------------- /060_Distributed_Search/00_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/060_Distributed_Search/00_Intro.asciidoc -------------------------------------------------------------------------------- /060_Distributed_Search/05_Query_phase.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/060_Distributed_Search/05_Query_phase.asciidoc -------------------------------------------------------------------------------- /060_Distributed_Search/10_Fetch_phase.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/060_Distributed_Search/10_Fetch_phase.asciidoc -------------------------------------------------------------------------------- /060_Distributed_Search/15_Search_options.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/060_Distributed_Search/15_Search_options.asciidoc -------------------------------------------------------------------------------- /060_Distributed_Search/20_Scroll.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/060_Distributed_Search/20_Scroll.asciidoc -------------------------------------------------------------------------------- /06_Modeling_your_data.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/06_Modeling_your_data.asciidoc -------------------------------------------------------------------------------- /070_Index_Mgmt.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/070_Index_Mgmt.asciidoc -------------------------------------------------------------------------------- /070_Index_Mgmt/05_Create_Delete.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/070_Index_Mgmt/05_Create_Delete.asciidoc -------------------------------------------------------------------------------- /070_Index_Mgmt/10_Settings.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/070_Index_Mgmt/10_Settings.asciidoc -------------------------------------------------------------------------------- /070_Index_Mgmt/15_Configure_Analyzer.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/070_Index_Mgmt/15_Configure_Analyzer.asciidoc -------------------------------------------------------------------------------- /070_Index_Mgmt/20_Custom_Analyzers.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/070_Index_Mgmt/20_Custom_Analyzers.asciidoc -------------------------------------------------------------------------------- /070_Index_Mgmt/25_Mappings.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/070_Index_Mgmt/25_Mappings.asciidoc -------------------------------------------------------------------------------- /070_Index_Mgmt/30_Root_Object.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/070_Index_Mgmt/30_Root_Object.asciidoc -------------------------------------------------------------------------------- /070_Index_Mgmt/31_Metadata_source.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/070_Index_Mgmt/31_Metadata_source.asciidoc -------------------------------------------------------------------------------- /070_Index_Mgmt/32_Metadata_all.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/070_Index_Mgmt/32_Metadata_all.asciidoc -------------------------------------------------------------------------------- /070_Index_Mgmt/33_Metadata_ID.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/070_Index_Mgmt/33_Metadata_ID.asciidoc -------------------------------------------------------------------------------- /070_Index_Mgmt/35_Dynamic_Mapping.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/070_Index_Mgmt/35_Dynamic_Mapping.asciidoc -------------------------------------------------------------------------------- /070_Index_Mgmt/40_Custom_Dynamic_Mapping.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/070_Index_Mgmt/40_Custom_Dynamic_Mapping.asciidoc -------------------------------------------------------------------------------- /070_Index_Mgmt/45_Default_Mapping.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/070_Index_Mgmt/45_Default_Mapping.asciidoc -------------------------------------------------------------------------------- /070_Index_Mgmt/50_Reindexing.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/070_Index_Mgmt/50_Reindexing.asciidoc -------------------------------------------------------------------------------- /070_Index_Mgmt/55_Aliases.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/070_Index_Mgmt/55_Aliases.asciidoc -------------------------------------------------------------------------------- /075_Inside_a_shard.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/075_Inside_a_shard.asciidoc -------------------------------------------------------------------------------- /075_Inside_a_shard/10_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/075_Inside_a_shard/10_Intro.asciidoc -------------------------------------------------------------------------------- /075_Inside_a_shard/20_Making_text_searchable.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/075_Inside_a_shard/20_Making_text_searchable.asciidoc -------------------------------------------------------------------------------- /075_Inside_a_shard/30_Dynamic_indices.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/075_Inside_a_shard/30_Dynamic_indices.asciidoc -------------------------------------------------------------------------------- /075_Inside_a_shard/40_Near_real_time.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/075_Inside_a_shard/40_Near_real_time.asciidoc -------------------------------------------------------------------------------- /075_Inside_a_shard/50_Persistent_changes.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/075_Inside_a_shard/50_Persistent_changes.asciidoc -------------------------------------------------------------------------------- /075_Inside_a_shard/60_Segment_merging.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/075_Inside_a_shard/60_Segment_merging.asciidoc -------------------------------------------------------------------------------- /07_Admin.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/07_Admin.asciidoc -------------------------------------------------------------------------------- /080_Structured_Search.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/080_Structured_Search.asciidoc -------------------------------------------------------------------------------- /080_Structured_Search/00_structuredsearch.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/080_Structured_Search/00_structuredsearch.asciidoc -------------------------------------------------------------------------------- /080_Structured_Search/05_term.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/080_Structured_Search/05_term.asciidoc -------------------------------------------------------------------------------- /080_Structured_Search/10_compoundfilters.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/080_Structured_Search/10_compoundfilters.asciidoc -------------------------------------------------------------------------------- /080_Structured_Search/15_terms.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/080_Structured_Search/15_terms.asciidoc -------------------------------------------------------------------------------- /080_Structured_Search/20_contains.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/080_Structured_Search/20_contains.asciidoc -------------------------------------------------------------------------------- /080_Structured_Search/25_ranges.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/080_Structured_Search/25_ranges.asciidoc -------------------------------------------------------------------------------- /080_Structured_Search/30_existsmissing.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/080_Structured_Search/30_existsmissing.asciidoc -------------------------------------------------------------------------------- /080_Structured_Search/40_bitsets.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/080_Structured_Search/40_bitsets.asciidoc -------------------------------------------------------------------------------- /100_Full_Text_Search.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/100_Full_Text_Search.asciidoc -------------------------------------------------------------------------------- /100_Full_Text_Search/00_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/100_Full_Text_Search/00_Intro.asciidoc -------------------------------------------------------------------------------- /100_Full_Text_Search/05_Match_query.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/100_Full_Text_Search/05_Match_query.asciidoc -------------------------------------------------------------------------------- /100_Full_Text_Search/10_Multi_word_queries.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/100_Full_Text_Search/10_Multi_word_queries.asciidoc -------------------------------------------------------------------------------- /100_Full_Text_Search/15_Combining_queries.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/100_Full_Text_Search/15_Combining_queries.asciidoc -------------------------------------------------------------------------------- /100_Full_Text_Search/20_How_match_uses_bool.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/100_Full_Text_Search/20_How_match_uses_bool.asciidoc -------------------------------------------------------------------------------- /100_Full_Text_Search/25_Boosting_clauses.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/100_Full_Text_Search/25_Boosting_clauses.asciidoc -------------------------------------------------------------------------------- /100_Full_Text_Search/30_Controlling_analysis.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/100_Full_Text_Search/30_Controlling_analysis.asciidoc -------------------------------------------------------------------------------- /100_Full_Text_Search/35_Relevance_is_broken.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/100_Full_Text_Search/35_Relevance_is_broken.asciidoc -------------------------------------------------------------------------------- /110_Multi_Field_Search.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/110_Multi_Field_Search.asciidoc -------------------------------------------------------------------------------- /110_Multi_Field_Search/00_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/110_Multi_Field_Search/00_Intro.asciidoc -------------------------------------------------------------------------------- /110_Multi_Field_Search/05_Multiple_query_strings.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/110_Multi_Field_Search/05_Multiple_query_strings.asciidoc -------------------------------------------------------------------------------- /110_Multi_Field_Search/10_Single_query_string.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/110_Multi_Field_Search/10_Single_query_string.asciidoc -------------------------------------------------------------------------------- /110_Multi_Field_Search/15_Best_field.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/110_Multi_Field_Search/15_Best_field.asciidoc -------------------------------------------------------------------------------- /110_Multi_Field_Search/20_Tuning_best_field_queries.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/110_Multi_Field_Search/20_Tuning_best_field_queries.asciidoc -------------------------------------------------------------------------------- /110_Multi_Field_Search/25_Multi_match_query.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/110_Multi_Field_Search/25_Multi_match_query.asciidoc -------------------------------------------------------------------------------- /110_Multi_Field_Search/30_Most_fields.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/110_Multi_Field_Search/30_Most_fields.asciidoc -------------------------------------------------------------------------------- /110_Multi_Field_Search/35_Entity_search.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/110_Multi_Field_Search/35_Entity_search.asciidoc -------------------------------------------------------------------------------- /110_Multi_Field_Search/40_Field_centric.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/110_Multi_Field_Search/40_Field_centric.asciidoc -------------------------------------------------------------------------------- /110_Multi_Field_Search/45_Custom_all.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/110_Multi_Field_Search/45_Custom_all.asciidoc -------------------------------------------------------------------------------- /110_Multi_Field_Search/50_Cross_field.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/110_Multi_Field_Search/50_Cross_field.asciidoc -------------------------------------------------------------------------------- /110_Multi_Field_Search/55_Not_analyzed.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/110_Multi_Field_Search/55_Not_analyzed.asciidoc -------------------------------------------------------------------------------- /120_Proximity_Matching.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/120_Proximity_Matching.asciidoc -------------------------------------------------------------------------------- /120_Proximity_Matching/00_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/120_Proximity_Matching/00_Intro.asciidoc -------------------------------------------------------------------------------- /120_Proximity_Matching/05_Phrase_matching.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/120_Proximity_Matching/05_Phrase_matching.asciidoc -------------------------------------------------------------------------------- /120_Proximity_Matching/10_Slop.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/120_Proximity_Matching/10_Slop.asciidoc -------------------------------------------------------------------------------- /120_Proximity_Matching/15_Multi_value_fields.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/120_Proximity_Matching/15_Multi_value_fields.asciidoc -------------------------------------------------------------------------------- /120_Proximity_Matching/20_Scoring.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/120_Proximity_Matching/20_Scoring.asciidoc -------------------------------------------------------------------------------- /120_Proximity_Matching/25_Relevance.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/120_Proximity_Matching/25_Relevance.asciidoc -------------------------------------------------------------------------------- /120_Proximity_Matching/30_Performance.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/120_Proximity_Matching/30_Performance.asciidoc -------------------------------------------------------------------------------- /120_Proximity_Matching/35_Shingles.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/120_Proximity_Matching/35_Shingles.asciidoc -------------------------------------------------------------------------------- /130_Partial_Matching.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/130_Partial_Matching.asciidoc -------------------------------------------------------------------------------- /130_Partial_Matching/00_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/130_Partial_Matching/00_Intro.asciidoc -------------------------------------------------------------------------------- /130_Partial_Matching/05_Postcodes.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/130_Partial_Matching/05_Postcodes.asciidoc -------------------------------------------------------------------------------- /130_Partial_Matching/10_Prefix_query.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/130_Partial_Matching/10_Prefix_query.asciidoc -------------------------------------------------------------------------------- /130_Partial_Matching/15_WildcardRegexp.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/130_Partial_Matching/15_WildcardRegexp.asciidoc -------------------------------------------------------------------------------- /130_Partial_Matching/20_Match_phrase_prefix.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/130_Partial_Matching/20_Match_phrase_prefix.asciidoc -------------------------------------------------------------------------------- /130_Partial_Matching/25_Index_time.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/130_Partial_Matching/25_Index_time.asciidoc -------------------------------------------------------------------------------- /130_Partial_Matching/30_Ngram_intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/130_Partial_Matching/30_Ngram_intro.asciidoc -------------------------------------------------------------------------------- /130_Partial_Matching/35_Search_as_you_type.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/130_Partial_Matching/35_Search_as_you_type.asciidoc -------------------------------------------------------------------------------- /130_Partial_Matching/40_Compound_words.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/130_Partial_Matching/40_Compound_words.asciidoc -------------------------------------------------------------------------------- /170_Relevance.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/170_Relevance.asciidoc -------------------------------------------------------------------------------- /170_Relevance/05_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/170_Relevance/05_Intro.asciidoc -------------------------------------------------------------------------------- /170_Relevance/10_Scoring_theory.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/170_Relevance/10_Scoring_theory.asciidoc -------------------------------------------------------------------------------- /170_Relevance/15_Practical_scoring.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/170_Relevance/15_Practical_scoring.asciidoc -------------------------------------------------------------------------------- /170_Relevance/20_Query_time_boosting.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/170_Relevance/20_Query_time_boosting.asciidoc -------------------------------------------------------------------------------- /170_Relevance/25_Query_scoring.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/170_Relevance/25_Query_scoring.asciidoc -------------------------------------------------------------------------------- /170_Relevance/30_Not_quite_not.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/170_Relevance/30_Not_quite_not.asciidoc -------------------------------------------------------------------------------- /170_Relevance/35_Ignoring_TFIDF.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/170_Relevance/35_Ignoring_TFIDF.asciidoc -------------------------------------------------------------------------------- /170_Relevance/40_Function_score_query.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/170_Relevance/40_Function_score_query.asciidoc -------------------------------------------------------------------------------- /170_Relevance/45_Popularity.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/170_Relevance/45_Popularity.asciidoc -------------------------------------------------------------------------------- /170_Relevance/50_Boosting_filtered_subsets.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/170_Relevance/50_Boosting_filtered_subsets.asciidoc -------------------------------------------------------------------------------- /170_Relevance/55_Random_scoring.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/170_Relevance/55_Random_scoring.asciidoc -------------------------------------------------------------------------------- /170_Relevance/60_Decay_functions.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/170_Relevance/60_Decay_functions.asciidoc -------------------------------------------------------------------------------- /170_Relevance/65_Script_score.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/170_Relevance/65_Script_score.asciidoc -------------------------------------------------------------------------------- /170_Relevance/70_Pluggable_similarities.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/170_Relevance/70_Pluggable_similarities.asciidoc -------------------------------------------------------------------------------- /170_Relevance/75_Changing_similarities.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/170_Relevance/75_Changing_similarities.asciidoc -------------------------------------------------------------------------------- /170_Relevance/80_Conclusion.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/170_Relevance/80_Conclusion.asciidoc -------------------------------------------------------------------------------- /200_Language_intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/200_Language_intro.asciidoc -------------------------------------------------------------------------------- /200_Language_intro/00_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/200_Language_intro/00_Intro.asciidoc -------------------------------------------------------------------------------- /200_Language_intro/10_Using.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/200_Language_intro/10_Using.asciidoc -------------------------------------------------------------------------------- /200_Language_intro/20_Configuring.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/200_Language_intro/20_Configuring.asciidoc -------------------------------------------------------------------------------- /200_Language_intro/30_Language_pitfalls.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/200_Language_intro/30_Language_pitfalls.asciidoc -------------------------------------------------------------------------------- /200_Language_intro/40_One_language_per_doc.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/200_Language_intro/40_One_language_per_doc.asciidoc -------------------------------------------------------------------------------- /200_Language_intro/50_One_language_per_field.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/200_Language_intro/50_One_language_per_field.asciidoc -------------------------------------------------------------------------------- /200_Language_intro/60_Mixed_language_fields.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/200_Language_intro/60_Mixed_language_fields.asciidoc -------------------------------------------------------------------------------- /210_Identifying_words.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/210_Identifying_words.asciidoc -------------------------------------------------------------------------------- /210_Identifying_words/00_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/210_Identifying_words/00_Intro.asciidoc -------------------------------------------------------------------------------- /210_Identifying_words/10_Standard_analyzer.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/210_Identifying_words/10_Standard_analyzer.asciidoc -------------------------------------------------------------------------------- /210_Identifying_words/20_Standard_tokenizer.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/210_Identifying_words/20_Standard_tokenizer.asciidoc -------------------------------------------------------------------------------- /210_Identifying_words/30_ICU_plugin.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/210_Identifying_words/30_ICU_plugin.asciidoc -------------------------------------------------------------------------------- /210_Identifying_words/40_ICU_tokenizer.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/210_Identifying_words/40_ICU_tokenizer.asciidoc -------------------------------------------------------------------------------- /210_Identifying_words/50_Tidying_text.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/210_Identifying_words/50_Tidying_text.asciidoc -------------------------------------------------------------------------------- /220_Token_normalization.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/220_Token_normalization.asciidoc -------------------------------------------------------------------------------- /220_Token_normalization/00_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/220_Token_normalization/00_Intro.asciidoc -------------------------------------------------------------------------------- /220_Token_normalization/10_Lowercasing.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/220_Token_normalization/10_Lowercasing.asciidoc -------------------------------------------------------------------------------- /220_Token_normalization/20_Removing_diacritics.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/220_Token_normalization/20_Removing_diacritics.asciidoc -------------------------------------------------------------------------------- /220_Token_normalization/30_Unicode_world.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/220_Token_normalization/30_Unicode_world.asciidoc -------------------------------------------------------------------------------- /220_Token_normalization/40_Case_folding.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/220_Token_normalization/40_Case_folding.asciidoc -------------------------------------------------------------------------------- /220_Token_normalization/50_Character_folding.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/220_Token_normalization/50_Character_folding.asciidoc -------------------------------------------------------------------------------- /220_Token_normalization/60_Sorting_and_collations.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/220_Token_normalization/60_Sorting_and_collations.asciidoc -------------------------------------------------------------------------------- /230_Stemming.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/230_Stemming.asciidoc -------------------------------------------------------------------------------- /230_Stemming/00_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/230_Stemming/00_Intro.asciidoc -------------------------------------------------------------------------------- /230_Stemming/10_Algorithmic_stemmers.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/230_Stemming/10_Algorithmic_stemmers.asciidoc -------------------------------------------------------------------------------- /230_Stemming/20_Dictionary_stemmers.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/230_Stemming/20_Dictionary_stemmers.asciidoc -------------------------------------------------------------------------------- /230_Stemming/30_Hunspell_stemmer.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/230_Stemming/30_Hunspell_stemmer.asciidoc -------------------------------------------------------------------------------- /230_Stemming/40_Choosing_a_stemmer.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/230_Stemming/40_Choosing_a_stemmer.asciidoc -------------------------------------------------------------------------------- /230_Stemming/50_Controlling_stemming.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/230_Stemming/50_Controlling_stemming.asciidoc -------------------------------------------------------------------------------- /230_Stemming/60_Stemming_in_situ.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/230_Stemming/60_Stemming_in_situ.asciidoc -------------------------------------------------------------------------------- /240_Stopwords.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/240_Stopwords.asciidoc -------------------------------------------------------------------------------- /240_Stopwords/10_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/240_Stopwords/10_Intro.asciidoc -------------------------------------------------------------------------------- /240_Stopwords/20_Using_stopwords.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/240_Stopwords/20_Using_stopwords.asciidoc -------------------------------------------------------------------------------- /240_Stopwords/30_Stopwords_and_performance.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/240_Stopwords/30_Stopwords_and_performance.asciidoc -------------------------------------------------------------------------------- /240_Stopwords/40_Divide_and_conquer.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/240_Stopwords/40_Divide_and_conquer.asciidoc -------------------------------------------------------------------------------- /240_Stopwords/50_Phrase_queries.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/240_Stopwords/50_Phrase_queries.asciidoc -------------------------------------------------------------------------------- /240_Stopwords/60_Common_grams.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/240_Stopwords/60_Common_grams.asciidoc -------------------------------------------------------------------------------- /240_Stopwords/70_Relevance.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/240_Stopwords/70_Relevance.asciidoc -------------------------------------------------------------------------------- /260_Synonyms.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/260_Synonyms.asciidoc -------------------------------------------------------------------------------- /260_Synonyms/10_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/260_Synonyms/10_Intro.asciidoc -------------------------------------------------------------------------------- /260_Synonyms/20_Using_synonyms.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/260_Synonyms/20_Using_synonyms.asciidoc -------------------------------------------------------------------------------- /260_Synonyms/30_Synonym_formats.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/260_Synonyms/30_Synonym_formats.asciidoc -------------------------------------------------------------------------------- /260_Synonyms/40_Expand_contract.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/260_Synonyms/40_Expand_contract.asciidoc -------------------------------------------------------------------------------- /260_Synonyms/50_Analysis_chain.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/260_Synonyms/50_Analysis_chain.asciidoc -------------------------------------------------------------------------------- /260_Synonyms/60_Multi_word_synonyms.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/260_Synonyms/60_Multi_word_synonyms.asciidoc -------------------------------------------------------------------------------- /260_Synonyms/70_Symbol_synonyms.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/260_Synonyms/70_Symbol_synonyms.asciidoc -------------------------------------------------------------------------------- /270_Fuzzy_matching.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/270_Fuzzy_matching.asciidoc -------------------------------------------------------------------------------- /270_Fuzzy_matching/10_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/270_Fuzzy_matching/10_Intro.asciidoc -------------------------------------------------------------------------------- /270_Fuzzy_matching/20_Fuzziness.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/270_Fuzzy_matching/20_Fuzziness.asciidoc -------------------------------------------------------------------------------- /270_Fuzzy_matching/30_Fuzzy_query.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/270_Fuzzy_matching/30_Fuzzy_query.asciidoc -------------------------------------------------------------------------------- /270_Fuzzy_matching/40_Fuzzy_match_query.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/270_Fuzzy_matching/40_Fuzzy_match_query.asciidoc -------------------------------------------------------------------------------- /270_Fuzzy_matching/50_Scoring_fuzziness.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/270_Fuzzy_matching/50_Scoring_fuzziness.asciidoc -------------------------------------------------------------------------------- /270_Fuzzy_matching/60_Phonetic_matching.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/270_Fuzzy_matching/60_Phonetic_matching.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/100_circuit_breaker_fd_settings.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/100_circuit_breaker_fd_settings.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/105_filtering.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/105_filtering.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/115_eager.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/115_eager.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/120_breadth_vs_depth.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/120_breadth_vs_depth.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/125_Conclusion.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/125_Conclusion.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/20_basic_example.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/20_basic_example.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/21_add_metric.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/21_add_metric.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/22_nested_bucket.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/22_nested_bucket.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/23_extra_metrics.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/23_extra_metrics.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/30_histogram.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/30_histogram.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/35_date_histogram.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/35_date_histogram.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/40_scope.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/40_scope.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/45_filtering.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/45_filtering.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/50_sorting_ordering.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/50_sorting_ordering.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/55_approx_intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/55_approx_intro.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/60_cardinality.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/60_cardinality.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/65_percentiles.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/65_percentiles.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/70_sigterms_intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/70_sigterms_intro.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/75_sigterms.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/75_sigterms.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/90_docvalues.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/90_docvalues.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/93_technical_docvalues.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/93_technical_docvalues.asciidoc -------------------------------------------------------------------------------- /300_Aggregations/95_analyzed_vs_not.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/300_Aggregations/95_analyzed_vs_not.asciidoc -------------------------------------------------------------------------------- /301_Aggregation_Overview.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/301_Aggregation_Overview.asciidoc -------------------------------------------------------------------------------- /302_Example_Walkthrough.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/302_Example_Walkthrough.asciidoc -------------------------------------------------------------------------------- /303_Making_Graphs.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/303_Making_Graphs.asciidoc -------------------------------------------------------------------------------- /304_Approximate_Aggregations.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/304_Approximate_Aggregations.asciidoc -------------------------------------------------------------------------------- /305_Significant_Terms.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/305_Significant_Terms.asciidoc -------------------------------------------------------------------------------- /306_Practical_Considerations.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/306_Practical_Considerations.asciidoc -------------------------------------------------------------------------------- /310_Geopoints.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/310_Geopoints.asciidoc -------------------------------------------------------------------------------- /310_Geopoints/20_Geopoints.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/310_Geopoints/20_Geopoints.asciidoc -------------------------------------------------------------------------------- /310_Geopoints/30_Filter_by_geopoint.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/310_Geopoints/30_Filter_by_geopoint.asciidoc -------------------------------------------------------------------------------- /310_Geopoints/32_Bounding_box.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/310_Geopoints/32_Bounding_box.asciidoc -------------------------------------------------------------------------------- /310_Geopoints/34_Geo_distance.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/310_Geopoints/34_Geo_distance.asciidoc -------------------------------------------------------------------------------- /310_Geopoints/50_Sorting_by_distance.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/310_Geopoints/50_Sorting_by_distance.asciidoc -------------------------------------------------------------------------------- /320_Geohashes.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/320_Geohashes.asciidoc -------------------------------------------------------------------------------- /320_Geohashes/40_Geohashes.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/320_Geohashes/40_Geohashes.asciidoc -------------------------------------------------------------------------------- /320_Geohashes/50_Geohash_mapping.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/320_Geohashes/50_Geohash_mapping.asciidoc -------------------------------------------------------------------------------- /320_Geohashes/60_Geohash_cell_filter.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/320_Geohashes/60_Geohash_cell_filter.asciidoc -------------------------------------------------------------------------------- /330_Geo_aggs.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/330_Geo_aggs.asciidoc -------------------------------------------------------------------------------- /330_Geo_aggs/60_Geo_aggs.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/330_Geo_aggs/60_Geo_aggs.asciidoc -------------------------------------------------------------------------------- /330_Geo_aggs/62_Geo_distance_agg.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/330_Geo_aggs/62_Geo_distance_agg.asciidoc -------------------------------------------------------------------------------- /330_Geo_aggs/64_Geohash_grid_agg.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/330_Geo_aggs/64_Geohash_grid_agg.asciidoc -------------------------------------------------------------------------------- /330_Geo_aggs/66_Geo_bounds_agg.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/330_Geo_aggs/66_Geo_bounds_agg.asciidoc -------------------------------------------------------------------------------- /340_Geoshapes.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/340_Geoshapes.asciidoc -------------------------------------------------------------------------------- /340_Geoshapes/70_Geoshapes.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/340_Geoshapes/70_Geoshapes.asciidoc -------------------------------------------------------------------------------- /340_Geoshapes/72_Mapping_geo_shapes.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/340_Geoshapes/72_Mapping_geo_shapes.asciidoc -------------------------------------------------------------------------------- /340_Geoshapes/74_Indexing_geo_shapes.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/340_Geoshapes/74_Indexing_geo_shapes.asciidoc -------------------------------------------------------------------------------- /340_Geoshapes/76_Querying_geo_shapes.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/340_Geoshapes/76_Querying_geo_shapes.asciidoc -------------------------------------------------------------------------------- /340_Geoshapes/78_Indexed_geo_shapes.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/340_Geoshapes/78_Indexed_geo_shapes.asciidoc -------------------------------------------------------------------------------- /400_Relationships.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/400_Relationships.asciidoc -------------------------------------------------------------------------------- /400_Relationships/10_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/400_Relationships/10_Intro.asciidoc -------------------------------------------------------------------------------- /400_Relationships/15_Application_joins.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/400_Relationships/15_Application_joins.asciidoc -------------------------------------------------------------------------------- /400_Relationships/20_Denormalization.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/400_Relationships/20_Denormalization.asciidoc -------------------------------------------------------------------------------- /400_Relationships/22_Top_hits.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/400_Relationships/22_Top_hits.asciidoc -------------------------------------------------------------------------------- /400_Relationships/25_Concurrency.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/400_Relationships/25_Concurrency.asciidoc -------------------------------------------------------------------------------- /400_Relationships/26_Concurrency_solutions.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/400_Relationships/26_Concurrency_solutions.asciidoc -------------------------------------------------------------------------------- /402_Nested.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/402_Nested.asciidoc -------------------------------------------------------------------------------- /402_Nested/30_Nested_objects.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/402_Nested/30_Nested_objects.asciidoc -------------------------------------------------------------------------------- /402_Nested/31_Nested_mapping.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/402_Nested/31_Nested_mapping.asciidoc -------------------------------------------------------------------------------- /402_Nested/32_Nested_query.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/402_Nested/32_Nested_query.asciidoc -------------------------------------------------------------------------------- /402_Nested/33_Nested_sorting.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/402_Nested/33_Nested_sorting.asciidoc -------------------------------------------------------------------------------- /402_Nested/35_Nested_aggs.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/402_Nested/35_Nested_aggs.asciidoc -------------------------------------------------------------------------------- /404_Parent_Child.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/404_Parent_Child.asciidoc -------------------------------------------------------------------------------- /404_Parent_Child/40_Parent_child.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/404_Parent_Child/40_Parent_child.asciidoc -------------------------------------------------------------------------------- /404_Parent_Child/45_Indexing_parent_child.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/404_Parent_Child/45_Indexing_parent_child.asciidoc -------------------------------------------------------------------------------- /404_Parent_Child/50_Has_child.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/404_Parent_Child/50_Has_child.asciidoc -------------------------------------------------------------------------------- /404_Parent_Child/55_Has_parent.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/404_Parent_Child/55_Has_parent.asciidoc -------------------------------------------------------------------------------- /404_Parent_Child/60_Children_agg.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/404_Parent_Child/60_Children_agg.asciidoc -------------------------------------------------------------------------------- /404_Parent_Child/65_Grandparents.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/404_Parent_Child/65_Grandparents.asciidoc -------------------------------------------------------------------------------- /404_Parent_Child/70_Practical_considerations.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/404_Parent_Child/70_Practical_considerations.asciidoc -------------------------------------------------------------------------------- /410_Scaling.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/410_Scaling.asciidoc -------------------------------------------------------------------------------- /410_Scaling/10_Intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/410_Scaling/10_Intro.asciidoc -------------------------------------------------------------------------------- /410_Scaling/15_Shard.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/410_Scaling/15_Shard.asciidoc -------------------------------------------------------------------------------- /410_Scaling/20_Overallocation.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/410_Scaling/20_Overallocation.asciidoc -------------------------------------------------------------------------------- /410_Scaling/25_Kagillion_shards.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/410_Scaling/25_Kagillion_shards.asciidoc -------------------------------------------------------------------------------- /410_Scaling/30_Capacity_planning.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/410_Scaling/30_Capacity_planning.asciidoc -------------------------------------------------------------------------------- /410_Scaling/35_Replica_shards.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/410_Scaling/35_Replica_shards.asciidoc -------------------------------------------------------------------------------- /410_Scaling/40_Multiple_indices.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/410_Scaling/40_Multiple_indices.asciidoc -------------------------------------------------------------------------------- /410_Scaling/45_Index_per_timeframe.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/410_Scaling/45_Index_per_timeframe.asciidoc -------------------------------------------------------------------------------- /410_Scaling/50_Index_templates.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/410_Scaling/50_Index_templates.asciidoc -------------------------------------------------------------------------------- /410_Scaling/55_Retiring_data.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/410_Scaling/55_Retiring_data.asciidoc -------------------------------------------------------------------------------- /410_Scaling/60_Index_per_user.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/410_Scaling/60_Index_per_user.asciidoc -------------------------------------------------------------------------------- /410_Scaling/65_Shared_index.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/410_Scaling/65_Shared_index.asciidoc -------------------------------------------------------------------------------- /410_Scaling/70_Faking_it.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/410_Scaling/70_Faking_it.asciidoc -------------------------------------------------------------------------------- /410_Scaling/75_One_big_user.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/410_Scaling/75_One_big_user.asciidoc -------------------------------------------------------------------------------- /410_Scaling/80_Scale_is_not_infinite.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/410_Scaling/80_Scale_is_not_infinite.asciidoc -------------------------------------------------------------------------------- /500_Cluster_Admin.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/500_Cluster_Admin.asciidoc -------------------------------------------------------------------------------- /500_Cluster_Admin/10_intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/500_Cluster_Admin/10_intro.asciidoc -------------------------------------------------------------------------------- /500_Cluster_Admin/15_marvel.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/500_Cluster_Admin/15_marvel.asciidoc -------------------------------------------------------------------------------- /500_Cluster_Admin/20_health.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/500_Cluster_Admin/20_health.asciidoc -------------------------------------------------------------------------------- /500_Cluster_Admin/30_node_stats.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/500_Cluster_Admin/30_node_stats.asciidoc -------------------------------------------------------------------------------- /500_Cluster_Admin/40_other_stats.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/500_Cluster_Admin/40_other_stats.asciidoc -------------------------------------------------------------------------------- /510_Deployment.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/510_Deployment.asciidoc -------------------------------------------------------------------------------- /510_Deployment/10_intro.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/510_Deployment/10_intro.asciidoc -------------------------------------------------------------------------------- /510_Deployment/20_hardware.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/510_Deployment/20_hardware.asciidoc -------------------------------------------------------------------------------- /510_Deployment/30_other.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/510_Deployment/30_other.asciidoc -------------------------------------------------------------------------------- /510_Deployment/40_config.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/510_Deployment/40_config.asciidoc -------------------------------------------------------------------------------- /510_Deployment/45_dont_touch.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/510_Deployment/45_dont_touch.asciidoc -------------------------------------------------------------------------------- /510_Deployment/50_heap.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/510_Deployment/50_heap.asciidoc -------------------------------------------------------------------------------- /510_Deployment/60_file_descriptors.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/510_Deployment/60_file_descriptors.asciidoc -------------------------------------------------------------------------------- /510_Deployment/70_conclusion.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/510_Deployment/70_conclusion.asciidoc -------------------------------------------------------------------------------- /510_Deployment/80_cluster_settings.asciidoc: -------------------------------------------------------------------------------- 1 | 2 | === -------------------------------------------------------------------------------- /520_Post_Deployment.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/520_Post_Deployment.asciidoc -------------------------------------------------------------------------------- /520_Post_Deployment/10_dynamic_settings.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/520_Post_Deployment/10_dynamic_settings.asciidoc -------------------------------------------------------------------------------- /520_Post_Deployment/20_logging.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/520_Post_Deployment/20_logging.asciidoc -------------------------------------------------------------------------------- /520_Post_Deployment/30_indexing_perf.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/520_Post_Deployment/30_indexing_perf.asciidoc -------------------------------------------------------------------------------- /520_Post_Deployment/35_delayed_shard_allocation.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/520_Post_Deployment/35_delayed_shard_allocation.asciidoc -------------------------------------------------------------------------------- /520_Post_Deployment/40_rolling_restart.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/520_Post_Deployment/40_rolling_restart.asciidoc -------------------------------------------------------------------------------- /520_Post_Deployment/50_backup.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/520_Post_Deployment/50_backup.asciidoc -------------------------------------------------------------------------------- /520_Post_Deployment/60_restore.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/520_Post_Deployment/60_restore.asciidoc -------------------------------------------------------------------------------- /520_Post_Deployment/70_conclusion.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/520_Post_Deployment/70_conclusion.asciidoc -------------------------------------------------------------------------------- /LICENSE.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/LICENSE.asciidoc -------------------------------------------------------------------------------- /Preface.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/Preface.asciidoc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/README.md -------------------------------------------------------------------------------- /atlas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/atlas.json -------------------------------------------------------------------------------- /author_bio.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/author_bio.html -------------------------------------------------------------------------------- /book-docinfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/book-docinfo.xml -------------------------------------------------------------------------------- /book-extra-title-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/book-extra-title-page.html -------------------------------------------------------------------------------- /book.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/book.asciidoc -------------------------------------------------------------------------------- /callouts/1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/1.pdf -------------------------------------------------------------------------------- /callouts/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/1.png -------------------------------------------------------------------------------- /callouts/10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/10.pdf -------------------------------------------------------------------------------- /callouts/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/10.png -------------------------------------------------------------------------------- /callouts/11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/11.pdf -------------------------------------------------------------------------------- /callouts/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/11.png -------------------------------------------------------------------------------- /callouts/2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/2.pdf -------------------------------------------------------------------------------- /callouts/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/2.png -------------------------------------------------------------------------------- /callouts/3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/3.pdf -------------------------------------------------------------------------------- /callouts/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/3.png -------------------------------------------------------------------------------- /callouts/4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/4.pdf -------------------------------------------------------------------------------- /callouts/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/4.png -------------------------------------------------------------------------------- /callouts/5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/5.pdf -------------------------------------------------------------------------------- /callouts/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/5.png -------------------------------------------------------------------------------- /callouts/6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/6.pdf -------------------------------------------------------------------------------- /callouts/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/6.png -------------------------------------------------------------------------------- /callouts/7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/7.pdf -------------------------------------------------------------------------------- /callouts/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/7.png -------------------------------------------------------------------------------- /callouts/8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/8.pdf -------------------------------------------------------------------------------- /callouts/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/8.png -------------------------------------------------------------------------------- /callouts/9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/9.pdf -------------------------------------------------------------------------------- /callouts/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/callouts/9.png -------------------------------------------------------------------------------- /colo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/colo.html -------------------------------------------------------------------------------- /copyright.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/copyright.html -------------------------------------------------------------------------------- /cover.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/cover.html -------------------------------------------------------------------------------- /foreword.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/foreword.asciidoc -------------------------------------------------------------------------------- /images/300_120_breadth_first_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/300_120_breadth_first_1.svg -------------------------------------------------------------------------------- /images/300_120_breadth_first_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/300_120_breadth_first_2.svg -------------------------------------------------------------------------------- /images/300_120_breadth_first_3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/300_120_breadth_first_3.svg -------------------------------------------------------------------------------- /images/300_120_breadth_first_4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/300_120_breadth_first_4.svg -------------------------------------------------------------------------------- /images/300_120_depth_first_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/300_120_depth_first_1.svg -------------------------------------------------------------------------------- /images/300_120_depth_first_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/300_120_depth_first_2.svg -------------------------------------------------------------------------------- /images/300_120_depth_first_3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/300_120_depth_first_3.svg -------------------------------------------------------------------------------- /images/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/cover.png -------------------------------------------------------------------------------- /images/elas_0201.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_0201.png -------------------------------------------------------------------------------- /images/elas_0202.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_0202.png -------------------------------------------------------------------------------- /images/elas_0203.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_0203.png -------------------------------------------------------------------------------- /images/elas_0204.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_0204.png -------------------------------------------------------------------------------- /images/elas_0205.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_0205.png -------------------------------------------------------------------------------- /images/elas_0206.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_0206.png -------------------------------------------------------------------------------- /images/elas_0301.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_0301.png -------------------------------------------------------------------------------- /images/elas_0401.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_0401.png -------------------------------------------------------------------------------- /images/elas_0402.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_0402.png -------------------------------------------------------------------------------- /images/elas_0403.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_0403.png -------------------------------------------------------------------------------- /images/elas_0404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_0404.png -------------------------------------------------------------------------------- /images/elas_0405.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_0405.png -------------------------------------------------------------------------------- /images/elas_0406.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_0406.png -------------------------------------------------------------------------------- /images/elas_0901.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_0901.png -------------------------------------------------------------------------------- /images/elas_0902.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_0902.png -------------------------------------------------------------------------------- /images/elas_1101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_1101.png -------------------------------------------------------------------------------- /images/elas_1102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_1102.png -------------------------------------------------------------------------------- /images/elas_1103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_1103.png -------------------------------------------------------------------------------- /images/elas_1104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_1104.png -------------------------------------------------------------------------------- /images/elas_1105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_1105.png -------------------------------------------------------------------------------- /images/elas_1106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_1106.png -------------------------------------------------------------------------------- /images/elas_1107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_1107.png -------------------------------------------------------------------------------- /images/elas_1108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_1108.png -------------------------------------------------------------------------------- /images/elas_1109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_1109.png -------------------------------------------------------------------------------- /images/elas_1110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_1110.png -------------------------------------------------------------------------------- /images/elas_1111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_1111.png -------------------------------------------------------------------------------- /images/elas_1701.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_1701.png -------------------------------------------------------------------------------- /images/elas_1702.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_1702.png -------------------------------------------------------------------------------- /images/elas_1703.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_1703.png -------------------------------------------------------------------------------- /images/elas_1704.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_1704.png -------------------------------------------------------------------------------- /images/elas_1705.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_1705.png -------------------------------------------------------------------------------- /images/elas_1706.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_1706.png -------------------------------------------------------------------------------- /images/elas_17in01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_17in01.png -------------------------------------------------------------------------------- /images/elas_17in02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_17in02.png -------------------------------------------------------------------------------- /images/elas_28in01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_28in01.png -------------------------------------------------------------------------------- /images/elas_28in02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_28in02.png -------------------------------------------------------------------------------- /images/elas_29in01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_29in01.png -------------------------------------------------------------------------------- /images/elas_29in02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_29in02.png -------------------------------------------------------------------------------- /images/elas_29in03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_29in03.png -------------------------------------------------------------------------------- /images/elas_33in01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_33in01.png -------------------------------------------------------------------------------- /images/elas_33in02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_33in02.png -------------------------------------------------------------------------------- /images/elas_4401.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_4401.png -------------------------------------------------------------------------------- /images/elas_4402.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_4402.png -------------------------------------------------------------------------------- /images/elas_4403.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_4403.png -------------------------------------------------------------------------------- /images/elas_4404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/images/elas_4404.png -------------------------------------------------------------------------------- /ix.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/ix.html -------------------------------------------------------------------------------- /page_header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/page_header.html -------------------------------------------------------------------------------- /scripts/300_Aggregations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/scripts/300_Aggregations/README.md -------------------------------------------------------------------------------- /scripts/300_Aggregations/generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/scripts/300_Aggregations/generate.py -------------------------------------------------------------------------------- /scripts/300_Aggregations/import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/scripts/300_Aggregations/import.py -------------------------------------------------------------------------------- /scripts/300_Aggregations/mappings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/scripts/300_Aggregations/mappings.json -------------------------------------------------------------------------------- /scripts/search_docs.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/scripts/search_docs.pl -------------------------------------------------------------------------------- /scripts/svg_to_png.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/scripts/svg_to_png.pl -------------------------------------------------------------------------------- /snippets/010_Intro/10_Info.json: -------------------------------------------------------------------------------- 1 | # Check that Elasticsearch is running 2 | GET / -------------------------------------------------------------------------------- /snippets/010_Intro/15_Count.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/010_Intro/15_Count.json -------------------------------------------------------------------------------- /snippets/010_Intro/25_Index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/010_Intro/25_Index.json -------------------------------------------------------------------------------- /snippets/010_Intro/30_Get.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/010_Intro/30_Get.json -------------------------------------------------------------------------------- /snippets/010_Intro/30_Query_DSL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/010_Intro/30_Query_DSL.json -------------------------------------------------------------------------------- /snippets/010_Intro/30_Simple_search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/010_Intro/30_Simple_search.json -------------------------------------------------------------------------------- /snippets/010_Intro/35_Aggregations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/010_Intro/35_Aggregations.json -------------------------------------------------------------------------------- /snippets/020_Distributed_Cluster/10_Cluster_health.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/020_Distributed_Cluster/10_Cluster_health.json -------------------------------------------------------------------------------- /snippets/020_Distributed_Cluster/15_Add_index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/020_Distributed_Cluster/15_Add_index.json -------------------------------------------------------------------------------- /snippets/020_Distributed_Cluster/30_Replicas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/020_Distributed_Cluster/30_Replicas.json -------------------------------------------------------------------------------- /snippets/030_Data/10_Create_doc_123.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/030_Data/10_Create_doc_123.json -------------------------------------------------------------------------------- /snippets/030_Data/10_Create_doc_auto_ID.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/030_Data/10_Create_doc_auto_ID.json -------------------------------------------------------------------------------- /snippets/030_Data/15_Get_document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/030_Data/15_Get_document.json -------------------------------------------------------------------------------- /snippets/030_Data/25_Reindex_doc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/030_Data/25_Reindex_doc.json -------------------------------------------------------------------------------- /snippets/030_Data/30_Create_doc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/030_Data/30_Create_doc.json -------------------------------------------------------------------------------- /snippets/030_Data/35_Delete_doc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/030_Data/35_Delete_doc.json -------------------------------------------------------------------------------- /snippets/030_Data/40_Concurrency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/030_Data/40_Concurrency.json -------------------------------------------------------------------------------- /snippets/030_Data/40_External_versions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/030_Data/40_External_versions.json -------------------------------------------------------------------------------- /snippets/030_Data/45_Partial_update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/030_Data/45_Partial_update.json -------------------------------------------------------------------------------- /snippets/030_Data/45_Upsert.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/030_Data/45_Upsert.json -------------------------------------------------------------------------------- /snippets/030_Data/50_Mget.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/030_Data/50_Mget.json -------------------------------------------------------------------------------- /snippets/030_Data/55_Bulk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/030_Data/55_Bulk.json -------------------------------------------------------------------------------- /snippets/030_Data/55_Bulk_defaults.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/030_Data/55_Bulk_defaults.json -------------------------------------------------------------------------------- /snippets/030_Data/55_Bulk_independent.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/030_Data/55_Bulk_independent.json -------------------------------------------------------------------------------- /snippets/050_Search/05_Empty_search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/050_Search/05_Empty_search.json -------------------------------------------------------------------------------- /snippets/050_Search/15_Pagination.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/050_Search/15_Pagination.json -------------------------------------------------------------------------------- /snippets/050_Search/20_All_field.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/050_Search/20_All_field.json -------------------------------------------------------------------------------- /snippets/050_Search/20_Query_string.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/050_Search/20_Query_string.json -------------------------------------------------------------------------------- /snippets/050_Search/Test_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/050_Search/Test_data.json -------------------------------------------------------------------------------- /snippets/052_Mapping_Analysis/25_Data_type_differences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/052_Mapping_Analysis/25_Data_type_differences.json -------------------------------------------------------------------------------- /snippets/052_Mapping_Analysis/40_Analyze.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/052_Mapping_Analysis/40_Analyze.json -------------------------------------------------------------------------------- /snippets/052_Mapping_Analysis/45_Mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/052_Mapping_Analysis/45_Mapping.json -------------------------------------------------------------------------------- /snippets/054_Query_DSL/60_Bool_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/054_Query_DSL/60_Bool_query.json -------------------------------------------------------------------------------- /snippets/054_Query_DSL/60_Empty_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/054_Query_DSL/60_Empty_query.json -------------------------------------------------------------------------------- /snippets/054_Query_DSL/60_Match_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/054_Query_DSL/60_Match_query.json -------------------------------------------------------------------------------- /snippets/054_Query_DSL/70_Bool_filter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/054_Query_DSL/70_Bool_filter.json -------------------------------------------------------------------------------- /snippets/054_Query_DSL/70_Bool_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/054_Query_DSL/70_Bool_query.json -------------------------------------------------------------------------------- /snippets/054_Query_DSL/70_Exists_filter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/054_Query_DSL/70_Exists_filter.json -------------------------------------------------------------------------------- /snippets/054_Query_DSL/70_Match_all_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/054_Query_DSL/70_Match_all_query.json -------------------------------------------------------------------------------- /snippets/054_Query_DSL/70_Match_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/054_Query_DSL/70_Match_query.json -------------------------------------------------------------------------------- /snippets/054_Query_DSL/70_Multi_match_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/054_Query_DSL/70_Multi_match_query.json -------------------------------------------------------------------------------- /snippets/054_Query_DSL/70_Range_filter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/054_Query_DSL/70_Range_filter.json -------------------------------------------------------------------------------- /snippets/054_Query_DSL/70_Term_filter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/054_Query_DSL/70_Term_filter.json -------------------------------------------------------------------------------- /snippets/054_Query_DSL/70_Terms_filter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/054_Query_DSL/70_Terms_filter.json -------------------------------------------------------------------------------- /snippets/054_Query_DSL/75_Filtered_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/054_Query_DSL/75_Filtered_query.json -------------------------------------------------------------------------------- /snippets/054_Query_DSL/80_Understanding_queries.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/054_Query_DSL/80_Understanding_queries.json -------------------------------------------------------------------------------- /snippets/054_Query_DSL/80_Validate_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/054_Query_DSL/80_Validate_query.json -------------------------------------------------------------------------------- /snippets/056_Sorting/85_Multilevel_sort.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/056_Sorting/85_Multilevel_sort.json -------------------------------------------------------------------------------- /snippets/056_Sorting/85_Sort_by_date.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/056_Sorting/85_Sort_by_date.json -------------------------------------------------------------------------------- /snippets/056_Sorting/88_Multifield.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/056_Sorting/88_Multifield.json -------------------------------------------------------------------------------- /snippets/056_Sorting/90_Explain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/056_Sorting/90_Explain.json -------------------------------------------------------------------------------- /snippets/056_Sorting/90_Explain_API.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/056_Sorting/90_Explain_API.json -------------------------------------------------------------------------------- /snippets/070_Index_Mgmt/10_Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/070_Index_Mgmt/10_Settings.json -------------------------------------------------------------------------------- /snippets/070_Index_Mgmt/15_Configure_Analyzer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/070_Index_Mgmt/15_Configure_Analyzer.json -------------------------------------------------------------------------------- /snippets/070_Index_Mgmt/20_Custom_analyzer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/070_Index_Mgmt/20_Custom_analyzer.json -------------------------------------------------------------------------------- /snippets/070_Index_Mgmt/31_Source_field.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/070_Index_Mgmt/31_Source_field.json -------------------------------------------------------------------------------- /snippets/070_Index_Mgmt/35_Dynamic_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/070_Index_Mgmt/35_Dynamic_mapping.json -------------------------------------------------------------------------------- /snippets/070_Index_Mgmt/40_Custom_dynamic_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/070_Index_Mgmt/40_Custom_dynamic_mapping.json -------------------------------------------------------------------------------- /snippets/070_Index_Mgmt/45_Default_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/070_Index_Mgmt/45_Default_mapping.json -------------------------------------------------------------------------------- /snippets/070_Index_Mgmt/55_Aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/070_Index_Mgmt/55_Aliases.json -------------------------------------------------------------------------------- /snippets/080_Structured_Search/05_Term_number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/080_Structured_Search/05_Term_number.json -------------------------------------------------------------------------------- /snippets/080_Structured_Search/05_Term_text.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/080_Structured_Search/05_Term_text.json -------------------------------------------------------------------------------- /snippets/080_Structured_Search/10_Bool_filter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/080_Structured_Search/10_Bool_filter.json -------------------------------------------------------------------------------- /snippets/080_Structured_Search/15_Terms_filter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/080_Structured_Search/15_Terms_filter.json -------------------------------------------------------------------------------- /snippets/080_Structured_Search/20_Exact.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/080_Structured_Search/20_Exact.json -------------------------------------------------------------------------------- /snippets/080_Structured_Search/25_Range_filter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/080_Structured_Search/25_Range_filter.json -------------------------------------------------------------------------------- /snippets/080_Structured_Search/30_Exists_missing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/080_Structured_Search/30_Exists_missing.json -------------------------------------------------------------------------------- /snippets/100_Full_Text_Search/05_Match_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/100_Full_Text_Search/05_Match_query.json -------------------------------------------------------------------------------- /snippets/100_Full_Text_Search/15_Bool_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/100_Full_Text_Search/15_Bool_query.json -------------------------------------------------------------------------------- /snippets/100_Full_Text_Search/25_Boost.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/100_Full_Text_Search/25_Boost.json -------------------------------------------------------------------------------- /snippets/100_Full_Text_Search/30_Analysis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/100_Full_Text_Search/30_Analysis.json -------------------------------------------------------------------------------- /snippets/110_Multi_Field_Search/05_Multiple_query_strings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/110_Multi_Field_Search/05_Multiple_query_strings.json -------------------------------------------------------------------------------- /snippets/110_Multi_Field_Search/15_Best_fields.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/110_Multi_Field_Search/15_Best_fields.json -------------------------------------------------------------------------------- /snippets/110_Multi_Field_Search/25_Best_fields.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/110_Multi_Field_Search/25_Best_fields.json -------------------------------------------------------------------------------- /snippets/110_Multi_Field_Search/30_Most_fields.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/110_Multi_Field_Search/30_Most_fields.json -------------------------------------------------------------------------------- /snippets/110_Multi_Field_Search/40_Bad_frequencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/110_Multi_Field_Search/40_Bad_frequencies.json -------------------------------------------------------------------------------- /snippets/110_Multi_Field_Search/40_Entity_search_problems.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/110_Multi_Field_Search/40_Entity_search_problems.json -------------------------------------------------------------------------------- /snippets/110_Multi_Field_Search/45_Custom_all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/110_Multi_Field_Search/45_Custom_all.json -------------------------------------------------------------------------------- /snippets/110_Multi_Field_Search/50_Cross_field.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/110_Multi_Field_Search/50_Cross_field.json -------------------------------------------------------------------------------- /snippets/110_Multi_Field_Search/55_Not_analyzed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/110_Multi_Field_Search/55_Not_analyzed.json -------------------------------------------------------------------------------- /snippets/120_Proximity_Matching/05_Match_phrase_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/120_Proximity_Matching/05_Match_phrase_query.json -------------------------------------------------------------------------------- /snippets/120_Proximity_Matching/05_Term_positions.json: -------------------------------------------------------------------------------- 1 | # Term positions 2 | GET /_analyze?text=Quick brown fox 3 | 4 | -------------------------------------------------------------------------------- /snippets/120_Proximity_Matching/10_Slop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/120_Proximity_Matching/10_Slop.json -------------------------------------------------------------------------------- /snippets/120_Proximity_Matching/15_Multi_value_fields.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/120_Proximity_Matching/15_Multi_value_fields.json -------------------------------------------------------------------------------- /snippets/120_Proximity_Matching/20_Scoring.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/120_Proximity_Matching/20_Scoring.json -------------------------------------------------------------------------------- /snippets/120_Proximity_Matching/25_Relevance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/120_Proximity_Matching/25_Relevance.json -------------------------------------------------------------------------------- /snippets/120_Proximity_Matching/30_Performance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/120_Proximity_Matching/30_Performance.json -------------------------------------------------------------------------------- /snippets/120_Proximity_Matching/35_Shingles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/120_Proximity_Matching/35_Shingles.json -------------------------------------------------------------------------------- /snippets/130_Partial_Matching/10_Prefix_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/130_Partial_Matching/10_Prefix_query.json -------------------------------------------------------------------------------- /snippets/130_Partial_Matching/15_Wildcard_regexp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/130_Partial_Matching/15_Wildcard_regexp.json -------------------------------------------------------------------------------- /snippets/130_Partial_Matching/20_Match_phrase_prefix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/130_Partial_Matching/20_Match_phrase_prefix.json -------------------------------------------------------------------------------- /snippets/130_Partial_Matching/35_Postcodes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/130_Partial_Matching/35_Postcodes.json -------------------------------------------------------------------------------- /snippets/130_Partial_Matching/35_Search_as_you_type.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/130_Partial_Matching/35_Search_as_you_type.json -------------------------------------------------------------------------------- /snippets/130_Partial_Matching/40_Compound_words.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/130_Partial_Matching/40_Compound_words.json -------------------------------------------------------------------------------- /snippets/300_Aggregations/20_basic_example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/300_Aggregations/20_basic_example.json -------------------------------------------------------------------------------- /snippets/300_Aggregations/30_histogram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/300_Aggregations/30_histogram.json -------------------------------------------------------------------------------- /snippets/300_Aggregations/35_date_histogram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/300_Aggregations/35_date_histogram.json -------------------------------------------------------------------------------- /snippets/300_Aggregations/40_scope.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/300_Aggregations/40_scope.json -------------------------------------------------------------------------------- /snippets/300_Aggregations/45_filtering.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/300_Aggregations/45_filtering.json -------------------------------------------------------------------------------- /snippets/300_Aggregations/50_sorting_ordering.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/300_Aggregations/50_sorting_ordering.json -------------------------------------------------------------------------------- /snippets/300_Aggregations/60_cardinality.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/300_Aggregations/60_cardinality.json -------------------------------------------------------------------------------- /snippets/300_Aggregations/75_sigterms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/snippets/300_Aggregations/75_sigterms.json -------------------------------------------------------------------------------- /stash/35_null_value.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/stash/35_null_value.asciidoc -------------------------------------------------------------------------------- /stash/45_termslookup.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/stash/45_termslookup.asciidoc -------------------------------------------------------------------------------- /stash/55_revisittermslookup.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/stash/55_revisittermslookup.asciidoc -------------------------------------------------------------------------------- /stash/60_Reindex_Optimizations.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/stash/60_Reindex_Optimizations.asciidoc -------------------------------------------------------------------------------- /stash/Arbitrary preference for search.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/stash/Arbitrary preference for search.asciidoc -------------------------------------------------------------------------------- /stash/Execution_mode_of_terms.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/stash/Execution_mode_of_terms.asciidoc -------------------------------------------------------------------------------- /stash/Terminology.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/stash/Terminology.asciidoc -------------------------------------------------------------------------------- /stash/normalizingexact.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/stash/normalizingexact.asciidoc -------------------------------------------------------------------------------- /stash/omit_norms.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/stash/omit_norms.asciidoc -------------------------------------------------------------------------------- /stash/persegmentbitsets.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/stash/persegmentbitsets.asciidoc -------------------------------------------------------------------------------- /stash/rewrite.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/stash/rewrite.asciidoc -------------------------------------------------------------------------------- /stash/stopwords.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/stash/stopwords.asciidoc -------------------------------------------------------------------------------- /svg/02-01_cluster.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/02-01_cluster.svg -------------------------------------------------------------------------------- /svg/02-02_one_node.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/02-02_one_node.svg -------------------------------------------------------------------------------- /svg/02-03_two_nodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/02-03_two_nodes.svg -------------------------------------------------------------------------------- /svg/02-04_three_nodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/02-04_three_nodes.svg -------------------------------------------------------------------------------- /svg/02-05_replicas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/02-05_replicas.svg -------------------------------------------------------------------------------- /svg/02-06_node_failure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/02-06_node_failure.svg -------------------------------------------------------------------------------- /svg/03-01_concurrency.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/03-01_concurrency.svg -------------------------------------------------------------------------------- /svg/04-01_index.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/04-01_index.svg -------------------------------------------------------------------------------- /svg/04-02_write.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/04-02_write.svg -------------------------------------------------------------------------------- /svg/04-03_get.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/04-03_get.svg -------------------------------------------------------------------------------- /svg/04-04_update.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/04-04_update.svg -------------------------------------------------------------------------------- /svg/04-05_mget.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/04-05_mget.svg -------------------------------------------------------------------------------- /svg/04-06_bulk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/04-06_bulk.svg -------------------------------------------------------------------------------- /svg/06-01_query.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/06-01_query.svg -------------------------------------------------------------------------------- /svg/06-02_fetch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/06-02_fetch.svg -------------------------------------------------------------------------------- /svg/075_30_index.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/075_30_index.svg -------------------------------------------------------------------------------- /svg/075_30_post_commit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/075_30_post_commit.svg -------------------------------------------------------------------------------- /svg/075_30_pre_commit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/075_30_pre_commit.svg -------------------------------------------------------------------------------- /svg/075_40_post_refresh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/075_40_post_refresh.svg -------------------------------------------------------------------------------- /svg/075_40_pre_refresh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/075_40_pre_refresh.svg -------------------------------------------------------------------------------- /svg/075_50_post_flush.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/075_50_post_flush.svg -------------------------------------------------------------------------------- /svg/075_50_post_refresh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/075_50_post_refresh.svg -------------------------------------------------------------------------------- /svg/075_50_pre_flush.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/075_50_pre_flush.svg -------------------------------------------------------------------------------- /svg/075_50_pre_refresh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/075_50_pre_refresh.svg -------------------------------------------------------------------------------- /svg/075_60_merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/075_60_merge.svg -------------------------------------------------------------------------------- /svg/075_60_post_merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/075_60_post_merge.svg -------------------------------------------------------------------------------- /svg/170_01_query.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/170_01_query.svg -------------------------------------------------------------------------------- /svg/170_02_docs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/170_02_docs.svg -------------------------------------------------------------------------------- /svg/170_03_linear_popularity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/170_03_linear_popularity.svg -------------------------------------------------------------------------------- /svg/170_04_log_popularity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/170_04_log_popularity.svg -------------------------------------------------------------------------------- /svg/170_05_log_factor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/170_05_log_factor.svg -------------------------------------------------------------------------------- /svg/170_06_log_sum.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/170_06_log_sum.svg -------------------------------------------------------------------------------- /svg/170_07_decay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/170_07_decay.svg -------------------------------------------------------------------------------- /svg/170_08_term_saturation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/170_08_term_saturation.svg -------------------------------------------------------------------------------- /svg/410_15_one_shard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/410_15_one_shard.svg -------------------------------------------------------------------------------- /svg/410_20_two_shards.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/410_20_two_shards.svg -------------------------------------------------------------------------------- /svg/410_35_four_nodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/410_35_four_nodes.svg -------------------------------------------------------------------------------- /svg/410_35_three_nodes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/svg/410_35_three_nodes.svg -------------------------------------------------------------------------------- /test/test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/test/test.json -------------------------------------------------------------------------------- /theme/epub/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/theme/epub/layout.html -------------------------------------------------------------------------------- /theme/mobi/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/theme/mobi/layout.html -------------------------------------------------------------------------------- /theme/pdf/pdf.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/theme/pdf/pdf.css -------------------------------------------------------------------------------- /theme/pdf/pdf.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/theme/pdf/pdf.xsl -------------------------------------------------------------------------------- /titlepage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/titlepage.html -------------------------------------------------------------------------------- /toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/toc.html -------------------------------------------------------------------------------- /tools/intakereport.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/tools/intakereport.txt -------------------------------------------------------------------------------- /tools/oneoffs/oneoff.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elastic/elasticsearch-definitive-guide/HEAD/tools/oneoffs/oneoff.css --------------------------------------------------------------------------------