source: trunk/gsdl/src/colservr

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @2174   23 years cs025 Fixed silly error in getCollectionInfo; number of bytes and number of …
(edit) @2173   23 years cs025 Improvements to configure scripts in their support of various MICO …
(edit) @2170   23 years jrm21 changed make to $(MAKE)
(edit) @2166   23 years say1 added command to strip the corbaserver (makes it much smaller)
(edit) @2146   23 years sjboddie Fixed a bug that was preventing phrase searching from working on …
(edit) @2139   23 years sjboddie fixed a bug that prevented phrase searching from working correctly for …
(edit) @2134   23 years sjboddie mg phrase searching now always sets maxdocs to -1 (all) - this means …
(edit) @2133   23 years say1 turned optimisation on. fixed to avoid needing to source setup.bash
(edit) @2126   23 years say1 corba updates
(edit) @2113   23 years say1 integrated the new mico package. updated corba to 2.3.7. fixed the c++ …
(edit) @2011   23 years sjboddie Set mg's accumulator method back to 'list' as the recent change …
(edit) @1990   23 years kjm18 added a comment
(edit) @1987   23 years kjm18 changed accumulator_method for mg to be array rather than list - it …
(edit) @1909   23 years kjm18 in configure, the gdbm_level of the mgppsearchptr is set to Section if …
(edit) @1908   23 years kjm18 get_mg_type() added. new variable: mgppsearchclass::gdbm_level. …
(edit) @1907   23 years kjm18 get_mg_type() added
(edit) @1906   23 years kjm18 get_mg_type() added (returns mg/mgpp)
(edit) @1886   23 years sjboddie Caught local library up with changes brought about when corba stuff …
(edit) @1860   23 years cs025 Included CORBA branch for first time
(edit) @1835   23 years kjm18 BrowseFields filteroption renamed IndexField - uses indexfieldmap in …
(edit) @1834   23 years kjm18 queryresult.termvariants now contains all the equivalent terms to the …
(edit) @1788   23 years kjm18 hack for highlighting - only has the original terms, not the …
(edit) @1776   23 years sjboddie Removed GSDLUSAGELOG and GSDLSERVER pre-processor definitions which (I …
(edit) @1771   23 years kjm18 ranking and all/some now use the query page settings. ranking uses …
(edit) @1721   23 years sjboddie Fixed a small bug that was causing phrase searching to act erratically …
(edit) @1702   23 years annetteb Bug fix for when offset values are read in from GDBM.
(edit) @1689   23 years kjm18 queryresult.is_approx now correct
(edit) @1674   23 years nzdl * empty log message *
(edit) @1663   23 years nzdl Removed logging information from the few files that still had it.
(edit) @1662   23 years nzdl Fixed another small bug in the way phrase searching works and made it …
(edit) @1661   23 years nzdl Fixed a couple of minor bugs in phrase searching code
(edit) @1520   24 years nzdl fixed compiler warning
(edit) @1497   24 years sjboddie removed some debugging stuff
(edit) @1459   24 years sjboddie Did some tidying up of destructor functions as a result of a few hours …
(edit) @1348   24 years jrm21 A few minor changes while merging branch to help clean compilation
(edit) @1338   24 years kjm18 added mgpp search and queryfilter objects to make clean
(edit) @1334   24 years kjm18 made setcollectdir virtual
(edit) @1333   24 years kjm18 mgdocument() removed from base class
(edit) @1324   24 years kjm18 mgpp incorporated. the old mgsearchclass and queryfilterclass are …
(edit) @1323   24 years kjm18 mgpp incorporated. have mgsearch and mgppsearch, mgqueryfilter and …
(edit) @1322   24 years kjm18 now uses the base searchclass rather than mgsearchclass
(edit) @1321   24 years kjm18 mgsearchptr cast to mgsearchclass for OID_phrase_search()
(edit) @1320   24 years kjm18 now inherits from mgqueryfilter rather than queryfilter
(edit) @1319   24 years kjm18 added level info to queryparamclass for mgpp collections
(edit) @1318   24 years kjm18 added buildtype filed to configure (for mgpp collections)
(edit) @1306   24 years sjboddie oops, mg skip_dump directive needs to be unset (I commented this out a …
(edit) @1285   24 years sjboddie Removed CVS logging information from source files
(edit) @1283   24 years sjboddie fixed compiler warnings (the easy way ;-)
(edit) @1265   24 years nzdl removed mg directive that was causing meaningless warning messages in …
(edit) @1256   24 years sjboddie Made BrowseFilters EndResults option take -1 (i.e. "all"). This is …
(edit) @1253   24 years sjboddie added new numsections field to collection info and made the …
(edit) @1154   24 years sjboddie tidied up windows makefiles slightly
(edit) @1150   24 years sjboddie modifications for windows ports of GCC
(edit) @1021   24 years nzdl need top level gsdl directory in include path for config.h
(edit) @1000   24 years sjboddie tidied up windows installation
(edit) @992   24 years sjboddie added distclean
(edit) @990   24 years sjboddie tidied up endianness and fastcgi
(edit) @985   24 years sjboddie modified configuration slightly
(edit) @830   24 years davidb Support for cross-collection searching (CCS)
(edit) @829   24 years davidb Support for docs/sections with more than one metavalue for a metadata name
(edit) @807   24 years sjboddie fixed a couple of compiler warnings
(edit) @804   24 years sjboddie added support for multiple gsdlhomes and gdbmhomes
(edit) @803   24 years sjboddie added support for multiple gsdlhomes and gdbmhome
(edit) @787   24 years sjboddie fixed bug in phrasematch stuff
(edit) @767   25 years sjboddie removed an assert - collections may at times be empty now
(edit) @766   25 years sjboddie Added filter option to remove documents not matching a phrase match. …
(edit) @743   25 years sjboddie first attempt at a windows makefile
(edit) @742   25 years sjboddie don't need crypt in the makefile (I think)
(edit) @722   25 years davidb Collection building support through web pages and internal and …
(edit) @701   25 years sjboddie added path to config.h
(edit) @676   25 years sjboddie corrected omission of crypt from libraries
(edit) @650   25 years sjboddie - metadata now returns map rather than array - redesigned browsing …
(edit) @643   25 years sjboddie finally removed this old stuff as it kept confusing me
(edit) @633   25 years rjmcnab change to use has_unicode_letdig in text_t
(edit) @621   25 years sjboddie Endresults queryfilter option may now take '-1' for 'all'
(edit) @615   25 years sjboddie fixed an error in what I committed last
(edit) @613   25 years sjboddie added Maxdocs queryfilter option (which may be -1 for 'all')
Note: See TracRevisionLog for help on using the revision log.