source: trunk/gsdl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12382   18 years mdewsnip Now includes the stopwordsmsg in the search results.
(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) @12373   18 years mdewsnip Bit tidy up, particularly regarding command-line option parsing.
(edit) @12372   18 years mdewsnip Now returns the stop words that have been removed from the query.
(edit) @12371   18 years mdewsnip If sections_index_document_metadata is on, top level sections no …
(edit) @12370   18 years kjdon now create the archives directory here rather than expecting plugouts …
(edit) @12364   18 years mdewsnip Now uses the t variable to control whether a "some" or "all" search is …
(edit) @12363   18 years kjdon sort_metadata renamed to store_output_info_reference, and modified the …
(edit) @12362   18 years kjdon import.sortmeta can now be a comma separated list
(edit) @12361   18 years kjdon changed a comment
(edit) @12360   18 years kjdon changed sortmeta type to metadata instead of metadatum, cos the latter …
(edit) @12359   18 years kjdon added a comment
(edit) @12358   18 years kjdon added back in the unshift that I removed in last commit
(edit) @12357   18 years mdewsnip Put back in adding GSDLCOLLECTDIR/perllib to INC, so …
(edit) @12356   18 years kjdon modified Michael's indexed_section change so that gsdldoctype of …
(edit) @12355   18 years kjdon updated to use plugouts instead of docsave
(edit) @12354   18 years kjdon removed docsave reference
(edit) @12353   18 years kjdon docsave has been replaced by plugouts
(edit) @12344   18 years shaoqun mixed bugs of the last update
(edit) @12342   18 years kjdon added modegli=3 to maxnumeric option
(edit) @12341   18 years shaoqun fixed the bugs
(edit) @12340   18 years kjdon maxnumeric is set using set_maxnumeric (by buildcol.pl) rather than …
(edit) @12339   18 years kjdon added buildcol.maxnumeric
(edit) @12338   18 years kjdon added the maxnumeric option to buildcol. so it can be set in GLI. …
(edit) @12335   18 years shaoqun now it uses plugouts
(edit) @12334   18 years shaoqun a module that displays plugouts info
(edit) @12333   18 years shaoqun now it uses plugout
(edit) @12332   18 years shaoqun added strings for plugouts
(edit) @12331   18 years kjdon removed a debug print statement
(edit) @12330   18 years shaoqun plugouts modules
(edit) @12329   18 years shaoqun plugouts' wrapper module
(edit) @12328   18 years shaoqun added code to guard undefined value
(edit) @12327   18 years shaoqun added methods used by plugout
(edit) @12326   18 years shaoqun added code to handle plugout
(edit) @12325   18 years kjdon now passes maxnumeric option to mgpp_passes
(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) @12311   18 years nzdl removed some earlier versions of collections, added two new dec …
(edit) @12309   18 years kjdon changed to explodes=yes, put table tags around the HTMLDisplay …
(edit) @12308   18 years kjdon changed default level from Document to Doc cos that is what Greenstone uses
(edit) @12291   18 years kjdon set explodes to yes, added a space before 'and' when concatenation authors
(edit) @12290   18 years kjdon had to add 'use FileHandle' to this file - was getting an error about …
(edit) @12289   18 years kjdon Made this POSIX compliant (I think) based on patch sent in by James …
(edit) @12285   18 years kjdon changed make to $(MAKE) so it still works even if you are using gmake
(edit) @12276   18 years sjboddie Added "Sort Field" (sf) argument that can be passed through to a …
(edit) @12275   18 years mdewsnip Added a command-line option for sorting the search results.
(edit) @12274   18 years mdewsnip Added support for "indexed_section" and "info_section" gsdldoctype …
(edit) @12272   18 years mdewsnip Moved some code out of a loop that should only be done once.
(edit) @12270   18 years kjdon set_OIDtype now takes two arguments, the type and the metadata (used …
(edit) @12269   18 years kjdon fixed a typo in a comment
(edit) @12268   18 years kjdon set_OIDtype now takes a second argument which is the metadata element …
(edit) @12267   18 years kjdon added import.OIDmetadata option
(edit) @12266   18 years kjdon added a new option: OIDmetadata, which is used with OIDtype=assigned, …
(edit) @12264   18 years mdewsnip New classes to support incremental building with Lucene, many thanks …
(edit) @12262   18 years mdewsnip Now parses the query terms returned from Lucene into the Greenstone …
(edit) @12261   18 years mdewsnip Changed the way query terms are output. Also shows the number of query …
(edit) @12260   18 years mdewsnip Updated to include the new query term stuff, and the classes in packages.
(edit) @12259   18 years mdewsnip Remove some unused stuff.
(edit) @12258   18 years mdewsnip Now references the GS2Lucene classes in the org.nzdl.gsdl.LuceneWrap
(edit) @12257   18 years mdewsnip Added package definitions.
(edit) @12256   18 years mdewsnip Now returns query terms and their frequencies.
(edit) @12255   18 years mdewsnip Upgraded the version of Lucene from 1.4.1 to 2.0.0... what's the worst …
(edit) @12254   18 years mdewsnip Made this compatible with Lucene 1.9 and newer.
(edit) @12246   18 years mdewsnip GSDLHOME and GSDLOS environment variables need to be set for …
(edit) @12242   18 years mdewsnip Added "-p" to the mkdir command so it doesn't die if the directory …
(edit) @12234   18 years kjdon The inverted file dictionary was not ordered properly. ascii values …
(edit) @12230   18 years kjdon imageXXX macros now take the URL as an argument, rather than using …
(edit) @12229   18 years kjdon set_navbarmacros now uses httpbrowseCL1 etc rather than …
(edit) @12183   18 years sjboddie Added expand_from_current_level option to …
(edit) @12181   18 years kjdon added back in formquerytypeselection so that other languages are still …
(edit) @12180   18 years kjdon changed navtab to navtaborig cos it uses the old version.
(edit) @12179   18 years kjdon renamed textdescrsearch to textdescrSearch
(edit) @12178   18 years kjdon changed the args for navtab, renamed the old navtab to navtaborig cos …
(edit) @12177   18 years kjdon navtab arguments have changed, and now use navlinkalt(xxx) instead of …
(edit) @12176   18 years kjdon changed a couple of nav bar macros
(edit) @12175   18 years kjdon removed navtabXXX macros which weren't used. tidied up some comments, …
(edit) @12174   18 years kjdon changed the way navigation bar is made. no longer test on tabtextXXX. …
(edit) @12169   18 years mdewsnip Tidied up that horrible long line in the new() function of every plugin.
(edit) @12161   18 years mdewsnip Fixed up the "I'm feeling lucky" functionality, which was broken when …
(edit) @12159   18 years mdewsnip Fix for gcc 4?
(edit) @12154   18 years mdewsnip Changed this to be the same as the core one in gli/metadata.
(edit) @12128   18 years kjdon output_collection_meta now outputs an empty [collection] entry to gdbm …
(edit) @12100   18 years kjdon default buildtype is now mgpp
(edit) @12082   18 years sjboddie Minor changes to get thing compiling under windows. I'm using an old …
(edit) @12078   18 years kjdon model col now has an empty extra.dm file
(edit) @12044   18 years sjboddie Wrapped browsetools up into a class and renamed it browsetoolsclass. …
(edit) @12019   18 years davidb Minor improvements to depositor action.
(edit) @12018   18 years davidb Tweak to error reporting to provide better diagnostic.
(edit) @12017   18 years davidb Better sharing of shared macro definitions between the collector and …
(edit) @12010   18 years davidb Older version of GNU's cgicc to work with older version of gcc (2.95) …
(edit) @12009   18 years davidb depositor flag set to 'disabled' by default.
(edit) @12008   18 years davidb A minor tweak to let this action work with the older version of cgicc …
(edit) @12007   18 years davidb Latest version of cgicc doesn't seem to compile with gcc 2.95. While …
Note: See TracRevisionLog for help on using the revision log.