- Add support for the new "phonetic" relation modifier,
authormike <mike>
Sun, 17 Nov 2002 23:29:02 +0000 (23:29 +0000)
committermike <mike>
Sun, 17 Nov 2002 23:29:02 +0000 (23:29 +0000)
commit394625a21876d096000c4940049305c27de90321
treeeace0a339334b62f6daba4935817141ad73d1766
parent1b33e1aa62c7f3214383648abc99fedcf950977a
- Add support for the new "phonetic" relation modifier,
  including its mapping in "etc/pqf.properties".
- Make prefix-maps bind loosely, so that ``>dc=x a and b''
  applies the dc=x binding to both the ``a'' and ``b''
  sub-queries.
- Write javadoc comments for CQLRelation and ModifierSet.
- Other improvements to javadoc comments (e.g. describe the
  `config' parameter to the toPQF() method.)
Changes
VERSION
etc/pqf.properties
src/org/z3950/zing/cql/CQLLexer.java
src/org/z3950/zing/cql/CQLNode.java
src/org/z3950/zing/cql/CQLParser.java
src/org/z3950/zing/cql/CQLRelation.java
src/org/z3950/zing/cql/Makefile
src/org/z3950/zing/cql/ModifierSet.java