Revert "Added Netbeans project."
[cql-java-moved-to-github.git] / src / org / z3950 / zing / cql / CQLTermNode.java
2007-07-03 mikeImplement new, wider toXCQL() API.
2007-06-29 mikeisResultSetIndex() recognises cql.* indexes as well...
2007-06-27 mikeUnknownQualifierException becomes UnknownIndexException
2007-06-27 mike'qualifier' replaced by 'index' throughout
2007-06-27 mikeUse new Modifier objects for PQF translation rather...
2007-06-06 mikeUse generics (what C++ programmers call templates)
2006-06-14 mikeBugfixes for decomiling underspecified terms
2003-07-29 mikeRelease 0.6, fixes Ralph's term-quoting bug in BER...
2003-03-04 mikeRemove a line of debugging. (Thanks to Ralph who spott...
2003-01-13 mikeRalph's tweaks to generated BER-encoded query packet.
2002-12-12 mikeAdd Ralph's new getResultSetName() method.
2002-12-11 mikeRename the toType1() method to the more explicit toType...
2002-12-11 mikeAdd Ralph's code into tyType1() to handle srw.resultSet
2002-12-09 mikeSupport srw.resultSet in toPQF(). NOT yet in toType1()
2002-12-09 mikeAdd back the last-in-field anchoring code.
2002-12-06 mikeAdd back the changes to the position attributes.
2002-12-05 mikeIntegrate Ralph's changes.
2002-11-29 mikeSupport Adam's new position configuration elements
2002-11-20 mikeRemove spurious extra indent (was introduced so I could...
2002-11-20 mike - Change the XCQL output to include the nasty and...
2002-11-06 mikeFinish (more or less) to CQL-to-PQF translator.
2002-11-06 mikeTowards 0.2 --
2002-10-31 mikeAll sorts of changes. Generally moving towards first...
2002-10-30 mikeLOTS of changes. Biggies include proper support for...
2002-10-27 mikeFirst more-or-less working version: does terms, boolean...
2002-10-25 mikeFirst semi-working version.
2002-10-25 mikeMake classes public.
2002-10-25 mikeAdd initial version of most of the CQL*Node classes.