source: trunk/gsdl/src/colservr

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   21 years sjboddie Fixed a bug in some very old collection server code. There was a …
(edit) @5868   21 years kjdon changed the configure stuff - was only adding collectionmeta if there …
(edit) @5850   21 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
(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 …
Note: See TracRevisionLog for help on using the revision log.