| define(function () { |
| return [ |
| // layerInfo // stored |
| // tokenSource // stored |
| ['author', 'string'], // text |
| // ['biblEditionStatement', 'string'], // stored |
| ['corpusAuthor', 'string'], // text |
| // ['corpusEditor', 'string'], // stored |
| ['corpusSigle', 'string'], // string |
| ['corpusSubTitle', 'string'], // text |
| ['corpusTitle', 'string'], // text |
| ['creationDate', 'date'], // int |
| ['docAuthor', 'string'], // text |
| // ['docEditor', 'string'], // stored |
| ['docSigle', 'string'], // string |
| ['docSubTitle', 'string'], // text |
| ['docTitle', 'string'], // text |
| // ['editor', 'string'], // stored |
| // ['fileEditionStatement', 'string'], // stored |
| ['foundries', 'string'], // keywords |
| ['keywords', 'string'], // keywords |
| ['language', 'string'], // string |
| ['license', 'string'], // string |
| // ['pages', 'string'], // stored |
| ['pubDate', 'date'], // int |
| // ['publisher', 'string'], // stored |
| ['pubPlace', 'date'], // string |
| // ['reference', 'string'], // stored |
| ['subTitle', 'string'], // text |
| ['textClass', 'string'], // keyword |
| ['textColumn', 'string'], // string |
| ['textDomain', 'string'], // string |
| ['textSigle', 'string'], // string |
| ['textType', 'string'], // string |
| ['textTypeArt', 'string'], // string |
| ['textTypeRef', 'string'], // string |
| ['title', 'string'] // text |
| ] |
| }); |