|
a/src/sampleconf/fields |
|
b/src/sampleconf/fields |
1 |
# @(#$Id: fields,v 1.3 2008-09-16 08:18:30 dockes Exp $ (C) 2007 J.F.Dockes
|
1 |
# @(#$Id: fields,v 1.4 2008-10-07 06:44:23 dockes Exp $ (C) 2007 J.F.Dockes
|
2 |
# Field names configuration. This defines how one may search ie for
|
2 |
# Field names configuration. This defines how one may search ie for
|
3 |
# author:Hemingway
|
3 |
# author:Hemingway
|
4 |
# Important:
|
4 |
# Important:
|
5 |
# - the field names MUST be all lowercase here. They can be anycased
|
5 |
# - the field names MUST be all lowercase here. They can be anycased
|
6 |
# in the documents:
|
6 |
# in the documents:
|
|
... |
|
... |
32 |
# can be returned in result lists. There is no necessity that stored fields
|
32 |
# can be returned in result lists. There is no necessity that stored fields
|
33 |
# should be indexed (have a prefix) (example: url but this one doesn't need
|
33 |
# should be indexed (have a prefix) (example: url but this one doesn't need
|
34 |
# to be listed here)
|
34 |
# to be listed here)
|
35 |
#
|
35 |
#
|
36 |
# Some fields are stored by default, don't add them here, else they will be
|
36 |
# Some fields are stored by default, don't add them here, else they will be
|
37 |
# stored twice: title, keywords, abstract, filename, mimetype, url
|
37 |
# stored twice: caption, keywords, abstract, filename, mimetype, url
|
38 |
# "author" used to be stored by default, now set here as optional
|
38 |
# "author" used to be stored by default, now set here as optional
|
39 |
# Only canonical names should be used here, not aliases.
|
39 |
# Only canonical names should be used here, not aliases.
|
40 |
[stored]
|
40 |
[stored]
|
41 |
stored = author
|
41 |
stored = author
|
42 |
|
42 |
|
|
... |
|
... |
52 |
# not aliases.
|
52 |
# not aliases.
|
53 |
|
53 |
|
54 |
[aliases]
|
54 |
[aliases]
|
55 |
abstract = summary dc:summary description xesam:description
|
55 |
abstract = summary dc:summary description xesam:description
|
56 |
author = creator dc:creator xesam:author xesam:creator
|
56 |
author = creator dc:creator xesam:author xesam:creator
|
57 |
title = title dc:title subject
|
57 |
caption = title title dc:title subject
|
58 |
# catg = dc:type contentCategory
|
58 |
# catg = dc:type contentCategory
|
59 |
dbytes = size xesam:size
|
59 |
dbytes = size xesam:size
|
60 |
dmtime = date dc:date dc:datemodified datemodified contentmodified \
|
60 |
dmtime = date dc:date dc:datemodified datemodified contentmodified \
|
61 |
xesam:contentmodified
|
61 |
xesam:contentmodified
|
62 |
ext = fileextension xesam:fileextension
|
62 |
ext = fileextension xesam:fileextension
|