source: trunk/gsdl3/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10188   19 years kjdon ooops, had committed isMac() twice
(edit) @10187   19 years kjdon modified the gdbm db file path to use .bdb if on a mac
(edit) @10186   19 years kjdon added isMac() to test for Mac OS
(edit) @10169   19 years kjdon added isMac()
(edit) @10124   19 years kjdon forgot the GSFIle import statement
(edit) @10123   19 years kjdon use th web app classloader to find the SOAPServer.cfg file
(edit) @10122   19 years kjdon changed some erroneous localsite to @sitename@, use teh web app …
(edit) @10100   19 years kjdon removed a couple of unused methods, gsdl3home now points to the web …
(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) @10087   19 years kjdon can now specify a class loader to use instead of the default - which …
(edit) @10086   19 years kjdon class loader now takes a parent class loader as a constructor arg - …
(edit) @10071   19 years kjdon the jar file is now made in mghome directory, and nothing is done with …
(edit) @10067   19 years kjdon turned off the defer node expansion feature in the xerces parser
(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) @9993   19 years kjdon added JAVA_HOME/bin to the javac,javah,jar commands
(edit) @9987   19 years kjdon added in an exitValue/get_exit_value method to the MGPassesWrapper
(edit) @9985   19 years kjdon added quotes around the java executable paths
(edit) @9977   19 years kjdon added a getNextNode method that doesn't print out stuff to a buffer - …
(edit) @9976   19 years kjdon removed the addIndex from the interface, -am going to get rid of …
(edit) @9975   19 years kjdon tidied up the MGIndexer. no longer based on AbstractIndexer - I'm …
(edit) @9966   19 years kjdon only add in the docNodeList if there are some query results
(edit) @9965   19 years kjdon if there is no docnode list, add a dummy one in to teh page response. …
(edit) @9940   19 years kjdon reformatted the code
(edit) @9939   19 years kjdon changed name from GatePOSTag to GateTag cos its not a POS tagger
(edit) @9914   19 years kjdon added in some handling for new messaging type requests which can go …
(edit) @9913   19 years kjdon removed some comments, changed something - can't remember exactly why
(edit) @9912   19 years kjdon added in index handling for paths eg response[1]/docNodeList - so far …
(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) @9900   19 years kjdon uncommented teh horizontaAtTop hack - now don't get horizontalAtTop …
(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) @9434   19 years kjdon added replaceFirstLInk funciton
(edit) @9433   19 years kjdon added in code to cope when we have more than one service with the same …
(edit) @9426   19 years kjdon changed the collection specific stuff slightly - instead of the single …
(edit) @9425   19 years kjdon added getResourceDir methods to provide the path to the collection …
(edit) @9424   19 years kjdon added a new constructor that takes a specified classloader which is …
(edit) @9423   19 years kjdon modified getTextSTring: if no dictionary is specified, now tries a …
(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.
Note: See TracRevisionLog for help on using the revision log.