source: trunk/gsdl3/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9422   19 years kjdon a new class loader class that knows about the resources directory in a …
(edit) @9405   19 years kjdon replaced a couple of strings with constants, and made teh …
(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) @9276   19 years kjdon can now send the same message to several modules - use a comma …
(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) @9264   19 years kjdon now looks for an error element after the query
(edit) @9261   19 years kjdon fixed a bug in addError
(edit) @9234   19 years chi Search and Retrieve Informine Service. Based on the new AbstractSearch
(edit) @9140   19 years kjdon added a checdk for metadata in a search result - if its there, we …
(edit) @9050   19 years kjdon modified the get method to convert to utf-8, so other languages should …
(edit) @9012   19 years kjdon one of the getTextStrings needed AbstractSearch dictionary name param
(edit) @9010   19 years kjdon changed extlink2OID to externalId2OID
(edit) @9007   19 years kjdon added a check for null term element in search term highlighting code. …
(edit) @9006   19 years kjdon now outputs an indexStem element in buildCOnfig
(edit) @9005   19 years kjdon added insertIntoOrderedList and createParameterDescription2 (takes …
(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) @8969   19 years kjdon don't add in GS3Retrieve to service rack list anymore
(edit) @8968   19 years kjdon classifier service is now GS3Browse, not GS3Retrieve
(edit) @8966   19 years kjdon got it sort of going for doc text. need to make it look at the index …
(edit) @8962   19 years kjdon made a base class which GS2MAcroREsolver inherits
(edit) @8961   19 years kjdon interior node renamed to internal, added in the doc types
(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) @8929   19 years kjdon fixed a bug I introduced last commit
(edit) @8927   19 years kjdon changed formatting in preparation for my work on this class
(edit) @8926   19 years kjdon a bit of a hack to get images workign. when loading in an HTML …
(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) @8923   19 years kjdon added in printing of comments
(edit) @8921   19 years kjdon fixed up the receptionist option handling stuff
(edit) @8920   19 years nzdl had to move the float doc_weight up so that it compiled on other machines
(edit) @8919   19 years kjdon added some bits (copied from mgquery) to make paragraph searching work …
(edit) @8869   19 years schweer notifications will only be sent if the collectionConfig.xml of the …
(edit) @8868   19 years schweer unify Strings used
(edit) @8861   19 years cs025 Changed use of touchDocuments to use a long value as the timestamp
(edit) @8860   19 years cs025 Used a long to pass in build date to CollectionManager, DocumentList
(edit) @8859   19 years cs025 Function to get time stamp of build as a long added.
(edit) @8833   19 years kjdon query term highlighting and annotations are now controlled by …
(edit) @8832   19 years kjdon configure now returns boolean
(edit) @8831   19 years kjdon added a facility to have interface options - can control eg whether …
(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) @8827   19 years kjdon small change, testing for null things
(edit) @8826   19 years kjdon small code formatting
(edit) @8824   19 years kjdon added a cgiSafe method
(edit) @8823   19 years kjdon added functionality to specify document type (simple, hierarchy, paged …
(edit) @8801   19 years kjdon the service may not be part of a cluster/collection, so check the …
(edit) @8800   19 years kjdon a new generic action, that only does two things: sends a request to a …
(edit) @8774   19 years schweer abort if database couldn't be initialised
(edit) @8773   19 years schweer bugfix
(edit) @8772   19 years schweer cleaned up imports
(edit) @8771   19 years schweer bugfix; calling getString() without calling next() before that results …
(edit) @8770   19 years schweer have to use http post because of classpath problems with soap; use …
(edit) @8746   19 years kjdon change to reflect change in GS3SQLConnectionFactory
(edit) @8745   19 years kjdon reorganised the GS3SQLConnection and connectionFactory. now have a …
(edit) @8744   19 years kjdon moved this class out of the GS3SQLConnection class
(edit) @8742   19 years kjdon changed the import statements for GS3SQLConnection and …
(edit) @8741   19 years kjdon moved GS3SQLConnection and GS3SQLConnectionFactory to the database package
(edit) @8731   19 years mdewsnip Much more advanced query term highlighting. Supports query term …
(edit) @8726   19 years kjdon finished the unXmlSafe method, and now unescape attribute values when …
(edit) @8723   19 years kjdon returning the actual query as 'query' metadata
(edit) @8714   19 years kjdon fixed up query term highlighting with the new s1. service params
(edit) @8710   19 years chi Change program layout
(edit) @8709   19 years chi Change program layout
(edit) @8708   19 years chi add indentation for METS output file
(edit) @8705   19 years chi change program layout
(edit) @8704   19 years chi Change program layout
(edit) @8703   19 years chi Modifications for the validated METS format and program layout change
(edit) @8702   19 years chi Change program layout
(edit) @8701   19 years chi change program layout
(edit) @8700   19 years chi modifications for the validated METS format and program layout change
(edit) @8699   19 years chi Change program layout
(edit) @8698   19 years chi Modifications for the validated METS format and program layout change
(edit) @8697   19 years kjdon fixed a typo
(edit) @8694   19 years kjdon added some changes made by Emanuel Dejanu (Simple Words)
(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) @8677   19 years kjdon SXML.createParameterList changed to addParametersToList
(edit) @8676   19 years kjdon now we look for s0 parameters which get passed to all teh retrieve …
Note: See TracRevisionLog for help on using the revision log.