source: trunk/gsdl3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3926   21 years mdewsnip Built windows library file for J-GDBM package.
(edit) @3925   21 years mdewsnip Windows batchfile for easy compilation of GSDL3.
(edit) @3924   21 years mdewsnip Include file needed for Windows compilation of MG.
(edit) @3923   21 years mdewsnip Windows batchfile for compiling MG JNI wrapper (Java side).
(edit) @3922   21 years mdewsnip Windows makefile for compiling MG JNI code using VC++ 6.
(edit) @3921   21 years mdewsnip Modified to be more independent of GS2.
(edit) @3920   21 years mdewsnip Windows batch file for compiling MG (including JNI wrapper).
(edit) @3918   21 years kjdon changed the rank and natural param values to 1 and 0
(edit) @3917   21 years kjdon some changes
(edit) @3916   21 years kjdon changes to format statements
(edit) @3915   21 years kjdon format statement format change
(edit) @3914   21 years kjdon now gets format info from service
(edit) @3913   21 years kjdon changed the way it gets format info
(edit) @3912   21 years kjdon now uses GSXML.createBasicRequest instead of creating the requests by hand
(edit) @3911   21 years kjdon removed createDescribeRequest method - its now in GSXML
(edit) @3910   21 years kjdon now creates a format element if some stylesheet stuff has been specified
(edit) @3909   21 years kjdon added methods to return format info for a service
(edit) @3908   21 years kjdon added method to print a STring representation of a node type
(edit) @3907   21 years kjdon added new method createBasicRequest
(edit) @3901   21 years kjdon classifier services now included in GS2Retrieve
(edit) @3900   21 years kjdon changed the way the process methods are called - now if one is not …
(edit) @3899   21 years kjdon doc node atts now have generic names so can be shared by documents and …
(edit) @3898   21 years kjdon getParent now returns the original oid if there is no parent
(edit) @3897   21 years kjdon tidied a bit
(edit) @3896   21 years kjdon added sib arg - if set to 1, get the siblings of a selected node. also …
(edit) @3895   21 years kjdon tidied up a bit
(edit) @3894   21 years kjdon browse services now handled differently - metadata and format …
(edit) @3893   21 years kjdon added new convenience method createDescribeRequest
(edit) @3892   21 years kjdon classifier services now included in GS2Retrieve serviceRack, so …
(edit) @3891   21 years kjdon classifier info now part of Retrieve serviceRack
(edit) @3890   21 years kjdon modified the documentNode template to add &sib=1 if the doc node is a …
(edit) @3889   21 years kjdon new attribute names
(edit) @3888   21 years kjdon documentNodeType is now nodeType
(edit) @3887   21 years kjdon documentID is now nodeID
(edit) @3886   21 years kjdon deleted old stuff
(edit) @3885   21 years kjdon reworked the classification xslt
(edit) @3876   21 years mdewsnip Added check so no empty services table is generated if there are no …
(edit) @3875   21 years kjdon removed unnecessary methods
(edit) @3874   21 years kjdon removed unnecessary field
(edit) @3873   21 years kjdon new collectionConfig.xml - we need to think about whether a new …
(edit) @3872   21 years kjdon modified to reflect the use of collectionConfig.xml as well as …
(edit) @3871   21 years kjdon new xml format
(edit) @3870   21 years kjdon tidied up
(edit) @3869   21 years kjdon some changes to functions
(edit) @3868   21 years kjdon relects GSXML changes
(edit) @3867   21 years kjdon more stuff
(edit) @3866   21 years kjdon new xml format - document replaced with documentNode, content removed …
(edit) @3865   21 years kjdon removed content from requests and responses
(edit) @3864   21 years kjdon new xml format - content has been removed from request and response, …
(edit) @3863   21 years kjdon new xml format - content has been removed from request and response, …
(edit) @3862   21 years kjdon new xml format - removed content from request and response, document …
(edit) @3854   21 years mdewsnip Changed compilation to target JVM 1.1 - this allows Phind to be …
(edit) @3853   21 years kjdon coll config file
(edit) @3852   21 years kjdon servicesImpl changed to ServiceRack
(edit) @3851   21 years kjdon a wide variety of changes, next I will go through and make sure the …
(edit) @3850   21 years kjdon added more stuff
(edit) @3849   21 years kjdon now uses only xerces, not generic jaxp stuff - this can cause problems …
(edit) @3848   21 years kjdon new function to find a sysstem wide config format xslt
(edit) @3847   21 years kjdon new configure stuff - Collection uses collectionConfig.xml. adds …
(edit) @3846   21 years kjdon changed xml handling in parseXML cos the tree now has random text …
(edit) @3845   21 years kjdon added debug printstacktrace
(edit) @3844   21 years kjdon added some more stuff
(edit) @3843   21 years kjdon format statement transformation xsl
(edit) @3842   21 years kjdon small changes to page format
(edit) @3841   21 years kjdon new format
(edit) @3840   21 years kjdon gs2 hierarchy classifier files
(edit) @3839   21 years kjdon now uses collection config files
(edit) @3838   21 years kjdon now uses collection config files
(edit) @3837   21 years kjdon re-added buildConfig.xml separately, new format
(edit) @3836   21 years kjdon removed buildConfig.xml from the tar file
(edit) @3832   21 years mdewsnip Now checks $JAVA_HOME is set, Java programs exist, and Java version is 1.4.
(edit) @3831   21 years mdewsnip Greenstone 2 open folder icon.
(edit) @3830   21 years mdewsnip Greenstone 2 open book icon.
(edit) @3829   21 years mdewsnip Uses $(JAVA_HOME) instead of hard-wired path.
(edit) @3828   21 years mdewsnip Changed hard-wired paths to Java 1.4 programs to use $JAVA_HOME. Phind …
(edit) @3827   21 years mdewsnip Uses $JAVA_HOME instead of hard-wired path.
(edit) @3826   21 years mdewsnip Modified processAnyFieldQuery to return a list of documentNodes, …
(edit) @3824   21 years mdewsnip Modified to use base class GS2Search. Implements processTextQuery, as …
(edit) @3823   21 years mdewsnip Modified to use base class GS2Search. Implements processTextQuery, as …
(edit) @3822   21 years mdewsnip Generic base class of GS2MGSearch and GS2MGPPSearch. Implements shared …
(edit) @3820   21 years mdewsnip Modified to use base class GS2Retrieve. Implements …
(edit) @3819   21 years mdewsnip Generic base class of GS2MGRetrieve and GS2MGPPRetrieve. Implements …
(edit) @3818   21 years mdewsnip Added node type constants: ROOT, INTERIOR, and LEAF.
(edit) @3817   21 years mdewsnip Modified to use documentNodes instead of documents.
(edit) @3816   21 years mdewsnip Updated table of contents display to use generic "displayNodeIcon" …
(edit) @3815   21 years mdewsnip Added "displayNodeIcon" template to display the appropriate image for …
(edit) @3814   21 years mdewsnip Updated to use documentNode instead of document. Also uses generic …
(edit) @3813   21 years kjdon * empty log message *
(edit) @3803   21 years mdewsnip Removed completed items: table of contents, and actual text display in …
(edit) @3802   21 years mdewsnip Modified to use the DocumentMetadataRetrieve service.
(edit) @3801   21 years mdewsnip Heavy revision. Processing a documentAction now consists of three …
(edit) @3800   21 years mdewsnip Removed option to sort by rank/natural order, and added code to deal …
(edit) @3799   21 years mdewsnip Modified to inherit from GS2Retrieve.java base class. Only implements …
(edit) @3798   21 years mdewsnip New base class of GS2MGRetrieve.java and GS2MGPPRetrieve.java - …
(edit) @3797   21 years mdewsnip Added static constant definitions for document structure information.
(edit) @3796   21 years mdewsnip Removed option to sort by rank/natural order.
(edit) @3795   21 years mdewsnip Removed option to sort by natural order/rank.
(edit) @3794   21 years mdewsnip Equivalent term information is now stored in a separate class: …
(edit) @3793   21 years mdewsnip Added to store the information about a query term equivalent (when …
(edit) @3792   21 years mdewsnip Updated to reflect the capabilities of the MG search engine and the MG …
Note: See TracRevisionLog for help on using the revision log.