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) @11014   18 years kjdon cross collection searching service
(edit) @11011   18 years kjdon small mods for addings fields to index list
(edit) @10814   19 years kjdon this file has been added to the vishnu extension package
(edit) @10786   19 years kjdon fixed a bug where it was trying to get the last three chars of the id, …
(edit) @10652   19 years kjdon fixed a bug with indexstem
(edit) @10651   19 years kjdon made all index/gdbm db paths use indexstem instead of cluster_name
(edit) @10589   19 years nzdl removed some debug print statements
(edit) @10334   19 years kjdon in getMetadataList, if all_metadata, then use getMultiInfo to make …
(edit) @10194   19 years kjdon when doing a search, if teh result is not in the right format, now …
(edit) @10193   19 years kjdon check the field param before sending it to IVia - it may contain an …
(edit) @10093   19 years kjdon The ServiceRack class's configure method is no longer abstract so all …
(edit) @10089   19 years kjdon pass in a collection class loader to the entity resolver
(edit) @10088   19 years kjdon now keep a reference to the class loader
(edit) @10066   19 years kjdon removed an unnecessary import statement
(edit) @10065   19 years kjdon applet jar files are now in applet subdir, not lib subdir, so I …
(edit) @9966   19 years kjdon only add in the docNodeList if there are some query results
(edit) @9939   19 years kjdon changed name from GatePOSTag to GateTag cos its not a POS tagger
(edit) @9902   19 years kjdon added back in teh default index stuff - wasn't being used in the index …
(edit) @9901   19 years kjdon removed a commented out line
(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   20 years kjdon added some checks for null results from the database
(edit) @8829   20 years kjdon removed the print statements I committed by accident
(edit) @8828   20 years kjdon checking a lot more for null results from database, so hopefully wont …
(edit) @8823   20 years kjdon added functionality to specify document type (simple, hierarchy, paged …
(edit) @8723   20 years kjdon returning the actual query as 'query' metadata
(edit) @8690   20 years kjdon check the doctype in gdbm db first, before trying to work it out.
(edit) @8689   20 years kjdon removed some stuff that was committed by mistake
(edit) @8674   20 years kjdon several changes all at once. GDBMWrapper methods docnum2Oid and …
(edit) @8642   20 years kjdon fixed a bug in adding macros to teh resolver
(edit) @8616   20 years kjdon modified the macro resolution - now replace items can be metadata as …
(edit) @8612   20 years nzdl for gs2 colls, casefolding is on by default
(edit) @8574   20 years kjdon now uses the macro resolver instead of the replacements arraylist
(edit) @8572   20 years nzdl actually had to change the default value not the order
(edit) @8558   20 years kjdon swapped the order or some/all in the match param, so that some will be …
(edit) @8439   20 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   21 years kjdon search and retrieve services for the map collection
(edit) @6304   21 years kjdon rudimentary services for Greenstone 3 collections
(edit) @6275   21 years kjdon now checks for empty metadata before adding it
(edit) @6274   21 years kjdon was using old system messages to reload/delete collections
(edit) @6273   21 years kjdon was using old request types
(edit) @6247   21 years kjdon changed the metadata handling to use metadata names in the form …
(edit) @6165   21 years kjdon added in default format for all classifiers - put a format elem as …
(edit) @5991   21 years kjdon now returns numDocsMatched
(edit) @5966   21 years kjdon subclass of XMLRetrieve for Gutenberg project books
Note: See TracRevisionLog for help on using the revision log.