Revert "Added Netbeans project."
[cql-java-moved-to-github.git] / src / org / z3950 / zing / cql / CQLParser.java
2007-08-06 mikeConstructors are public.
2007-07-03 mikeFail a sortspec of zero keys.
2007-07-03 mikeNew method parseTopLevelPrefixes() handles both initial...
2007-06-29 mikeSupport for "==" relation (TT_EQEQ)
2007-06-29 mikeNew constructor that takes a "compat" argument indicati...
2007-06-29 mikeRemove obsolete keywords! Whoop!
2007-06-29 mikeRemove old proximity-specific parsing code.
2007-06-29 mikeTreat PROX the same as AND, OR and NOT. Nice.
2007-06-29 mikeNew gatherModifiers() method, used to implement boolean...
2007-06-28 mikeParse complex relation modifiers.
2007-06-28 mikeRemove relation keywords TT_ANY, TT_ALL, and TT_EXACT.
2007-06-27 mikeUnknownQualifierException becomes UnknownIndexException
2007-06-27 mike'qualifier' replaced by 'index' throughout
2007-06-27 mikeaddModifier() now uses broader ModifierSet API.
2007-06-26 mikeAdd new -d option to test-harness to turn on debugging.
2007-06-06 mikeUse generics (what C++ programmers call templates)
2003-09-04 mikeRelease 0.7 -- understands profiles relations and modif...
2002-11-20 mike - Change the XCQL output to include the nasty and...
2002-11-17 mike - Add support for the new "phonetic" relation modifier,
2002-11-14 mike - Allow keywords to be used unquoted as search terms.
2002-11-08 mikeNormalise relation modifiers to lower-case.
2002-11-08 mikeRemove extraneous blank line from end of XCQL output...
2002-11-06 mike*** empty log message ***
2002-11-06 mikeFinish (more or less) to CQL-to-PQF translator.
2002-11-06 mikeTowards 0.2 --
2002-11-03 mikeLots of changes, mostly to documentation, towards initi...
2002-11-02 mikeRecognise number tokens as terms, as well as words...
2002-11-01 mikeImprove test-harnesses and their associated scripts.
2002-10-31 mikeAll sorts of changes. Generally moving towards first...
2002-10-30 mikeLOTS of changes. Biggies include proper support for...
2002-10-29 mikeHandle relations, improve XML rendering (wow, was that...
2002-10-27 mikeFirst more-or-less working version: does terms, boolean...
2002-10-25 mikeFirst semi-working version.
2002-10-25 mikeFix inheritance
2002-10-25 mikeMake classes public.
2002-10-25 mikeAdd initial version of most of the CQL*Node classes.
2002-10-24 mikeUse $Id$ instead of $Header$.
2002-10-24 mikePull the ZOOM-java CCL compiler source into CQLParser...
2002-10-24 mikeInitial revision