📄 pqf.properties
字号:
# $Id: pqf.properties,v 1.1 2003/01/06 08:20:27 adam Exp $## Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF()# back-end. This specifies the interpretation of various CQL# qualifiers, relations, etc. in terms of Type-1 query attributes.## See http://www.loc.gov/z3950/agency/zing/cql/dc-indexes.html# for the Maintenance Agency's work-in-progress mapping of Dublic Core# qualifiers to Attribute Architecture (util, XD and BIB-2)# attributes.# Identifiers for prefixes used in this file. (qualifier.*)set.srw = http://www.loc.gov/zing/cql/srw-indexes/v1.0/set.dc = http://www.loc.gov/zing/cql/dc-indexes/v1.0/# default set (in query)set = http://www.loc.gov/zing/cql/dc-indexes/v1.0/# The default access point and result-set referencesqualifier.srw.serverChoice = 1=1016 # "any"qualifier.dc.title = 1=4qualifier.dc.subject = 1=21qualifier.dc.creator = 1=1003qualifier.dc.author = 1=1003 ### Unofficial synonym for "creator"qualifier.dc.editor = 1=1020qualifier.dc.publisher = 1=1018qualifier.dc.description = 1=62 # "abstract"qualifier.dc.date = 1=30qualifier.dc.resourceType = 1=1031 # guesswork: "Material-type"qualifier.dc.format = 1=1034 # guesswork: "Content-type"qualifier.dc.resourceIdentifier = 1=12 # "Local number"qualifier.dc.source = 1=1019 # "Record-source"qualifier.dc.language = 1=54 # "Code--language"qualifier.dc.relation = 1=? ### No idea how to represent thisqualifier.dc.coverage = 1=? ### No idea how to represent thisqualifier.dc.rights = 1=? ### No idea how to represent this### These aren't right: I've just put them here for the Generatorqualifier.bath.subject = 1=21qualifier.bath.author = 1=1003qualifier.foo>bar = 1=2000# Relation attributes are selected according to the CQL relation by# looking up the "relation.<relation>" property:#relation.< = 2=1relation.le = 2=2relation.eq = 2=3relation.exact = 2=3relation.ge = 2=4relation.> = 2=5relation.<> = 2=6### These two are not really right:relation.all = 2=3relation.any = 2=3# BIB-1 doesn't have a server choice relation, so we just make the# choice here, and use equality (which is clearly correct).relation.scr = 2=3# Relation modifiers.#relationModifier.relevant = 2=102relationModifier.fuzzy = 2=100 ### 100 is "phonetic", which is not quite the same thingrelationModifier.stem = 2=101relationModifier.phonetic = 2=100# Position attributes may be specified for anchored terms (those# beginning with "^", which is stripped) and unanchored (those not# beginning with "^"). This may change when we get a BIB-1 truncation# attribute that says "do what CQL does".#position.first = 3=1 6=1 # "first in field"position.any = 3=3 6=1 # "any position in field"position.last = 3=4 6=1 # not a standard BIB-1 attributeposition.firstAndLast = 3=3 6=3 # search term is anchored to be complete field# Structure attributes may be specified for individual relations; a# default structure attribute my be specified by the pseudo-relation# "*", to be used whenever a relation not listed here occurs.#structure.exact = 4=108 # stringstructure.all = 4=2structure.any = 4=2structure.* = 4=1 # phrase# Finally, any additional attributes that should always be included# with each term can be specified in the "always" property.#always = 5=105 6=1# 5=105: the not-yet-standarised CQL-like trunction attribute# 6=1: completeness = incomplete subfield
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -