source: trunk/gsdl/src/colservr

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9916   19 years kjdon tidying up after someone, who will remain nameless (DAVIDB), …
(edit) @9915   19 years kjdon removed some unnecessary commented code
(edit) @9904   19 years kjdon fixed a bug where the buildtype was getting set to mgpp if searchtypes …
(edit) @9745   19 years kjdon one x++ -> ++x change
(edit) @9744   19 years davidb Previous mod, undone. My text_t.h was out of date somehow, despite …
(edit) @9743   19 years davidb conflict over 'const char*' being passed to function (appendcarr) that …
(edit) @9739   19 years mdewsnip Added "-DXML_STATIC" so packages/windows/expat/expat_external.h will …
(edit) @9631   19 years kjdon delete -> delete [] change submitted by Emanuel Dejanu
(edit) @9620   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9447   19 years mdewsnip *Sigh*, another case of the Windows makefiles being ignored…
(edit) @9406   19 years davidb Added include statement for stdio.h. Caused compile error on Puka …
(edit) @9400   19 years davidb gdbmsource.h .cpp .o added to filename list in 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) @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) @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) @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) @9129   19 years mdewsnip Fixed up Windows makefiles so Expat is compiled into all the binaries …
(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) @9071   19 years kjdon removed a leftover #include sax_resultset.h
(edit) @9070   19 years davidb See expat_resultset.h
(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) @8483   20 years kjdon in configure, when reading in indexes or levels, clear whats already …
(edit) @8453   20 years jrm21 accept the 'collectionmacro' keyword for configure() from collect.cfg …
(edit) @8186   20 years cs025 Added failure error message when the corba server cannot find valid …
(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) @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) @7302   20 years kjdon removed a strange piece of code: 'return true; return false;' :-) …
(edit) @7060   20 years sjboddie Added DLL=1 and DLLDEBUG=1 options to the windows makefiles
(edit) @6584   20 years kjdon Fiddled around with segmenting for chinese text. Haven't changed how …
(edit) @5906   20 years sjboddie Fixed a bug in some very old collection server code. There was a …
(edit) @5868   20 years kjdon changed the configure stuff - was only adding collectionmeta if there …
(edit) @5850   20 years kjdon now this only sorts the query results if a ranked search was done, or …
(edit) @5141   21 years kjdon fixed a bug in teh phrase searching - if the index had been built on …
(edit) @5024   21 years sjboddie Changed the authentication directives to more easier to use ones. …
(edit) @4974   21 years sjboddie Added the following options to the collect.cfg file: => …
(edit) @4824   21 years kjdon when parsing the query params, we now set the level to the default …
(edit) @4823   21 years kjdon changed the default levels to Doc instead of DOcument. shoudl really …
(edit) @4822   21 years kjdon changed a comment
(edit) @4808   21 years kjdon the level filteroption is now initialized from indexlevels and …
(edit) @4807   21 years kjdon just made the parameter const to set_gdbm_level
(edit) @4774   21 years sjboddie No longer show search page (or search form on "about" page) if a …
(edit) @4752   21 years kjdon changed the level configure stuff a bit
(edit) @4751   21 years kjdon now we can use 'searchtype form plain' in the collect.cfg file - this …
(edit) @4742   21 years sjboddie Bug fix in recent change removing need for defaultindex option
(edit) @4738   21 years sjboddie The first entry in the "indexes" field of a collect.cfg file will now …
(edit) @4735   21 years sjboddie * empty log message *
(edit) @4507   21 years sjboddie Put back in BBC specific code that was mistakenly removed.
(edit) @4372   21 years sjboddie bug fix for GLI
(edit) @4340   21 years sjboddie Tidied up configaction slightly. Running 'a=config&cmd=add-collection' …
(edit) @4218   21 years kjdon now we pass on syntax_error from mgpp parsing back to the …
(edit) @4217   21 years kjdon now we pass on syntax_error from mgpp parsing back to the …
(edit) @4216   21 years kjdon wasn't passing on any arrors from the first call to filter
(edit) @4193   21 years sjboddie Added runtime support for the new maxnumeric build time option.
(edit) @3203   22 years sjboddie Minor BBC specific change
(edit) @3197   22 years jrm21 convert document text from utf-8 to unicode for greenstone
(edit) @3175   22 years jrm21 Need to initialise indexData to NULL on object creation.
(edit) @3150   22 years jrm21 Text to/from the receptionist is encoded in unicode, so we convert …
(edit) @3096   22 years kjdon in parse_query_params, added a check for empty Index option - can't …
(edit) @3061   22 years cs025 Added check to file handling - the server could fail to run correctly …
(edit) @3055   22 years sjboddie Added -GX flag to Win32 makefiles to prevent compiler warnings under VC++6
(edit) @2937   22 years sjboddie Fixed a few minor issues that surfaced when attempting to get …
(edit) @2907   22 years say1 minor makefile fixes for corbaserver
(edit) @2712   23 years sjboddie "supercollection" is now a synonym for the "ccscols" collect.cfg option
(edit) @2703   23 years jrm21 Updated to successfully make with Kathy's latest changes (some files …
(edit) @2701   23 years kjm18 previous changes broke linux version. all fixed now hopefully :-)
(edit) @2699   23 years cs025 mgpp collections now work on windows
(edit) @2697   23 years kjm18 keep a pointer to an IndexData structure so keep state between …
(edit) @2679   23 years kjm18 added unload_database() function to search and mgppsearch classes (but …
(edit) @2678   23 years kjm18 tidy up
(edit) @2677   23 years kjm18 fixed a bug in mgpp collections
(edit) @2626   23 years sjboddie A couple of minor changes to avoid compiler problems with VC++ on …
(edit) @2549   23 years sjboddie fixed a couple of problems introduced by the recent port to windows of …
(edit) @2545   23 years sjboddie Added an unload_database() function to mgsearchclass which is called …
(edit) @2371   23 years jrm21 Minor changes, so compilation works when libgdbm is not in system …
(edit) @2344   23 years sjboddie Made the web library print some more reasonable debug info if gsdlhome …
(edit) @2338   23 years sjboddie Tidied up windows makefiles to make compiling under windows a little …
(edit) @2261   23 years say1 fixed a minor c initialisation bug
(edit) @2212   23 years sjboddie Fixed a bug that was causing the local library server to attempt to …
(edit) @2211   23 years sjboddie removed some debugging lines
Note: See TracRevisionLog for help on using the revision log.