greenstone.org greenstone wiki greenstone trac planet greenstone

root/indexers


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @17007 [17007] 2008-08-26 11:46:57 max Fix a small problem that prevents compiling mgpp on Windows.
(edit) @16974 [16974] 2008-08-22 16:41:01 oranfry fixing the last change on the makefile
(edit) @16972 [16972] 2008-08-22 16:17:35 oranfry corrected this makefile after iconv moved
(edit) @16947 [16947] 2008-08-21 15:13:41 mdewsnip Changed the Lucene code to use the Greenstone document OIDs directly, …
(edit) @16912 [16912] 2008-08-20 15:06:13 mdewsnip Changes made by Richard Managh at DL Consulting Ltd for returning …
(edit) @16907 [16907] 2008-08-19 15:15:52 mdewsnip More fixes to new iconv compilation.
(edit) @16906 [16906] 2008-08-19 15:04:24 mdewsnip Minor fix.
(edit) @16905 [16905] 2008-08-19 15:01:52 mdewsnip Path fix.
(edit) @16903 [16903] 2008-08-19 14:49:37 mdewsnip Moved compilation of iconv library from common-src/win32.mak to …
(edit) @16902 [16902] 2008-08-19 14:47:38 mdewsnip Moved packages/windows/iconv into indexers/packages/windows, since …
(edit) @16898 [16898] 2008-08-19 14:28:10 mdewsnip Now ignores bin directory.
(edit) @16894 [16894] 2008-08-19 14:12:53 mdewsnip Now accesses the iconv.lib file in packages/windows/iconv/iconv/lib.
(edit) @16893 [16893] 2008-08-19 14:11:17 mdewsnip This file should not have been added because it is specific to a certain …
(edit) @16709 [16709] 2008-08-12 10:39:42 mdewsnip Now uses $JAVA_HOME to find javac and jar, to be consistent with the other …
(edit) @16705 [16705] 2008-08-11 17:05:57 mdewsnip Ignores some more automatically generated files.
(edit) @16588 [16588] 2008-07-29 23:23:00 davidb Tidying up of Makefile generation in mg's configure script
(edit) @16584 [16584] 2008-07-29 22:23:03 davidb Fixing blunder over location on indexers/trunk
(edit) @16582 [16582] 2008-07-29 22:04:06 davidb repositioning of indexers directory withing common-src as an external svn …
(edit) @16528 [16528] 2008-07-24 10:33:49 mdewsnip Now ignores the LuceneWrapper?.jar file.
(edit) @16525 [16525] 2008-07-24 09:59:51 kjdon indexers makefile now has a gs2 target - does all compilation except for …
(edit) @16444 [16444] 2008-07-17 16:26:59 mdewsnip Now outputs an exception stack trace if one occurs when creating/opening …
(edit) @16443 [16443] 2008-07-17 16:20:14 mdewsnip Changed the "id" attributes of "<Match>" tags returned so they don't …
(edit) @16440 [16440] 2008-07-16 17:42:42 mdewsnip Latest version of Lucene LICENSE.txt file.
(edit) @16439 [16439] 2008-07-16 17:31:39 mdewsnip Moved the one used function in XMLTagInfo into GS2LuceneIndexer, then …
(edit) @16438 [16438] 2008-07-16 17:27:43 mdewsnip Now uses Lucene 2.3.2's updateDocument() function instead of …
(edit) @16437 [16437] 2008-07-16 17:08:44 mdewsnip Now stores the new "docOID" value in the index, to help support …
(edit) @16434 [16434] 2008-07-16 17:02:32 mdewsnip Changed Windows make script to use Lucene 2.3.2 jar file.
(edit) @16433 [16433] 2008-07-16 16:59:26 mdewsnip No idea why there are two Lucene "lib" directories. This one doesn't seem …
(edit) @16432 [16432] 2008-07-16 16:55:20 mdewsnip Merged the Indexer class into GS2LuceneIndexer to keep all the indexing …
(edit) @16430 [16430] 2008-07-16 16:25:27 mdewsnip Removed the pointless IndexXML class.
(edit) @16429 [16429] 2008-07-16 15:58:24 mdewsnip Changed to use Lucene's IndexWriter? class instead of GS2IndexModifier, …
(edit) @16413 [16413] 2008-07-15 15:47:05 mdewsnip Now ignores the classes directory.
(edit) @16412 [16412] 2008-07-15 15:45:21 mdewsnip Upgraded from Lucene 2.0.0 to Lucene 2.3.2, mainly to get the …
(edit) @16354 [16354] 2008-07-11 10:15:34 kjdon tidied up to reflect no more MGPPWrapper
(edit) @16353 [16353] 2008-07-11 10:11:07 oranfry fixing a compile problem on mac: it complains that there was no such thing …
(edit) @16352 [16352] 2008-07-11 10:06:55 kjdon no longer needed
(edit) @16351 [16351] 2008-07-11 10:06:17 kjdon updated jni header for previous changes
(edit) @16349 [16349] 2008-07-11 10:03:44 kjdon deleted the old MGPPWrapper stuff (java and jni sides) and tidied up the …
(edit) @16348 [16348] 2008-07-11 09:15:15 kjdon indented the code with smaller indents in preparation for some …
(edit) @16322 [16322] 2008-07-09 22:49:18 davidb Tweaked clean target to do a better job at deleting compiled .obj, .exe …
(edit) @16282 [16282] 2008-07-02 16:33:05 mdewsnip Changed the "nodeID" field to be indexed in an un-tokenized way, because …
(edit) @16262 [16262] 2008-07-01 16:59:28 mdewsnip Changed the "-create" command-line option to "-removeold" to be clearer …
(edit) @16064 [16064] 2008-06-19 11:50:45 kjdon added a new option - gs2. use this instead of nojava for gs2 compiling, as …
(edit) @16015 [16015] 2008-06-16 11:58:51 davidb Printing to standard out (used as the communication mechanism back to Perl …
(edit) @15831 [15831] 2008-05-30 13:28:26 mdewsnip Removed libunac.lib because it is created automatically.
(edit) @15825 [15825] 2008-05-30 13:12:25 mdewsnip Removed some very Unix-specific stuff from the Windows makefile, to …
(edit) @15721 [15721] 2008-05-27 13:31:04 oranfry compilation of mgppretrievejni.dll fails in the nightly builds unless you …
(edit) @15668 [15668] 2008-05-23 12:34:07 mdewsnip Now ignores the Windows executables.
(edit) @15667 [15667] 2008-05-23 12:32:50 mdewsnip Now ignores the Windows executables too.
(edit) @15666 [15666] 2008-05-23 12:26:06 mdewsnip A couple of fixes for compiling with Visual Studio 2005.
(edit) @15665 [15665] 2008-05-23 12:03:02 mdewsnip Some fixes to Makefile for compiling with Visual Studio 2005.
(edit) @15664 [15664] 2008-05-23 11:45:27 mdewsnip Now ignores the Windows executables too.
(edit) @15663 [15663] 2008-05-23 11:43:01 mdewsnip Fixed up a dodgy if statement to avoid a compile warning and probably a …
(edit) @15662 [15662] 2008-05-23 11:34:47 mdewsnip Fixed up a dodgy if statement to avoid a compile warning and probably a …
(edit) @15660 [15660] 2008-05-23 11:04:31 mdewsnip Various fixes to get MG to compile with Microsoft Visual Studio 2005.
(edit) @15624 [15624] 2008-05-22 10:48:13 kjdon accent folding options were lost for windows makefiles, so adding them …
(edit) @15562 [15562] 2008-05-18 22:21:56 davidb Addition of COMPAT32BITFLAGS to help compilation on a 64-bit machine
(edit) @15561 [15561] 2008-05-18 22:21:01 davidb config.guess and config.sub updated to be the same as the ones used in …
(edit) @15560 [15560] 2008-05-18 22:19:28 davidb Addition of COMPAT32BITFLAGS so mg and mgpp can compile on a 64-bit …
(edit) @15559 [15559] 2008-05-18 22:13:36 davidb Addition of COMPAT32BITFLAGS so mg and mgpp can compile on a 64-bit …
(edit) @15515 [15515] 2008-05-16 10:07:54 mdewsnip Added back the #include of "sysfuncs.h", but only for Windows.
(edit) @15435 [15435] 2008-05-14 12:03:45 mdewsnip Fixed a syntax warning.
(edit) @15434 [15434] 2008-05-14 11:54:47 mdewsnip Removed the inclusion of sysfuncs.h from these two files, as it doesn't …
(edit) @15405 [15405] 2008-05-13 12:50:45 mdewsnip Removed the GCC.mak files, with Stefan's approval. These were created for …
(edit) @15022 [15022] 2008-02-27 17:18:40 davidb Two errors in Makefile corrected. The first was setting "CPP=@CXX@", this …
(edit) @14916 [14916] 2007-12-12 21:49:55 davidb File renamed to lowercase letters
(edit) @14915 [14915] 2007-12-12 16:20:06 davidb Removed from repository in favour of mgpass.c (lowercase)
(edit) @14911 [14911] 2007-12-12 09:42:06 davidb Standardisation of Windows config file to lowercase (included from this …
(edit) @14910 [14910] 2007-12-12 09:41:42 davidb Standardisation of Windows config file to lowercase (included from this …
(edit) @14908 [14908] 2007-12-12 09:37:52 davidb Standardisation of Windows config and make files to lowercase. Was …
(edit) @14841 [14841] 2007-11-20 12:21:11 oranfry another case the ARM messing up the repository, cleaning up
(edit) @14836 [14836] 2007-11-20 12:14:00 oranfry creating a branch for the 2.80 release
(edit) @14830 [14830] 2007-11-20 11:52:58 qq6 creating a branch for the 2.80 release
(edit) @14812 [14812] 2007-11-14 16:21:56 mdewsnip Adding the correct tag name for the 2.74 distribution.
(edit) @14811 [14811] 2007-11-14 16:21:22 mdewsnip Adding the correct tag name for the 2.75 distribution.
(edit) @14808 [14808] 2007-11-13 12:03:39 oranfry tagging the 2.75 release
(edit) @14803 [14803] 2007-11-13 12:01:08 oranfry tagging the 2.75 release
(edit) @14757 [14757] 2007-11-02 09:18:41 oranfry creating a branch for the 3.03a release
(edit) @14700 [14700] 2007-10-16 16:22:21 oranfry creating a branch for the 2.75 release
(edit) @14696 [14696] 2007-10-16 16:20:16 oranfry removing accidentally created path
(edit) @14691 [14691] 2007-10-16 16:16:00 oranfry creating a branch for the 2.75 release
(edit) @14625 [14625] 2007-10-05 13:27:55 oranfry creating a branch for the 3.03 release
(edit) @14621 [14621] 2007-10-05 13:26:25 oranfry deleting these accidentally created branches
(edit) @14615 [14615] 2007-10-05 12:34:29 oranfry creating a branch for the 3.03 release
(edit) @14610 [14610] 2007-10-05 12:30:47 oranfry deleting the branches to create more up-to-date ones
(edit) @14559 [14559] 2007-09-24 09:03:12 mdewsnip Fixed a bug where "OR" searches were always performed because == was used …
(edit) @14543 [14543] 2007-09-19 13:21:00 oranfry creating a branch of indexers for the greenstone 3.03 release
(edit) @14502 [14502] 2007-09-06 18:30:50 xiao rearrange library generation for search and retrieve dlls.
(edit) @14501 [14501] 2007-09-06 18:29:47 xiao rearrange library generation for search and retrieve dlls.
(edit) @14495 [14495] 2007-09-06 16:35:00 xiao correct typo
(edit) @14494 [14494] 2007-09-06 16:20:32 xiao correct typo
(edit) @14493 [14493] 2007-09-06 16:12:59 xiao correct typo
(edit) @14492 [14492] 2007-09-06 15:40:23 xiao modify to create separate libraries for search and retrieve respectively.
(edit) @14490 [14490] 2007-09-06 14:04:42 xiao modify to create separate libraries for search and retrieve respectively.
(edit) @14487 [14487] 2007-09-06 13:16:34 xiao wrapper class split out from MGPPWrapper.java.
(edit) @14485 [14485] 2007-09-06 13:01:26 xiao correct typos
(edit) @14481 [14481] 2007-09-06 11:08:05 xiao modify to generate separate libraries using separate wrappers for search …
(edit) @14477 [14477] 2007-09-06 11:06:34 xiao modify to generate separate libraries using separate wrappers for search …
(edit) @14463 [14463] 2007-09-06 10:58:10 xiao c source code files split from MGPPWrapperImpl.cpp
(edit) @14456 [14456] 2007-09-06 10:54:51 xiao c source code header files split from MGPPWrapperImpl.h
Note: See TracRevisionLog for help on using the revision log.