1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "branch": "master",
- "files": [
- "cover.html",
- "titlepage.html",
- "copyright.html",
- "toc.html",
- "foreword.asciidoc",
- "Preface.asciidoc",
- "00_Getting_started.asciidoc",
- "01_Search_in_depth.asciidoc",
- "02_Dealing_with_language.asciidoc",
- "03_Aggregations.asciidoc",
- "04_Geolocation.asciidoc",
- "06_Modeling_your_data.asciidoc",
- "07_Admin.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-MR4"
- },
- "epub": {
- "index": false,
- "toc": true,
- "epubcheck": true,
- "syntaxhighlighting": false,
- "show_comments": false
- },
- "mobi": {
- "index": false,
- "toc": true,
- "syntaxhighlighting": false,
- "show_comments": false
- },
- "html": {
- "index": false,
- "toc": false,
- "syntaxhighlighting": false,
- "show_comments": false,
- "consolidated": true
- }
- },
- "theme": "oreillymedia/animal_theme",
- "title": "Elasticsearch: The Definitive Guide"
- }
|