New
[cql-java-moved-to-github.git] / src /
2008-04-11 mikeAdd getSortIndexes() as suggested by Marcel Versteeg...
2007-08-06 mikeConstructors are public.
2007-07-03 mikeFail a sortspec of zero keys.
2007-07-03 mikePrefixNode propagates sort keys.
2007-07-03 miketoXCQL() renders sort-keys, if any.
2007-07-03 mikeBoolean nodes are generated with an appropriate Modifie...
2007-07-03 mikeImplement new, wider toXCQL() API.
2007-07-03 mikeImplement new, wider toXCQL() API.
2007-07-03 mikePrimary toXCQL() API now includes a Vector of sort...
2007-07-03 mikeNew method parseTopLevelPrefixes() handles both initial...
2007-07-03 mikeAdd "sortby" keyword.
2007-07-03 miketoXCQL() refactored as layer over new underlyingToXCQL()
2007-07-03 mikeSimplify.
2007-07-03 mikeInclude CQLSortNode.class
2007-07-03 mikeNew
2007-06-29 mikeSupport for "==" relation (TT_EQEQ)
2007-06-29 mikeisResultSetIndex() recognises cql.* indexes as well...
2007-06-29 mikeComment.
2007-06-29 mikeNew constructor that takes a "compat" argument indicati...
2007-06-29 mikeRemove obsolete keywords! Whoop!
2007-06-29 mikeRemove op() method.
2007-06-29 mikeRemove op() method, use ms.toCQL()
2007-06-29 mikeRemove op()
2007-06-29 mikeRemove old proximity-specific parsing code.
2007-06-29 mikeRemove extraneous import.
2007-06-29 mikeThrow away a lot of special-case code -- hurrah! :-)
2007-06-29 mikeTreat PROX the same as AND, OR and NOT. Nice.
2007-06-29 mikePass-through constructor.
2007-06-29 mikeTemporarily change the token "ordered" to "xordered...
2007-06-29 mikeComments
2007-06-29 mikeAdd "make test" rule.
2007-06-29 mikeNew gatherModifiers() method, used to implement boolean...
2007-06-29 mikeUse new three-argument forms of boolean-node constructors.
2007-06-29 mikeRemoved ModifierSet, since base class now has this.
2007-06-29 mikeRemove addModifier() methods with setModifiers().
2007-06-29 mikeConstructor accepts a ModifierSet
2007-06-29 mikeBoolean node now carries a ModifierSet.
2007-06-29 mikeAdd single-argument addModifier.
2007-06-29 mikeFix single-argument constructorm, which no-opped.
2007-06-28 mikeParse complex relation modifiers.
2007-06-28 mikeThree-parameter version of addModifier()
2007-06-28 miketoXCL() emits modifiers with "comparison" rather than...
2007-06-28 mikeRemove relation keywords TT_ANY, TT_ALL, and TT_EXACT.
2007-06-28 mikeRemove relation keywords TT_ANY, TT_ALL, and TT_EXACT.
2007-06-27 mikeUnknownQualifierException becomes UnknownIndexException
2007-06-27 mikeRenamemv UnknownQualifierException.java to UnknownIndex...
2007-06-27 mike'qualifier' replaced by 'index' throughout
2007-06-27 mikeaddModifier() now uses broader ModifierSet API.
2007-06-27 mikeaddModifier() now accepts comparison as well as type...
2007-06-27 mikeSingle-argument constructor sets type rather than value.
2007-06-27 mikeaddModifier() correctly calls changed ModifierSet API.
2007-06-27 mikeUse new Modifier objects for PQF translation rather...
2007-06-27 mikeSimplify getModifiers.
2007-06-27 mikeBuild Modifier.java
2007-06-27 mikeUse new Modifier class instead of two-element Vector...
2007-06-27 mikeNew
2007-06-26 mikeAdd new -d option to test-harness to turn on debugging.
2007-06-26 mikeFix rendering of default-context nodes with no named...
2007-06-07 mikeRevert the previous change, because it broke the regres...
2007-06-06 mikeComment.
2007-06-06 mikeFix javadoc typo.
2007-06-06 mikeUse generics (what C++ programmers call templates)
2007-06-06 mikeCompile all files at once.
2006-06-14 mikeBugfixes for decomiling underspecified terms
2006-05-19 mikeCorrectly lex numericalpha sequences such as "3d" as...
2006-05-05 mikePatch sent by Rafe Rosen <rr236@cornell.edu>
2003-09-04 mikeRelease 0.7 -- understands profiles relations and modif...
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 mikeChanges files etc. for recent tweaks.
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-09 mikeChange project-name capitalisation from "cql-java"...
2002-12-08 mikeJavadoc comment for toType1()
2002-12-06 mikeAdd back the changes to the position attributes.
2002-12-06 mikeAdd BER tutorial ref.
2002-12-06 mikeAdd stub toType1() that throws an exception.
2002-12-05 mikeIntegrate Ralph's changes.
2002-12-05 mikeRemove all Ralph's files: I've integrated the changes...
2002-12-04 mikeIntegrate Ralph's changes.
2002-12-04 mikeTemporarily add Ralph's changes to the source, which...
2002-11-29 mikeSupport Adam's new position configuration elements
2002-11-29 mikeupdate documentation
2002-11-20 mikeRemove debugging printf()s. (Oh alright then, println...
2002-11-20 mikeFix a silly bug, recently introduced, which prevented...
2002-11-20 mikeRemove spurious extra indent (was introduced so I could...
2002-11-20 mike- Remove the redundant and misleading etc/Grammar file.
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-15 mikeFix javadoc comments
2002-11-15 mikeMake members public
2002-11-14 mikefix typo
2002-11-14 mike - Allow keywords to be used unquoted as search terms.
2002-11-12 mikeremove -classpath bits
2002-11-08 mikeNormalise relation modifiers to lower-case.
2002-11-08 mikeFix PQF documentation to reference online YAZ manual...
next