source: trunk/gsdl3/src/java/org/greenstone/gsdl3/service

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5264   21 years kjdon removed unnecessary print statements
(edit) @5262   21 years kjdon fixed an oversight
(edit) @5259   21 years kjdon a retrieval class for TEI docs (based on nzetc docs that I had access …
(edit) @5258   21 years kjdon a basic retrieval service for plain XML documents which may just be …
(edit) @5257   21 years kjdon a very basic lucene search service. searches 'contents' for teh words, …
(edit) @5227   21 years kjdon a new service rack for accessing infomine searching at riverside. …
(edit) @5190   21 years kjdon metadata display names now come from a different properties file. …
(edit) @5189   21 years kjdon metadata display names now come from a different properties file. …
(edit) @5188   21 years kjdon query responses now can include 2 metadatas - numDocsMatched and …
(edit) @5148   21 years kjdon code style consistency check - class variables no longer end in _
(edit) @5147   21 years kjdon GSCGI replaced by GSParams
(edit) @5126   21 years kjdon describe requests to services can now take a parameter 'subset' just …
(edit) @5107   21 years kjdon service descriptions now include a displayItem called description …
(edit) @5098   21 years kjdon gadually standardising my Java code. have turned all class variables …
(edit) @4979   21 years kjdon the param for Gates annotation service is now an ENUM_MULTI, instead …
(edit) @4903   21 years kjdon tidied up a lot of stuff, particularly the display text stuff, …
(edit) @4862   21 years kjdon addeda test for null info from the gdbm db, when creating the doc …
(edit) @4861   21 years kjdon not using orientation and documentInterleave for classifiers any …
(edit) @4853   21 years kjdon now uses GS2PerlConstructor constatns rather than base class …
(edit) @4719   21 years kjdon changed the doc node creation (for the docs in the result list) to add …
(edit) @4709   21 years kjdon fixed some little things
(edit) @4708   21 years kjdon workign on document type stuff - so that xslt knows what type of …
(edit) @4707   21 years kjdon get display format info for documents
(edit) @4268   21 years kjdon changed to use archivedir instead of assocfilepath for image location
(edit) @4260   21 years kjdon added in some extra stuff for structure retrieve - instead of just the …
(edit) @4247   21 years kjdon index param put in even if there is only one index
(edit) @4246   21 years kjdon added response only arg to the phind url
(edit) @4223   21 years kjdon MGPPWrapper methods getDocument and loadIndexData no longer take …
(edit) @4222   21 years kjdon MGPPWrapper methods getDocument and loadIndexData no longer take …
(edit) @4142   21 years kjdon service describe requests no longer use info att
(edit) @4098   21 years kjdon createParameter for description has new name: createParameterDescription
(edit) @4081   21 years kjdon added All fields to field list
(edit) @4062   21 years kjdon had to remove ctrl-b and ctrl-c from mg text cos they are invalid xml …
(edit) @4033   21 years mdewsnip Modified to returned a section with annotations as a proper XML …
(edit) @4024   21 years kjdon param now multi type
(edit) @4019   21 years kjdon changed div to span, fixed a display bug
(edit) @4018   21 years mdewsnip Added parameter description.
(edit) @4017   21 years mdewsnip Changed string comparisons to use .equals().
(edit) @4015   21 years mdewsnip Changed to use class instead of id attribute.
(edit) @4014   21 years mdewsnip Replaced GATE annotation tags with div tags, for display purposes.
(edit) @4012   21 years mdewsnip Changed string comparison to use .equals().
(edit) @4011   21 years mdewsnip Changed string comparisons to use .equals().
(edit) @4010   21 years kjdon changed String == to .equals :-)
(edit) @4006   21 years mdewsnip First stab at a service for using GATE to do information extraction.
(edit) @3997   21 years kjdon added a comment
(edit) @3995   21 years kjdon path for resolving images now based of site_http_address_
(edit) @3994   21 years kjdon now stores site_http_address, passed in before configure.
(edit) @3991   21 years kjdon mgpp wrapper now needs to have an empty basepath, so changed all the …
(edit) @3990   21 years mdewsnip Initial document image support.
(edit) @3977   21 years kjdon tidied up from att in response
(edit) @3976   21 years kjdon docNodeXXX stuff changed to nodeXXX, tidied up from att in response
(edit) @3975   21 years kjdon docNodeXXX stuff changed to nodeXXX
(edit) @3974   21 years kjdon changed handle param to pid
(edit) @3973   21 years kjdon tidied up print statements, and from att in response
(edit) @3952   21 years mdewsnip Trialling the removal of passing base_dir to MGPP as a cleaner …
(edit) @3946   21 years kjdon tidied up System.out.prints
(edit) @3945   21 years kjdon content elements no longer used in request or response
(edit) @3939   21 years kjdon fixed a bug
(edit) @3938   21 years kjdon configure takes two args - the xml for teh service plus some optional …
(edit) @3937   21 years kjdon configure now takes two args - the service info and an optional …
(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) @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) @3892   21 years kjdon classifier services now included in GS2Retrieve serviceRack, so …
(edit) @3875   21 years kjdon removed unnecessary methods
(edit) @3868   21 years kjdon relects GSXML changes
(edit) @3866   21 years kjdon new xml format - document replaced with documentNode, content removed …
(edit) @3862   21 years kjdon new xml format - removed content from request and response, document …
(edit) @3851   21 years kjdon a wide variety of changes, next I will go through and make sure the …
(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) @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) @3770   21 years mdewsnip Changed two string values to private static constants.
(edit) @3766   21 years mdewsnip Support for modified query result format (changes to "numDocsMatched" …
(edit) @3755   21 years mdewsnip Alpha version of service for collection searching using MG.
(edit) @3754   21 years mdewsnip Alpha version of service for document retrieval using MG.
(edit) @3681   21 years kjdon major changes, too many to list
(edit) @3680   21 years kjdon small changes
(edit) @3679   21 years kjdon service type changes, cgi arg changes
(edit) @3678   21 years kjdon service type changes
(edit) @3677   21 years kjdon minor changes
(edit) @3651   21 years kjdon replaces PhindServices
(edit) @3650   21 years kjdon replaces old ServicesImpl
(edit) @3649   21 years kjdon tidy up of services. MGPPGDBMServices replaced with GS2MGPPSearch and …
(edit) @3648   21 years kjdon brought it up to date with some naming changes
(edit) @3623   21 years say1 bug fix
(edit) @3621   21 years say1 added XSLTServices.java
(edit) @3606   21 years kjdon fixed a bug
(edit) @3605   21 years kjdon added field query stuff
(edit) @3584   21 years kjdon removed a couple of unnecessary printlns
(edit) @3567   21 years kjdon tidied up a bit, using new Dictionary stuff
(edit) @3566   21 years kjdon Makefiles not needed in subdirectories
(edit) @3513   22 years kjdon new service and action for coll building gsdl2 style
Note: See TracRevisionLog for help on using the revision log.