source: trunk/gsdl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12866   18 years kjdon added af (accent folding) arg, and ks, ss and afs which state whether …
(edit) @12865   18 years kjdon need to call set_stem_index_args to set up the ss, ks and afs args
(edit) @12864   18 years kjdon set_stem_index_args sets ks, ss, and afs args depending on the value …
(edit) @12863   18 years kjdon added in stemIndexes to colinfo_t, plus some #defines. stemIndexes …
(edit) @12846   18 years mdewsnip Minor changes.
(edit) @12844   18 years mdewsnip Incremental building and dynamic GDBM updating code, many thanks to …
(edit) @12839   18 years kjdon changed the last mongolian mod to only include letters, and added in a …
(edit) @12796   18 years davidb Minor fix to error statement (compiled under Windows, but not Linux).
(edit) @12794   18 years davidb Changes to make depositor action work under Windows. Main change is …
(edit) @12793   18 years kjdon gcc-4 compilation patch, thanks to Juan Grigera
(edit) @12792   18 years kjdon added parentheses for saving in addstemcase
(edit) @12791   18 years kjdon fixed up a non-compiling mistake
(edit) @12786   18 years kjdon added sort field macro for use in query form with lucene, query …
(edit) @12785   18 years kjdon added new set_sfselection_macro method
(edit) @12784   18 years kjdon modified query parsing for mgpp and lucene. hopefully it will work …
(edit) @12783   18 years kjdon removed declarations which are not used outside this file, changed the …
(edit) @12776   18 years mdewsnip Fixed a bug where misspelled words could be marked as stop words with …
(edit) @12775   18 years mdewsnip Fixed bug where some terms have zero frequency (because they don't …
(edit) @12773   18 years kjdon added xmlSafe around the query_string in the XML output - can't have & …
(edit) @12772   18 years kjdon put the { of an if or while or else statement on the same line as the …
(edit) @12771   18 years mdewsnip Changed the new "fuzziness" argument to take an integer instead of a …
(edit) @12770   18 years mdewsnip Changed the Lucene "-fuzzy" argument to "-fuzziness <value>", for more …
(edit) @12768   18 years kjdon no longer use arg qf for simple/advanced form. Use the b arg, so that …
(edit) @12761   18 years mdewsnip Fixed problem accessing non-ASCII files.
(edit) @12736   18 years kjdon added in unicode range for Mongolian
(edit) @12720   18 years mdewsnip Some HTML 4 compliance fixes to the search history stuff.
(edit) @12685   18 years mdewsnip Commented out or removed Lucene debugging comments.
(edit) @12656   18 years mdewsnip Put old range filter stuff back, and added "-startresults" and …
(edit) @12655   18 years mdewsnip Lucene now returns just the results we're interested in (ie. those for …
(edit) @12653   18 years mdewsnip Made it a little bit easier to use a custom set of stop words with Lucene.
(edit) @12611   18 years kjdon need to delete the char * returned by MyGetCStr, otherwise we run out …
(edit) @12594   18 years shaoqun added code that uses MARCXML mapping file
(edit) @12593   18 years shaoqun a util class that converts a string to its lowercase
(edit) @12579   18 years kjdon set the filesize in the fileupload data
(edit) @12576   18 years kjdon we now use a specialised header on the select page too. Wizardaction …
(edit) @12575   18 years kjdon changed a logout message to say wizardaction rather than collectoration
(edit) @12567   18 years kjdon changed the special metadata formatting for Language and Date. Now …
(edit) @12565   18 years mdewsnip A fix to compensate for the change to the way commas in CGI values are …
(edit) @12562   18 years kjdon reverted back to the previous version because it really was needed. …
(edit) @12555   18 years kjdon reverted split_cgi_args back to 1.25 version, pre davids depositor …
(edit) @12549   18 years mdewsnip Fixed up the creation of the _homeextra_ table so it is HTML 4 compliant.
(edit) @12527   18 years kjdon added fileuploads to parse_cgi_args call so that it compiles. it …
(edit) @12525   18 years kjdon added depositor h/cpp/obj files
(edit) @12524   18 years kjdon commented out strings.h include as complains on windows, and doesn't …
(edit) @12518   18 years kjdon removed cgicc
(edit) @12517   18 years kjdon deleted some commented out stuff
(edit) @12516   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
(edit) @12515   18 years kjdon deleted some stuff that's not used
(edit) @12514   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor.
(edit) @12513   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
(edit) @12512   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
(edit) @12511   18 years kjdon fixed a typo
(edit) @12510   18 years kjdon Got rid of cgicc code - we now use Stefan's fileupload in cgiwrapper
(edit) @12509   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
(edit) @12508   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
(edit) @12507   18 years kjdon Added Stefan's fileupload code to replace use of cgicc by depositor. …
(edit) @12503   18 years kjdon bsummary page now displays build log as well as import and fail logs
(edit) @12496   18 years kjdon added a couple of error statements
(edit) @12495   18 years kjdon we need to add in xml2 lib for z3950server linking cos yaz now …
(edit) @12488   18 years mdewsnip Some XHTML compliance changes.
(edit) @12485   18 years mdewsnip The username of the person submitting translations is now passed to …
(edit) @12480   18 years mdewsnip Changed a "g_EmptyText" argument default to g_EmptyText.
(edit) @12476   18 years kjdon removed the extra ct arg from the view collection button href, and …
(edit) @12475   18 years kjdon added the directory name into the list of collection names
(edit) @12474   18 years mdewsnip Urdu is now displayed right-to-left also.
(edit) @12463   18 years kjdon set versionnum macro so that it can be used in the HTML header
(edit) @12446   18 years kjdon deleted the code for ifl=1 when there are no matching docs. now output …
(edit) @12429   18 years mdewsnip Changed the "-filter" argument to use a general Lucene QueryFilter, …
(edit) @12428   18 years mdewsnip Lucene now supports "some" and "all" queries, so look at t variable …
(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) @12418   18 years mdewsnip Now returns parse exceptions and too many clauses exceptions as …
(edit) @12415   18 years mdewsnip Moved the code that messes around with the query to add the fuzziness …
(edit) @12411   18 years sjboddie Made a couple of receptionist methods virtual, so they can more easily …
(edit) @12410   18 years mdewsnip Added support for the new "-filter" option to lucene_query.pl (used by …
(edit) @12408   18 years mdewsnip Added a "-filter" option which can currently be used for specifying …
(edit) @12407   18 years kjdon changed the Z3950_OBJS list to not include COMMONOBJECTS, and only …
(edit) @12400   18 years kjdon cgicc stuff, we get the arguments form formData then put them back …
(edit) @12395   18 years shaoqun xslt transformation java code
(edit) @12390   18 years mdewsnip More fixes, many thanks to John Thompson and DL Consulting Ltd.
(edit) @12389   18 years mdewsnip The "the following words were too common and were ignored" message …
(edit) @12388   18 years mdewsnip Fuzzy searching with Lucene, many thanks to John Thompson and DL …
(edit) @12387   18 years mdewsnip Fixes for fuzzy searching, 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) @12377   18 years mdewsnip Now returns query term occurrences correctly, and does fuzzy searching …
(edit) @12376   18 years mdewsnip Now stores term vectors (for the TX field only), to support query term …
(edit) @12375   18 years mdewsnip Ooops... StopWord output went to STDERR instead of STDOUT.
(edit) @12374   18 years mdewsnip Now "-out" is used to specify the out file (on Windows).
(edit) @12372   18 years mdewsnip Now returns the stop words that have been removed from the query.
(edit) @12364   18 years mdewsnip Now uses the t variable to control whether a "some" or "all" search is …
(edit) @12331   18 years kjdon removed a debug print statement
(edit) @12317   18 years kjdon close a file handle
(edit) @12316   18 years kjdon setCSTr for levels, changed the length from 8 to 3
(edit) @12315   18 years kjdon mgpp's ParseQuery now takes a fourth argumnet, maxnumeric - leave as …
(edit) @12314   18 years kjdon maxnumeric moved from mgqueryfilterclass to queryfilterclass, cos now …
(edit) @12313   18 years kjdon made MAXNUMERIC a global variable instead of a \#define. Its now a …
(edit) @12308   18 years kjdon changed default level from Document to Doc cos that is what Greenstone uses
(edit) @12276   18 years sjboddie Added "Sort Field" (sf) argument that can be passed through to a …
Note: See TracRevisionLog for help on using the revision log.