source: trunk/gsdl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9620   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9616   19 years kjdon changed | to || in GetStemMethod if statements
(edit) @9615   19 years davidb relocation of disp.unloadcollectionmacros() so it always unloads …
(edit) @9614   19 years kjdon fixed a mistake I introduced last commit
(edit) @9611   19 years kjdon added in x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9609   19 years kjdon added in x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9608   19 years kjdon added in x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9604   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9598   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9596   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9526   19 years mdewsnip Added to the settings dialog the option to have the Local Library use …
(edit) @9447   19 years mdewsnip *Sigh*, another case of the Windows makefiles being ignored…
(edit) @9408   19 years davidb Subtle mistake related to testing for C-preprocessor defined …
(edit) @9406   19 years davidb Added include statement for stdio.h. Caused compile error on Puka …
(edit) @9401   19 years davidb formattoools.cpp extended to supoorts 'child' request, within …
(edit) @9400   19 years davidb gdbmsource.h .cpp .o added to filename list in Makefile.in
(edit) @9399   19 years davidb gdbmsoure.o added to makefile.in
(edit) @9346   19 years davidb Restructuring of lucenegdbmsource and mggdbmsource to put common code …
(edit) @9345   19 years davidb Restructuring of lucenegdbmsource and mggdbmsource to inherit from new …
(edit) @9296   19 years davidb Addition of gdbsource.o to list of col server objects to link against.
(edit) @9237   19 years davidb Improvements to checking or applet parameters.
(edit) @9218   19 years kjdon made this work under windows without black screens. had to use …
(edit) @9216   19 years kjdon a few changes to make it compile on windows - changed the text_t …
(edit) @9215   19 years kjdon changed from using global vars to passing in the user data
(edit) @9213   19 years kjdon added in the new expat_document.o
(edit) @9210   19 years kjdon made some mods to get querying workign on windows. couldn't open a …
(edit) @9199   19 years kjdon added expat_document.*
(edit) @9190   19 years kjdon need to pass the level tag to expat_document
(edit) @9189   19 years kjdon made gdbm_level public instead of protected, so the lucenegdbmsource …
(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   19 years davidb java bridge from how greensotne likes to do indexing and querying to …
(edit) @8486   19 years jrm21 use the new displayclass::setcollectionmacro() for any macros that the …
(edit) @8483   19 years kjdon in configure, when reading in indexes or levels, clear whats already …
(edit) @8470   19 years kjdon modified prepare_page() to fix the bug whereby if l=en, macros which …
(edit) @8454   19 years jrm21 read any collection-specific macros from the ColInfoResponse struct, …
(edit) @8453   19 years jrm21 accept the 'collectionmacro' keyword for configure() from collect.cfg …
(edit) @8452   19 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 …
Note: See TracRevisionLog for help on using the revision log.