Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 872b1b1

Browse files
author
Chris Pappas
committed
Merge branch 'master' of git.atlas.oreilly.com:oreillymedia/elasticsearch
2 parents d479aab + 4d4feab commit 872b1b1

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

atlas.json

+91
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
{
2+
"branch": "master",
3+
"files": [
4+
"titlepage.html",
5+
"copyright.html",
6+
"toc.html",
7+
"Preface.asciidoc",
8+
"00_Getting_started.asciidoc",
9+
"010_Intro.asciidoc",
10+
"020_Distributed_Cluster.asciidoc",
11+
"030_Data_In_Data_Out.asciidoc",
12+
"040_Distributed_CRUD.asciidoc",
13+
"050_Search.asciidoc",
14+
"052_Mapping_Analysis.asciidoc",
15+
"054_Query_DSL.asciidoc",
16+
"056_Sorting.asciidoc",
17+
"060_Distributed_Search.asciidoc",
18+
"070_Index_Mgmt.asciidoc",
19+
"075_Inside_a_shard.asciidoc",
20+
"01_Search_in_depth.asciidoc",
21+
"080_Structured_Search.asciidoc",
22+
"100_Full_Text_Search.asciidoc",
23+
"110_Multi_Field_Search.asciidoc",
24+
"120_Proximity_Matching.asciidoc",
25+
"130_Partial_Matching.asciidoc",
26+
"170_Relevance.asciidoc",
27+
"02_Dealing_with_language.asciidoc",
28+
"200_Language_intro.asciidoc",
29+
"210_Identifying_words.asciidoc",
30+
"220_Token_normalization.asciidoc",
31+
"230_Stemming.asciidoc",
32+
"240_Stopwords.asciidoc",
33+
"260_Synonyms.asciidoc",
34+
"270_Fuzzy_matching.asciidoc",
35+
"301_Aggregation_Overview.asciidoc",
36+
"302_Example_Walkthrough.asciidoc",
37+
"303_Making_Graphs.asciidoc",
38+
"304_Approximate_Aggregations.asciidoc",
39+
"305_Significant_Terms.asciidoc",
40+
"306_Practical_Considerations.asciidoc",
41+
"04_Geolocation.asciidoc",
42+
"310_Geopoints.asciidoc",
43+
"320_Geohashes.asciidoc",
44+
"330_Geo_aggs.asciidoc",
45+
"340_Geoshapes.asciidoc",
46+
"06_Modeling_your_data.asciidoc",
47+
"400_Relationships.asciidoc",
48+
"402_Nested.asciidoc",
49+
"404_Parent_Child.asciidoc",
50+
"410_Scaling.asciidoc",
51+
"07_Admin.asciidoc",
52+
"500_Cluster_Admin.asciidoc",
53+
"510_Deployment.asciidoc",
54+
"520_Post_Deployment.asciidoc",
55+
"ix.html",
56+
"author_bio.html",
57+
"colo.html"
58+
],
59+
"formats": {
60+
"pdf": {
61+
"version": "web",
62+
"index": true,
63+
"toc": true,
64+
"syntaxhighlighting": true,
65+
"show_comments": false,
66+
"antennahouse_version": "AHFormatterV62_64"
67+
},
68+
"epub": {
69+
"index": false,
70+
"toc": false,
71+
"epubcheck": false,
72+
"syntaxhighlighting": false,
73+
"show_comments": false
74+
},
75+
"mobi": {
76+
"index": false,
77+
"toc": false,
78+
"syntaxhighlighting": false,
79+
"show_comments": false
80+
},
81+
"html": {
82+
"index": false,
83+
"toc": false,
84+
"syntaxhighlighting": false,
85+
"show_comments": false,
86+
"consolidated": false
87+
}
88+
},
89+
"theme": "oreillymedia/animal_theme",
90+
"title": "elasticsearch"
91+
}

0 commit comments

Comments
 (0)