Skip to content

Commit

Permalink
Merge branch 'master' of git.atlas.oreilly.com:oreillymedia/elasticse…
Browse files Browse the repository at this point in the history
…arch
  • Loading branch information
Chris Pappas committed Oct 23, 2014
2 parents d479aab + 4d4feab commit 872b1b1
Showing 1 changed file with 91 additions and 0 deletions.
91 changes: 91 additions & 0 deletions atlas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"branch": "master",
"files": [
"titlepage.html",
"copyright.html",
"toc.html",
"Preface.asciidoc",
"00_Getting_started.asciidoc",
"010_Intro.asciidoc",
"020_Distributed_Cluster.asciidoc",
"030_Data_In_Data_Out.asciidoc",
"040_Distributed_CRUD.asciidoc",
"050_Search.asciidoc",
"052_Mapping_Analysis.asciidoc",
"054_Query_DSL.asciidoc",
"056_Sorting.asciidoc",
"060_Distributed_Search.asciidoc",
"070_Index_Mgmt.asciidoc",
"075_Inside_a_shard.asciidoc",
"01_Search_in_depth.asciidoc",
"080_Structured_Search.asciidoc",
"100_Full_Text_Search.asciidoc",
"110_Multi_Field_Search.asciidoc",
"120_Proximity_Matching.asciidoc",
"130_Partial_Matching.asciidoc",
"170_Relevance.asciidoc",
"02_Dealing_with_language.asciidoc",
"200_Language_intro.asciidoc",
"210_Identifying_words.asciidoc",
"220_Token_normalization.asciidoc",
"230_Stemming.asciidoc",
"240_Stopwords.asciidoc",
"260_Synonyms.asciidoc",
"270_Fuzzy_matching.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",
"04_Geolocation.asciidoc",
"310_Geopoints.asciidoc",
"320_Geohashes.asciidoc",
"330_Geo_aggs.asciidoc",
"340_Geoshapes.asciidoc",
"06_Modeling_your_data.asciidoc",
"400_Relationships.asciidoc",
"402_Nested.asciidoc",
"404_Parent_Child.asciidoc",
"410_Scaling.asciidoc",
"07_Admin.asciidoc",
"500_Cluster_Admin.asciidoc",
"510_Deployment.asciidoc",
"520_Post_Deployment.asciidoc",
"ix.html",
"author_bio.html",
"colo.html"
],
"formats": {
"pdf": {
"version": "web",
"index": true,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
"antennahouse_version": "AHFormatterV62_64"
},
"epub": {
"index": false,
"toc": false,
"epubcheck": false,
"syntaxhighlighting": false,
"show_comments": false
},
"mobi": {
"index": false,
"toc": false,
"syntaxhighlighting": false,
"show_comments": false
},
"html": {
"index": false,
"toc": false,
"syntaxhighlighting": false,
"show_comments": false,
"consolidated": false
}
},
"theme": "oreillymedia/animal_theme",
"title": "elasticsearch"
}

0 comments on commit 872b1b1

Please sign in to comment.