source: trunk/gsdl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @12985   18 years kjdon have added iconv.lib into this package
(edit) @12984   18 years kjdon added in the unac library for windows - this will be precompiled by …
(edit) @12983   18 years mdewsnip Moved the stuff for running the query into a new runQuery function, in …
(edit) @12982   18 years kjdon iconv library file needed for unac (and mgpp and recpt) compilation on …
(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) @12977   18 years kjdon I think I've removed hat Ms from the file
(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) @12974   18 years kjdon incremental option changed to incremental_dlc, and its now set by …
(edit) @12973   18 years kjdon removed unnecessary line
(edit) @12972   18 years kjdon now has incremental and incremental_dlc argument to new()
(edit) @12971   18 years kjdon removed some debug print statements
(edit) @12970   18 years kjdon set_keepold and self->{'keepold'} have been changed to set_incremental …
(edit) @12969   18 years kjdon only do the timestamp thing if incremental is set
(edit) @12968   18 years kjdon now uses incremental option not keepold option
(edit) @12967   18 years kjdon updated scripts.no/both_old_options to include incremental, and added …
(edit) @12966   18 years kjdon check_removeold_and_keepold now checks incremental as well
(edit) @12965   18 years kjdon scriptutil::check_removeold_and_keepold now has a incremental argument …
(edit) @12964   18 years kjdon added a new option: -incremental, which invokes David's archives.inf …
(edit) @12963   18 years mdewsnip Now shows more than just the filename in the fail.log file.
(edit) @12962   18 years kjdon iconv_open check doesn't work on the Mac, not sure how to make it …
(edit) @12961   18 years kjdon added a new option to ConvertToPlug: -keep_original_filename. The …
(edit) @12951   18 years kjdon changed \! to == 0 cos someone complained that it didn't work
(edit) @12949   18 years kjdon removed an unnecessary 'my'
(edit) @12947   18 years kjdon added new -extract_style option to HTMLPlug. looks for style, script …
(edit) @12944   18 years kjdon we now include _document:documentheader_ macro in the html head. This …
(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) @12911   18 years kjdon I have removed a line I think I committed by mistake back in 2005. …
(edit) @12910   18 years kjdon new indexoptions field in collect.cfg specifies which stem indexes …
(edit) @12909   18 years kjdon now uses colcfg to write out the build file rather than reimplementing …
(edit) @12906   18 years kjdon in useWget, strReadIn may not be defined, so initialise it to empty string
(edit) @12903   18 years kjdon remove the trailing slash from cache_dir -on windows this stuff things up
(edit) @12902   18 years kjdon tidied up saveRecords a bit. SRWDownload now uses filename_cat instead …
(edit) @12897   18 years kjdon added indexoptions into collect.cfg fields, and stemindexes into …
(edit) @12896   18 years mdewsnip More tidying up of the code.
(edit) @12895   18 years mdewsnip More minor changes.
(edit) @12894   18 years mdewsnip Tidied up the new() function some more.
(edit) @12893   18 years mdewsnip More variable name improvements.
(edit) @12892   18 years mdewsnip Changed the ".use_hlist" entries to ".list_type", for simplicity.
(edit) @12891   18 years mdewsnip Tidied up that horrible long line in the new() function of every …
(edit) @12890   18 years kjdon initial stab at a simple version of unac library. used for Accent …
(edit) @12889   18 years mdewsnip Tidied up lots of variable names.
(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) @12883   18 years mdewsnip Removed a pointless comparison.
(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) @12878   18 years mdewsnip Fixed a bug where '&' characters in filenames aren't made XML safe.
(edit) @12877   18 years kjdon some changes thanks to suggestions made by John Rose. Also, changed …
(edit) @12876   18 years kjdon some changes to help. some thanks to suggestions made by John Rose. …
(edit) @12875   18 years kjdon added in accentfolding preferences. Also, made stem, case, accent …
(edit) @12874   18 years mdewsnip No longer sets the plugin's input encoding back to auto, to prevent it …
(edit) @12873   18 years mdewsnip Can now obtain multiple documents for a record (and assign the …
(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) @12848   18 years nzdl try the JAVA_HOME variable first to find java, otherwise just use …
(edit) @12846   18 years mdewsnip Minor changes.
(edit) @12845   18 years mdewsnip Commented out "use IncrementalBuildUtils", as this doesn't seem to be …
(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) @12834   18 years kjdon these convertto plugins were all setting extract_language=1 to their …
(edit) @12833   18 years kjdon we don't want textcat to be run for isis files. we assume ascii …
(edit) @12832   18 years kjdon added in ascii casee in read_file - if not done specially, will be …
(edit) @12831   18 years mdewsnip Slovak demo collection strings, many thanks to Tomas Fiala.
(edit) @12821   18 years kjdon changed the gli modes for some options
(edit) @12820   18 years kjdon made index option glimode 4
(edit) @12819   18 years kjdon moved some options around
(edit) @12817   18 years kjdon changed the descriptions of a few import options
(edit) @12812   18 years mdewsnip Updated to include buildtype line.
(edit) @12796   18 years davidb Minor fix to error statement (compiled under Windows, but not Linux).
(edit) @12795   18 years davidb setup.bash infers GSDLHOME from current working directory, but in …
Note: See TracRevisionLog for help on using the revision log.