first kinda working version
[phinde.git] / docs / elasticsearch / doc-html.json
1 {
2     'type': 'html',
3     'subtype': 'rsvp',
4     'mimetype': 'application/xhtml+xml',
5     'url': 'http://example.org/foo.htm',
6     'domain': 'example.org',
7     'source': [
8         'http://example.org/linkfarm.htm'
9     ],
10     'sourcetitle': [
11         'Click here',
12         'Something about bar',
13     ],
14     'language': 'en',
15     'author': {
16         'name': 'Alice Example',
17         'url': 'http://example.org/alice.htm',
18     },
19     'title': 'Sample HTML page',
20     'h1': [
21         'Headline 1',
22         'Another headline 1'
23     ],
24     'h2': [
25         'Subheadline'
26     ],
27     'h3': [
28         'Subsub',
29         'Another Subsub'
30     ],
31     'h4': [],
32     'h5': [],
33     'h6': [],
34     'text': [
35         'HTML converted to plain text',
36         'Another paragraph in the text'
37     ],
38     'tags': ['example', 'test', 'documentation'],
39     'crdate': '2016-01-30T12:23:42+01:00',
40     'modate': '2016-01-30T12:23:42+01:00',
41 }