75 lines
2.9 KiB
Plaintext
75 lines
2.9 KiB
Plaintext
# @(#$Id: fields,v 1.5 2008-10-08 08:27:34 dockes Exp $ (C) 2007 J.F.Dockes
|
|
# Field names configuration. This defines how one may search ie for
|
|
# author:Hemingway
|
|
# Important:
|
|
# - the field names MUST be all lowercase here. They can be anycased
|
|
# in the documents:
|
|
|
|
#####################################################
|
|
# This section defines what prefix the terms inside named fields will be
|
|
# indexed with (in addition to prefix-less indexing for general search)
|
|
# ALL prefixes MUST be all UPPERCASE. Extension prefixes begin with X
|
|
#
|
|
# The choice of field names is rather arbitrary. Use of any of the aliases
|
|
# defined in the following section will yield exactly the same results,
|
|
# (both for indexing and search).
|
|
[prefixes]
|
|
|
|
# Native fields matching omega uses, which we index without an X first
|
|
# letter. Don't change these. Caption is used for 'title' to keep a last
|
|
# remnant of omega compatibility inside the data record
|
|
caption = S
|
|
author = A
|
|
keyword = K
|
|
|
|
# extension examples. This are actually used by default by Recoll:
|
|
ext = XE
|
|
filename = XSFN
|
|
recipient = XTO
|
|
|
|
############################
|
|
# Some fields are stored in the document data record inside the index and
|
|
# can be returned in result lists. There is no necessity that stored fields
|
|
# should be indexed (have a prefix) (example: url but this one doesn't need
|
|
# to be listed here)
|
|
#
|
|
# Some fields are stored by default, don't add them here, else they will be
|
|
# stored twice: caption, keywords, abstract, filename, mimetype, url
|
|
# "author" used to be stored by default, now set here as optional
|
|
# Only canonical names should be used here, not aliases.
|
|
[stored]
|
|
stored = author
|
|
|
|
##########################
|
|
# This section defines field names aliases or synonyms. Any right hand side
|
|
# value will be turned into the lhs canonic name before further treatment
|
|
#
|
|
# The left-hand values in the recoll distribution file are well known and
|
|
# must match names used in the c++ code, or even the index data
|
|
# record. They can't change! But you can add others.
|
|
#
|
|
# Filters should only add canonic names to the meta array when indexing,
|
|
# not aliases.
|
|
|
|
[aliases]
|
|
abstract = summary dc:summary description xesam:description
|
|
author = creator dc:creator xesam:author xesam:creator from
|
|
caption = title title dc:title subject
|
|
# catg = dc:type contentCategory
|
|
dbytes = size xesam:size
|
|
dmtime = date dc:date dc:datemodified datemodified contentmodified \
|
|
xesam:contentmodified
|
|
ext = fileextension xesam:fileextension
|
|
# Don't add subject to keywords aliases, it's better to keep it for email
|
|
keywords = keyword xesam:keyword tag tags dc:subject xesam:subject
|
|
mtype = mime mimetype xesam:mimetype contenttype xesam:contenttype dc:format
|
|
recipient = to xesam:recipient
|
|
url = dc:identifier xesam:url
|
|
|
|
#########################
|
|
# This section defines a hierarchy for field names. Searching for a lhs
|
|
# ancestor will be expanded to a search for itself and all rhs descendants
|
|
# This is not used for now
|
|
[specialisations]
|
|
author = from
|