source: trunk/gsdl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13017   18 years kjdon when doing special formatting for datelist, allow yyyy-mm-dd format
(edit) @13000   18 years mdewsnip Now displays the "cached" attribute of a Lucene ResultSet, for debugging.
(edit) @12999   18 years mdewsnip Code for caching query results (eg. in index/sidx/cache), disabled by …
(edit) @12998   18 years kjdon added in accentfolding support to makefile
(edit) @12997   18 years kjdon added ifdef win32 around the u_char and u-long typedefs to get rid of …
(edit) @12996   18 years kjdon changed u_char and u_long hash defines to typedefs, otherwise they can …
(edit) @12995   18 years kjdon sysfuncs.h was only needed for u_char, changed u_chars to unsigned …
(edit) @12994   18 years kjdon moved all the STEM methods and hash defines from mg_files.h into stemmer.h
(edit) @12993   18 years mdewsnip Now stores the query results XML in a string buffer before outputting …
(edit) @12992   18 years mdewsnip Added the command (commented out) for skipping lucene_query.pl and …
(edit) @12991   18 years mdewsnip Ooops... managed to lose the header of the XML output in my recent changes.
(edit) @12990   18 years kjdon added accent folding support into makefiles
(edit) @12989   18 years mdewsnip Follow to close the searcher object.
(edit) @12987   18 years mdewsnip You can now specify the query string as a command-line argument to …
(edit) @12986   18 years kjdon added accentfolding support to the makefile
(edit) @12983   18 years mdewsnip Moved the stuff for running the query into a new runQuery function, in …
(edit) @12981   18 years mdewsnip Tidied up command-line option parsing in preparation for allowing the …
(edit) @12980   18 years mdewsnip Now passes the endresults value (if defined) into the …
(edit) @12978   18 years kjdon changed line 528 to avoid a compile warnign on windows
(edit) @12976   18 years mdewsnip Rearranged some code to make the fact that the term information is now …
(edit) @12975   18 years mdewsnip Simplified all the term frequency stuff considerably, and made it …
(edit) @12943   18 years kjdon look for gs.DocumentHeader and DocumentHeader metadata, and if found, …
(edit) @12930   18 years kjdon changed set_query_type_args to make plain the default if no search …
(edit) @12927   18 years kjdon added in accentfold option
(edit) @12926   18 years kjdon added in accentfolding stuff
(edit) @12922   18 years kjdon added --disable-accentfold option to main configure, which is used to …
(edit) @12916   18 years kjdon changed the comment to say MGPP instead of GNU tar
(edit) @12915   18 years kjdon the compilation of the accent folding stuff (which needs unac package …
(edit) @12914   18 years kjdon allow IndexData to be constructed even if stem indexes are missing - …
(edit) @12913   18 years kjdon we now check for existence of stem index for our stem method in …
(edit) @12912   18 years kjdon turned off accent folding if partial matching is being done - can't do …
(edit) @12888   18 years kjdon Accent folding patch thanks to Juan Grigera. added unac includes and lib
(edit) @12887   18 years kjdon Accent folding patch thanks to Juan Grigera. addedd in support for …
(edit) @12886   18 years kjdon Accent folding patch thanks to Juan Grigera. Added in all the extra …
(edit) @12885   18 years kjdon Accent folding patch thanks to Juan Grigera. now has more options for …
(edit) @12884   18 years kjdon Accent folding patch thanks to Juan Grigera. parsing of …
(edit) @12882   18 years kjdon added accentfolding option. setting up default stem method now uses …
(edit) @12881   18 years kjdon Accent folding patch thanks to Juan Grigera. file suffixes with …
(edit) @12880   18 years kjdon Accent folding patch thanks to Juan Grigera. Added a make_suffix function
(edit) @12879   18 years kjdon Accent Folding patch thanks to Juan Grigera. mgpp_stemmer now does …
(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) @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. …
Note: See TracRevisionLog for help on using the revision log.