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) @9886   19 years kjdon renamed FedoraSearch.java to FedoraSearch.java.tmp cos it is using …
(edit) @9874   19 years kjdon merged from branch ant-install-branch: merge 1
(edit) @9728   19 years chi This enables a search in Fedora repository through GSIII interface.It …
(edit) @9435   19 years kjdon if we have found some format in the info element, don't look for it in …
(edit) @9426   19 years kjdon changed the collection specific stuff slightly - instead of the single …
(edit) @9423   19 years kjdon modified getTextSTring: if no dictionary is specified, now tries a …
(edit) @9304   19 years kjdon renamed to xxx.tmp so its not compiled - need to sort out whether we …
(edit) @9289   19 years kjdon removed some unnecessary stuff from configure - call the super class …
(edit) @9288   19 years kjdon added fields does_structure|metadata|content - if these are false, …
(edit) @9286   19 years kjdon renamed MapQuery to MapSearch, and it now inherits from AbstractSearch
(edit) @9281   19 years kjdon tidying up, removed dictionary name from getTextString calls
(edit) @9280   19 years kjdon no longer need the dictionary_name field
(edit) @9279   19 years kjdon changed again how you get text strings. have gone back to using the …
(edit) @9273   19 years kjdon removed some unnecessary stuff that AbstractSearch already does
(edit) @9272   19 years kjdon made this inherit from AbstractSearch
(edit) @9271   19 years kjdon set does_chunking to true
(edit) @9270   19 years kjdon made does_chunking false by default, added ina new flag, …
(edit) @9268   19 years kjdon removed the abstract declarations for methods that are now defined in …
(edit) @9267   19 years kjdon Chi's new search service that just talks to the Google web service …
(edit) @9266   19 years kjdon added a does chunking flag - whether or not the service provides …
(edit) @9265   19 years kjdon instead of returning null if something goes wrong, which then calls a …
(edit) @9234   19 years chi Search and Retrieve Informine Service. Based on the new AbstractSearch
(edit) @9012   19 years kjdon one of the getTextStrings needed AbstractSearch dictionary name param
(edit) @9002   19 years kjdon reworked the search classes, now have a base AbstractSearch class, …
(edit) @9001   19 years kjdon use index_stem instead of assuming 'index' when creating paths for mg
(edit) @9000   19 years kjdon added indexStem info into configure
(edit) @8999   19 years kjdon removed a couple of unnecessary lines
(edit) @8960   19 years kjdon replaced by new classes
(edit) @8959   19 years kjdon restructured the retrieval classes. split apart browsing and doc …
(edit) @8955   19 years kjdon now we specify a dictionary name. also some calls to getTextString, …
(edit) @8954   19 years kjdon if no field specified, use the default field (the first one in the …
(edit) @8953   19 years kjdon removed a comment
(edit) @8952   19 years kjdon we now have a dictionary name specified for each class, rather than …
(edit) @8925   19 years kjdon html now may have _httpcollection_ in img links - we resolve this to …
(edit) @8924   19 years kjdon with a search we now return a metadata item with the actual query …
(edit) @8830   19 years kjdon added some checks for null results from the database
(edit) @8829   19 years kjdon removed the print statements I committed by accident
(edit) @8828   19 years kjdon checking a lot more for null results from database, so hopefully wont …
(edit) @8823   19 years kjdon added functionality to specify document type (simple, hierarchy, paged …
(edit) @8723   19 years kjdon returning the actual query as 'query' metadata
(edit) @8690   19 years kjdon check the doctype in gdbm db first, before trying to work it out.
(edit) @8689   19 years kjdon removed some stuff that was committed by mistake
(edit) @8674   19 years kjdon several changes all at once. GDBMWrapper methods docnum2Oid and …
(edit) @8642   19 years kjdon fixed a bug in adding macros to teh resolver
(edit) @8616   19 years kjdon modified the macro resolution - now replace items can be metadata as …
(edit) @8612   19 years nzdl for gs2 colls, casefolding is on by default
(edit) @8574   19 years kjdon now uses the macro resolver instead of the replacements arraylist
(edit) @8572   19 years nzdl actually had to change the default value not the order
(edit) @8558   19 years kjdon swapped the order or some/all in the match param, so that some will be …
(edit) @8439   19 years kjdon when creating doc nodes, now we choose hierarchy or simple based on …
(edit) @8347   20 years kjdon first stab at generating the results the java way. seems to work …
(edit) @8346   20 years kjdon added null view to new LUCSearcher and MGSearcher calls
(edit) @8304   20 years kjdon temporary changes so that it compiles - need to do the searching …
(edit) @8192   20 years kjdon service to use collection built with Imperail college's vishnu stuff
(edit) @8158   20 years nzdl renamed InfomineProxy to IViaProxy, and made it a bit more general - …
(edit) @8012   20 years kjdon hopefully this wont cause an exception now. still need to implement …
(edit) @7993   20 years kjdon previously changed the subset param to use DisplayItemList instead of …
(edit) @7825   20 years kjdon describe subset param displayItem should be displayItemList to be …
(edit) @7823   20 years kjdon check that the content retrieved from MG is not null before using it
(edit) @7312   20 years kjdon GS3REtrieve now is not abstract, and provides the structure and …
(edit) @6873   20 years kjdon added some code to replace macros that come out of the GDBM db - the …
(edit) @6872   20 years kjdon fixed a comment
(edit) @6871   20 years kjdon sql database name is now a combination of site name and coll name
(edit) @6695   20 years nzdl all request creation now done through GSXML.createBasicRequest - we …
(edit) @6694   20 years nzdl removed library from the urls - now they just start with ? which seems …
(edit) @6676   20 years nzdl moved the separator string constants to GSConstants
(edit) @6592   20 years nzdl modification to get the size out of the identify result - now it …
(edit) @6517   20 years kjdon now classifiers work, and searching works, and hierarchical docs work
(edit) @6501   20 years kjdon renanmed to ~.tmp so that it doesn't get compiled, cos the gate.jar is …
(edit) @6490   20 years nzdl changed the applet html description to only include the jar files it …
(edit) @6364   20 years kjdon fixed a string == bug
(edit) @6358   20 years kjdon uncommented lots of classifier stuff, and modified for sql
(edit) @6305   20 years kjdon search and retrieve services for the map collection
(edit) @6304   20 years kjdon rudimentary services for Greenstone 3 collections
(edit) @6275   20 years kjdon now checks for empty metadata before adding it
(edit) @6274   20 years kjdon was using old system messages to reload/delete collections
(edit) @6273   20 years kjdon was using old request types
(edit) @6247   20 years kjdon changed the metadata handling to use metadata names in the form …
(edit) @6165   20 years kjdon added in default format for all classifiers - put a format elem as …
(edit) @5991   20 years kjdon now returns numDocsMatched
(edit) @5966   20 years kjdon subclass of XMLRetrieve for Gutenberg project books
(edit) @5964   20 years kjdon some modifications, cant remember what for
(edit) @5963   20 years kjdon added in format info and query params and text info
(edit) @5692   21 years kjdon doc format stuff now comes with content service, added another …
(edit) @5663   21 years kjdon fixed up some bad javadoc
(edit) @5644   21 years kjdon can now specify in teh config file what types of search should be …
(edit) @5408   21 years kjdon added in root metadata to teh getMetadata method
(edit) @5401   21 years kjdon tidying up println stuff
(edit) @5380   21 years kjdon a few changes in the text strings
(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
Note: See TracRevisionLog for help on using the revision log.