diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-02-03 22:37:15 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-02-03 22:37:15 +0100 |
| commit | f156497be5637d7815ae57370e8b175ce6960a19 (patch) | |
| tree | 6363a52913e006e90b223f17f6aa39206f153ffd /docs/elasticsearch/doc-html.json | |
| parent | 915b66fe6ca517610a41acec0a71597e7cee0807 (diff) | |
| download | phinde-f156497be5637d7815ae57370e8b175ce6960a19.tar.gz phinde-f156497be5637d7815ae57370e8b175ce6960a19.zip | |
fix indexing, boost config
Diffstat (limited to 'docs/elasticsearch/doc-html.json')
| -rw-r--r-- | docs/elasticsearch/doc-html.json | 66 |
1 files changed, 34 insertions, 32 deletions
diff --git a/docs/elasticsearch/doc-html.json b/docs/elasticsearch/doc-html.json index 43d4206..9f93b8e 100644 --- a/docs/elasticsearch/doc-html.json +++ b/docs/elasticsearch/doc-html.json @@ -1,41 +1,43 @@ { - 'type': 'html', - 'subtype': 'rsvp', - 'mimetype': 'application/xhtml+xml', - 'url': 'http://example.org/foo.htm', - 'domain': 'example.org', - 'source': [ - 'http://example.org/linkfarm.htm' + "status": "indexed", + "type": "html", + "subtype": "rsvp", + "mimetype": "application/xhtml+xml", + "url": "http://example.org/foo.htm", + "schemalessUrl": "example.org/foo.htm", + "domain": "example.org", + "source": [ + "http://example.org/linkfarm.htm" ], - 'sourcetitle': [ - 'Click here', - 'Something about bar', + "sourcetitle": [ + "Click here", + "Something about bar", ], - 'language': 'en', - 'author': { - 'name': 'Alice Example', - 'url': 'http://example.org/alice.htm', + "language": "en", + "author": { + "name": "Alice Example", + "url": "http://example.org/alice.htm", }, - 'title': 'Sample HTML page', - 'h1': [ - 'Headline 1', - 'Another headline 1' + "title": "Sample HTML page", + "h1": [ + "Headline 1", + "Another headline 1" ], - 'h2': [ - 'Subheadline' + "h2": [ + "Subheadline" ], - 'h3': [ - 'Subsub', - 'Another Subsub' + "h3": [ + "Subsub", + "Another Subsub" ], - 'h4': [], - 'h5': [], - 'h6': [], - 'text': [ - 'HTML converted to plain text', - 'Another paragraph in the text' + "h4": [], + "h5": [], + "h6": [], + "text": [ + "HTML converted to plain text", + "Another paragraph in the text" ], - 'tags': ['example', 'test', 'documentation'], - 'crdate': '2016-01-30T12:23:42+01:00', - 'modate': '2016-01-30T12:23:42+01:00', + "tags": ["example", "test", "documentation"], + "crdate": "2016-01-30T12:23:42+01:00", + "modate": "2016-01-30T12:23:42+01:00", } |
