Akron | 27ae9ec | 2015-06-23 00:43:21 +0200 | [diff] [blame] | 1 | define(function () { |
| 2 | return [ |
Akron | 30ee514 | 2015-06-26 01:50:14 +0200 | [diff] [blame] | 3 | // layerInfo // stored |
| 4 | // tokenSource // stored |
| 5 | ['author', 'string'], // text |
| 6 | // ['biblEditionStatement', 'string'], // stored |
| 7 | ['corpusAuthor', 'string'], // text |
| 8 | // ['corpusEditor', 'string'], // stored |
| 9 | ['corpusSigle', 'string'], // string |
| 10 | ['corpusSubTitle', 'string'], // text |
| 11 | ['corpusTitle', 'string'], // text |
| 12 | ['creationDate', 'date'], // int |
| 13 | ['docAuthor', 'string'], // text |
| 14 | // ['docEditor', 'string'], // stored |
| 15 | ['docSigle', 'string'], // string |
| 16 | ['docSubTitle', 'string'], // text |
| 17 | ['docTitle', 'string'], // text |
| 18 | // ['editor', 'string'], // stored |
| 19 | // ['fileEditionStatement', 'string'], // stored |
| 20 | ['foundries', 'string'], // keywords |
| 21 | ['keywords', 'string'], // keywords |
| 22 | ['language', 'string'], // string |
| 23 | ['license', 'string'], // string |
| 24 | // ['pages', 'string'], // stored |
| 25 | ['pubDate', 'date'], // int |
| 26 | // ['publisher', 'string'], // stored |
Akron | 57b45be | 2016-02-22 17:08:58 +0100 | [diff] [blame^] | 27 | ['pubPlace', 'string'], // string |
Akron | 30ee514 | 2015-06-26 01:50:14 +0200 | [diff] [blame] | 28 | // ['reference', 'string'], // stored |
| 29 | ['subTitle', 'string'], // text |
| 30 | ['textClass', 'string'], // keyword |
| 31 | ['textColumn', 'string'], // string |
| 32 | ['textDomain', 'string'], // string |
| 33 | ['textSigle', 'string'], // string |
| 34 | ['textType', 'string'], // string |
| 35 | ['textTypeArt', 'string'], // string |
| 36 | ['textTypeRef', 'string'], // string |
| 37 | ['title', 'string'] // text |
Akron | 27ae9ec | 2015-06-23 00:43:21 +0200 | [diff] [blame] | 38 | ] |
| 39 | }); |