source: indexers/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16444   15 years mdewsnip Now outputs an exception stack trace if one occurs when …
(edit) @16443   15 years mdewsnip Changed the "id" attributes of "<Match>" tags returned so they don't …
(edit) @16440   15 years mdewsnip Latest version of Lucene LICENSE.txt file.
(edit) @16439   15 years mdewsnip Moved the one used function in XMLTagInfo into GS2LuceneIndexer, then …
(edit) @16438   15 years mdewsnip Now uses Lucene 2.3.2's updateDocument() function instead of …
(edit) @16437   15 years mdewsnip Now stores the new "docOID" value in the index, to help support …
(edit) @16434   15 years mdewsnip Changed Windows make script to use Lucene 2.3.2 jar file.
(edit) @16433   15 years mdewsnip No idea why there are two Lucene "lib" directories. This one doesn't …
(edit) @16432   15 years mdewsnip Merged the Indexer class into GS2LuceneIndexer to keep all the …
(edit) @16430   15 years mdewsnip Removed the pointless IndexXML class.
(edit) @16429   15 years mdewsnip Changed to use Lucene's IndexWriter class instead of GS2IndexModifier, …
(edit) @16413   15 years mdewsnip Now ignores the classes directory.
(edit) @16412   15 years mdewsnip Upgraded from Lucene 2.0.0 to Lucene 2.3.2, mainly to get the …
(edit) @16354   15 years kjdon tidied up to reflect no more MGPPWrapper
(edit) @16353   15 years oranfry fixing a compile problem on mac: it complains that there was no such …
(edit) @16352   15 years kjdon no longer needed
(edit) @16351   15 years kjdon updated jni header for previous changes
(edit) @16349   15 years kjdon deleted the old MGPPWrapper stuff (java and jni sides) and tidied up …
(edit) @16348   15 years kjdon indented the code with smaller indents in preparation for some …
(edit) @16322   15 years davidb Tweaked clean target to do a better job at deleting compiled .obj, …
(edit) @16282   15 years mdewsnip Changed the "nodeID" field to be indexed in an un-tokenized way, …
(edit) @16262   15 years mdewsnip Changed the "-create" command-line option to "-removeold" to be …
(edit) @16064   15 years kjdon added a new option - gs2. use this instead of nojava for gs2 …
(edit) @16015   15 years davidb Printing to standard out (used as the communication mechanism back to …
(edit) @15831   16 years mdewsnip Removed libunac.lib because it is created automatically.
(edit) @15825   16 years mdewsnip Removed some very Unix-specific stuff from the Windows makefile, to …
(edit) @15721   16 years oranfry compilation of mgppretrievejni.dll fails in the nightly builds unless …
(edit) @15668   16 years mdewsnip Now ignores the Windows executables.
(edit) @15667   16 years mdewsnip Now ignores the Windows executables too.
(edit) @15666   16 years mdewsnip A couple of fixes for compiling with Visual Studio 2005.
(edit) @15665   16 years mdewsnip Some fixes to Makefile for compiling with Visual Studio 2005.
(edit) @15664   16 years mdewsnip Now ignores the Windows executables too.
(edit) @15663   16 years mdewsnip Fixed up a dodgy if statement to avoid a compile warning and probably …
(edit) @15662   16 years mdewsnip Fixed up a dodgy if statement to avoid a compile warning and probably …
(edit) @15660   16 years mdewsnip Various fixes to get MG to compile with Microsoft Visual Studio 2005.
(edit) @15624   16 years kjdon accent folding options were lost for windows makefiles, so adding them …
(edit) @15562   16 years davidb Addition of COMPAT32BITFLAGS to help compilation on a 64-bit machine
(edit) @15561   16 years davidb config.guess and config.sub updated to be the same as the ones used in …
(edit) @15560   16 years davidb Addition of COMPAT32BITFLAGS so mg and mgpp can compile on a 64-bit machine
(edit) @15559   16 years davidb Addition of COMPAT32BITFLAGS so mg and mgpp can compile on a 64-bit machine
(edit) @15515   16 years mdewsnip Added back the #include of "sysfuncs.h", but only for Windows.
(edit) @15435   16 years mdewsnip Fixed a syntax warning.
(edit) @15434   16 years mdewsnip Removed the inclusion of sysfuncs.h from these two files, as it …
(edit) @15405   16 years mdewsnip Removed the GCC.mak files, with Stefan's approval. These were created …
(edit) @15022   16 years davidb Two errors in Makefile corrected. The first was setting "CPP=@CXX@", …
(edit) @14916   16 years davidb File renamed to lowercase letters
(edit) @14915   16 years davidb Removed from repository in favour of mgpass.c (lowercase)
(edit) @14911   16 years davidb Standardisation of Windows config file to lowercase (included from …
(edit) @14910   16 years davidb Standardisation of Windows config file to lowercase (included from …
(edit) @14908   16 years davidb Standardisation of Windows config and make files to lowercase. Was …
(edit) @14559   16 years mdewsnip Fixed a bug where "OR" searches were always performed because == was …
(edit) @14502   16 years xiao rearrange library generation for search and retrieve dlls.
(edit) @14501   16 years xiao rearrange library generation for search and retrieve dlls.
(edit) @14495   16 years xiao correct typo
(edit) @14494   16 years xiao correct typo
(edit) @14493   16 years xiao correct typo
(edit) @14492   16 years xiao modify to create separate libraries for search and retrieve respectively.
(edit) @14490   16 years xiao modify to create separate libraries for search and retrieve respectively.
(edit) @14487   16 years xiao wrapper class split out from MGPPWrapper.java.
(edit) @14485   16 years xiao correct typos
(edit) @14481   16 years xiao modify to generate separate libraries using separate wrappers for …
(edit) @14477   16 years xiao modify to generate separate libraries using separate wrappers for …
(edit) @14463   16 years xiao c source code files split from MGPPWrapperImpl.cpp
(edit) @14456   16 years xiao c source code header files split from MGPPWrapperImpl.h
(edit) @14425   16 years xiao c source code header files split from MGWrapperIMpl.h
(edit) @14424   16 years xiao c source code split from MGWrapperIMpl.c
(edit) @14423   16 years xiao wrapper classes split from MGWrapper
(edit) @14172   16 years mdewsnip svn:ignored some executables and other files that should never be …
(edit) @14170   16 years mdewsnip Changed ICONV to iconv so this works on Solaris and other non-Linux …
(copy) @14133   17 years oranfry repository restructuring
copied from trunk/indexers
(edit) @13909   17 years kjdon check that searcher is not null before closing it, in cleanUp()
Note: See TracRevisionLog for help on using the revision log.