source: trunk/gsdl/src/colservr

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13982   17 years lh92 Added UseBook variable for Realistic Book
(edit) @13789   17 years mdewsnip Fixed a problem with my previous change causing the local library to …
(edit) @13780   17 years mdewsnip GLI/LOCAL LIBRARY: To prevent the problems with the GLI being unable …
(edit) @13773   17 years kjdon mg, mgpp, unac. lucenewrap moved from gsdl into separate indexers …
(edit) @13063   18 years kjdon make sure some matchTerms are set in terminfo - no termvariants are …
(edit) @13000   18 years mdewsnip Now displays the "cached" attribute of a Lucene ResultSet, for debugging.
(edit) @12992   18 years mdewsnip Added the command (commented out) for skipping lucene_query.pl and …
(edit) @12871   18 years kjdon Accent Folding patch, thanks to Juan Grigera. Added AccentFold filteroption
(edit) @12870   18 years kjdon Accent Folding patch, thanks to Juan Grigera. Added AccentFold option …
(edit) @12869   18 years kjdon Accent Folding patch, thanks to Juan Grigera. defaultStemMethod uses …
(edit) @12868   18 years kjdon AccentFolding patch, thanks to Juan Grigera. added accentfolding to …
(edit) @12867   18 years kjdon use stemindexes from build.cfg to set colinfo stemIndexes value
(edit) @12770   18 years mdewsnip Changed the Lucene "-fuzzy" argument to "-fuzziness <value>", for more …
(edit) @12685   18 years mdewsnip Commented out or removed Lucene debugging comments.
(edit) @12655   18 years mdewsnip Lucene now returns just the results we're interested in (ie. those for …
(edit) @12496   18 years kjdon added a couple of error statements
(edit) @12427   18 years mdewsnip Errors parsing the XML documents from Lucene never went anywhere …
(edit) @12421   18 years mdewsnip Now catches TooManyClauses exceptions from Lucene and tells the user …
(edit) @12420   18 years mdewsnip Now sets queryresultsclass.syntax_error to true if a PARSE_EXCEPTION …
(edit) @12419   18 years mdewsnip Removed a lot of commented out stuff that was just copied from mgppsearch.
(edit) @12410   18 years mdewsnip Added support for the new "-filter" option to lucene_query.pl (used by …
(edit) @12388   18 years mdewsnip Fuzzy searching with Lucene, many thanks to John Thompson and DL …
(edit) @12380   18 years mdewsnip Now shows the stopwords removed by Lucene, many thanks to Me and DL …
(edit) @12374   18 years mdewsnip Now "-out" is used to specify the out file (on Windows).
(edit) @12364   18 years mdewsnip Now uses the t variable to control whether a "some" or "all" search is …
(edit) @12314   18 years kjdon maxnumeric moved from mgqueryfilterclass to queryfilterclass, cos now …
(edit) @12276   18 years sjboddie Added "Sort Field" (sf) argument that can be passed through to a …
(edit) @12262   18 years mdewsnip Now parses the query terms returned from Lucene into the Greenstone …
(edit) @12246   18 years mdewsnip GSDLHOME and GSDLOS environment variables need to be set for …
(edit) @12018   18 years davidb Tweak to error reporting to provide better diagnostic.
(edit) @11984   18 years kjdon searchtypes is now a format statement
(edit) @11964   18 years kjdon changed the collection_macros data type to be collectionmeta_map, so …
(edit) @11553   18 years kjdon Latest compile complained about redefinition of funciton yaz_log, …
(edit) @11259   18 years mdewsnip Various little bug fixes and improvements (many to get things working …
(edit) @11257   18 years mdewsnip Removed the USE_STLPORT option -- use GSDL_VC4 instead.
(edit) @11256   18 years mdewsnip Added a "GSDL_VC4" option that has to be specified with the nmake …
(edit) @11254   18 years mdewsnip Removed some unnecessary usage of the "-o" argument to cc (deprecated …
(edit) @11253   18 years mdewsnip Added "-nologo" to all cc and lib calls (to prevent a two line message …
(edit) @11188   18 years mdewsnip The expat library is now compiled too, rather than being included …
(edit) @11162   18 years kjdon added quotes around the path to lucene_query.pl, in case we are …
(edit) @11002   18 years kjdon fixed up mg phrase searching. there was a bug where if you had two …
(edit) @10954   18 years kjdon made the indexfieldmap use defaultindex for mgppqueryfilter so that …
(edit) @10789   19 years kjdon added an option 'supercollectionoptions …
(edit) @10438   19 years kjdon added some z3950 stuff - use USE_Z3950=1 to enable z3950
(edit) @10437   19 years kjdon declared int i outside the for loop to get it to compile under windows
(edit) @10436   19 years kjdon moved the yaz headers to the top or teh include list to avoid …
(edit) @10414   19 years kjdon if we have requested contains metadata, then add it to the response. …
(edit) @10413   19 years mdewsnip Now includes full path to lucene_query.pl script.
(edit) @10412   19 years mdewsnip Now escapes quotes so phrase searches with Lucene work.
(edit) @10176   19 years kjdon added the packages/d2m dir into includes for z3950
(edit) @10005   19 years kjdon modified the header includes - include the d2m4gs.h file instead of …
(edit) @10004   19 years kjdon fixed this up wrt the collection meta changes in ColInfoResponse
(edit) @9984   19 years mdewsnip Now works for non-ASCII documents.
(edit) @9937   19 years kjdon modified the filters/sources etc so that if an indexstem is specified …
(edit) @9934   19 years kjdon added level map to the list of mapping cfg lines to process
(edit) @9929   19 years kjdon modifications so that collectionmeta are read from the config file, …
(edit) @9927   19 years davidb Introduction of Z39.50 server code for Greenstone.
(edit) @9926   19 years davidb Introduction of Z39.50 Server code for Greenstone. Based on the work …
(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   19 years kjdon in configure, when reading in indexes or levels, clear whats already …
(edit) @8453   19 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.
Note: See TracRevisionLog for help on using the revision log.