source: trunk/gsdl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9188   19 years kjdon now pass in the section level tag name when getting a document
(edit) @9176   19 years kjdon added in expat_document.o, needed by lucene stuff
(edit) @9175   19 years kjdon added in doc content retrieval
(edit) @9174   19 years kjdon put char* get_attribute(const char attr, char* att_name) in the …
(edit) @9173   19 years kjdon added expat_document for parsing the source docs to get the content
(edit) @9138   19 years mdewsnip Ooooops... the "I'm Feeling Lucky" functionality didn't work at all …
(edit) @9129   19 years mdewsnip Fixed up Windows makefiles so Expat is compiled into all the binaries …
(edit) @9117   19 years mdewsnip In response to David's (Stefan's?) changes to collectset.cpp.
(edit) @9115   19 years mdewsnip Added #ifdefs for slightly different popen and pclose on Windows.
(edit) @9110   19 years mdewsnip Fixed minor typo.
(edit) @9090   19 years kjdon changed a print statement and removed an unnecesary variable
(edit) @9089   19 years kjdon the index name is actually hte first char of the level (d, s, p) plus …
(edit) @9074   19 years kjdon added in lucene objects and expat library
(edit) @9071   19 years kjdon removed a leftover #include sax_resultset.h
(edit) @9070   19 years davidb See expat_resultset.h
(edit) @9033   19 years davidb XML parsing support for Lucene used to be done with sax. This has now …
(edit) @9032   19 years davidb Modification to calling collectset to be compatable with Stefan's …
(edit) @9031   19 years davidb Query to lucene incorrectly constructed (missing double quote). Now …
(edit) @9030   19 years davidb Update of collectset API argument to fit in with Stefan's apache …
(edit) @9029   19 years davidb Used to use sax parsing for lucene support. This is now changed to …
(edit) @9028   19 years davidb Adjustment of collectset API arguments to be compatible with Stefan's …
(edit) @9027   19 years davidb Used to support searching with lucene. Overlooked in original batch …
(edit) @8977   19 years jrm21 added compare function to multimap for old VC 4.2 compiler
(edit) @8928   19 years sjboddie Altered phind so it works correctly over an https connection …
(edit) @8877   19 years jrm21 use more @variables@ set by configure for portability. (eg use …
(edit) @8759   19 years jrm21 use CXX instead of CC for compiling .cpp files
(edit) @8715   19 years kjdon fized a bug with phrase searching onn segmented collections
(edit) @8691   19 years kjdon Added the changes from Emanuel Dejanu (Simple Words) - mostly …
(edit) @8555   19 years kjdon added an empty alt attribute and onError attribute to the cover image …
(edit) @8521   20 years davidb java bridge from how greensotne likes to do indexing and querying to …
(edit) @8486   20 years jrm21 use the new displayclass::setcollectionmacro() for any macros that the …
(edit) @8483   20 years kjdon in configure, when reading in indexes or levels, clear whats already …
(edit) @8470   20 years kjdon modified prepare_page() to fix the bug whereby if l=en, macros which …
(edit) @8454   20 years jrm21 read any collection-specific macros from the ColInfoResponse struct, …
(edit) @8453   20 years jrm21 accept the 'collectionmacro' keyword for configure() from collect.cfg …
(edit) @8452   20 years jrm21 added a 'collection_macros' field to ColInfoResponse_t struct, so we …
(edit) @8362   20 years kjdon added a new option to the phind classifier: min_occurs. this is the …
(edit) @8357   20 years kjdon added a partial fix to plain searching with mgg - if you are searching …
(edit) @8337   20 years cs025 Fixed problem with a '.' in a collection name; now '.' and ':' are …
(edit) @8330   20 years mdewsnip Fixed yesterday's fix so it works with Microsoft Visual C++ 4.
(edit) @8329   20 years kjdon renamed oaimain(.exe) to oaiserver(.exe)
(edit) @8317   20 years mdewsnip Changed the istrstream to an istringstream, which is the modern way.
(edit) @8316   20 years mdewsnip Oops... changed my previous "fix" so it only applies for old Windows …
(edit) @8314   20 years kjdon used a logout stream instead of cout for nproto.init
(edit) @8311   20 years kjdon oai config now resides in oai.cfg, not main.cfg
(edit) @8310   20 years kjdon renamed ctv1.log to oai.log
(edit) @8309   20 years mdewsnip Changed the makefile to use the gsdlcolservr library instead of all …
(edit) @8308   20 years mdewsnip Fixed a non-null terminated string stream used for output with …
(edit) @8306   20 years mdewsnip A few changes necessary to get the OAI server compiling with Microsoft …
(edit) @8303   20 years cs025 Minor changes to configuration handling; modified log file to be oai.log.
(edit) @8277   20 years kjdon removed RECPTOBJECTS from the list of objects that gets deleted by a …
(edit) @8276   20 years cs025 Made softer support for metadata formats - no longer map to the OAI- …
(edit) @8244   20 years kjdon added in Partial matching for query terms. Cna type comp* as a query, …
(edit) @8241   20 years kjdon some changes to get it compiling on windows
(edit) @8239   20 years kjdon first stab at a windows makefile - copied from recpt makefile
(edit) @8228   20 years kjdon added some casts to char * so that it compiled, line 98
(edit) @8223   20 years cs025 Removed some unnecessary debugging messages which output via cout.
(edit) @8219   20 years cs025 Fixes and extensions to remedy small changes with OAI and tidying of …
(edit) @8186   20 years cs025 Added failure error message when the corba server cannot find valid …
(edit) @8185   20 years cs025 Added support for switching on/off MICO as a static library build; at …
(edit) @8182   20 years cs025 Added OAI Server code to Greenstone
(edit) @8102   20 years mdewsnip Unfinished, but I'm committing it now so I don't lose it.
(edit) @8073   20 years davidb removed a handful of #include statements involving mg and mgpp that …
(edit) @8033   20 years davidb Support for optional compilation of lucene searching and z39.50 server.
(edit) @8032   20 years davidb Introduction of #ifdef USE_LUCENE around lucene specific code.
(edit) @8031   20 years davidb Support for compiling lucene and z39.50 options in.
(edit) @8030   20 years davidb Support for lucene indexer added.
(edit) @8029   20 years davidb Introduction of code for elementary use of lucene indexer.
(edit) @8028   20 years davidb Changes introduced to support lucene indexer.
(edit) @8027   20 years davidb Introduction of lucene*.cpp,h classes to support searching with this …
(edit) @8026   20 years davidb Shift from mg* fields and member functions to text* to better reflect …
(edit) @8025   20 years davidb Change of mg* field and member functions to text* to better reflect …
(edit) @8024   20 years davidb Renaming of variables and member functions using contstructs such as …
(edit) @7788   20 years kjdon Johns fix: He accidently used SocketTimeoutException which, despite …
(edit) @7762   20 years davidb 'gliapplet' flag added -- in comparable style of 'collector' flag -- …
(edit) @7734   20 years kjdon commiting John T's changes (c/- DL Consulting) to stop phind hanging …
(edit) @7706   20 years jrm21 close our <option> tags
(edit) @7618   20 years davidb previousarrow variable renamed prevarrow to be more consistent with …
(edit) @7617   20 years davidb Metadata in [x] eq '1' updated so can support [parent(Top):x] syntax.
(edit) @7610   20 years mdewsnip Added code to prevent the local library server being run multiple …
(edit) @7607   20 years kjdon added is_searchable() to the protocol - the default version alwasy …
(edit) @7599   20 years kjdon check for ex.metadata and remove the ex. in the format statements
(edit) @7594   20 years mdewsnip "I'm feeling lucky" functionality (a la Google). An extra argument …
(edit) @7527   20 years davidb Incorrect file commited. This is the correct one!
(edit) @7519   20 years mdewsnip Local library now allows multiple spaces in file names.
(edit) @7509   20 years kjdon file_exists(directory) doesn't work under windows, need to do …
(edit) @7474   20 years davidb Fixed bug in nested {If} statement code that caused text and metadata …
(edit) @7447   20 years mdewsnip (Human Info) Removed a new line which prevented initialisation being …
(edit) @7443   20 years mdewsnip (Human Info) Delete char* variables with delete [] instead of delete, …
(edit) @7441   20 years mdewsnip (Human Info) Replace all "" with g_EmptyText.
(edit) @7438   20 years mdewsnip (Human Info) Delete char* variables with delete[] variable instead of …
(edit) @7434   20 years mdewsnip (Human Info) Initial support for retrieving language specific information.
(edit) @7433   20 years mdewsnip (Human Info) Replaced all "Global" with displayclass::defaultpackage.
(edit) @7432   20 years mdewsnip (Human Info) Added language parameter to all calls of get_info, …
(edit) @7430   20 years mdewsnip (Human Info) Replaced all "" with g_EmptyText, and delete char* …
(edit) @7429   20 years mdewsnip (Human Info) Added a couple of addarginfo methods.
(edit) @7428   20 years mdewsnip (Human Info) Added a clone method and two more output_section_group …
(edit) @7427   20 years mdewsnip (Human Info) Made some parameters const.
(edit) @7426   20 years mdewsnip (Human Info) Use g_EmptyText instead of "", pass in language parameter …
(edit) @7425   20 years mdewsnip (Human Info) Changed all "" to g_EmptyText.
Note: See TracRevisionLog for help on using the revision log.