|
yaz_ccl_confConfigure CCL parser Description
void yaz_ccl_conf(resource
$id , array $config )This function configures the CCL query parser for a server with definitions of access points (CCL qualifiers) and their mapping to RPN. To map a specific CCL query to RPN afterwards call the yaz_ccl_parse function. Parameters
Return ValuesNo value is returned. Examples
In the example below, the CCL parser is configured to support three CCL
fields: Example #1 CCL configuration
See Also
|