source: indexers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19709   15 years nzdl tagging a stable point on the trunk
(edit) @19708   15 years nzdl tagging a stable point on the trunk
(edit) @19701   15 years nzdl tagging a stable point on the trunk
(edit) @19700   15 years nzdl tagging a stable point on the trunk
(edit) @19684   15 years nzdl tagging a stable point on the trunk
(edit) @19683   15 years nzdl tagging a stable point on the trunk
(edit) @19580   15 years nzdl tagging a stable point on the trunk
(edit) @19579   15 years nzdl tagging a stable point on the trunk
(edit) @19570   15 years nzdl tagging a stable point on the trunk
(edit) @19569   15 years nzdl tagging a stable point on the trunk
(edit) @19560   15 years nzdl tagging a stable point on the trunk
(edit) @19559   15 years nzdl tagging a stable point on the trunk
(edit) @19532   15 years nzdl tagging a stable point on the trunk
(edit) @19531   15 years nzdl tagging a stable point on the trunk
(edit) @19524   15 years ak19 Dr Bainbridge updated the Windows makefiles to 1. Take the DEBUG flag …
(edit) @19490   15 years nzdl tagging a stable point on the trunk
(edit) @19157   15 years ak19 Added a cleaning target
(edit) @19077   15 years oranfry tagging 3.03a
(edit) @19072   15 years oranfry tagging 2.80
(edit) @18813   15 years mdewsnip Improved LuceneWrapper Makefile to avoid recompiling all the Java …
(edit) @18806   15 years kjdon removed the v from jar command - we don't need to see all the files …
(edit) @18804   15 years kjdon recommitted the gs2 and install-gs2 targets which had got lost in the …
(edit) @18773   15 years kjdon a option (stemmer method) missing from list in getopt in main
(edit) @18717   15 years oranfry being more explicit about libraries for the sake of newer compilers
(edit) @18716   15 years oranfry being more explicit about libraries for the sake of newer compilers
(edit) @18654   15 years mdewsnip Fix to support the Hawaiian Glottal character, many thanks to John …
(edit) @18615   15 years mdewsnip Changed GS2LuceneQuery.java so it now catches exceptions thrown trying …
(edit) @18614   15 years mdewsnip Removed a big wodge of debug crap that someone left…
(edit) @18598   15 years oranfry changing jni include path to work on newer linux distros
(edit) @18597   15 years oranfry changing jni include path to work on newer linux distros
(edit) @18472   15 years davidb Changed from using "reindex" to "update"
(edit) @18464   15 years davidb Support for reindexing documents
(edit) @18448   15 years davidb Added some double quotes around paths to help situation where space is …
(edit) @18447   15 years davidb Added some double quotes around paths to help situation where space is …
(edit) @18446   15 years davidb Removed dependency in Makefile on JAVA_HOME
(edit) @18445   15 years davidb Removed dependency in Makefile on JAVA_HOME
(edit) @18444   15 years davidb Modifications for incremental building to support files that need to …
(edit) @18346   15 years davidb Support for 64-bit architecture added in
(edit) @18340   15 years davidb Extra test added inside while loop to prevent parser trying to read …
(edit) @18310   15 years davidb Make sure iconv.zip is unzipped before trying to compile it
(edit) @18291   15 years oranfry tagging the 2.81 release
(edit) @18252   15 years oranfry tagging the 2.81rc2 release
(edit) @18132   15 years kjdon we don't want to store the ZZ field again for sorting
(edit) @18102   15 years mdewsnip I have no idea why the "nodeID", "docOID" and "byXX" fields were …
(edit) @17930   15 years mdewsnip Removed comma after last item in enum list (caused problems with some …
(edit) @17922   15 years oranfry tagging the 2.81rc release
(edit) @17894   15 years mdewsnip Added -DSILENT so these are compiled the same as on Linux.
(edit) @17804   15 years davidb Introduction of GS2Analyzer, which overrides default behaviour of …
(edit) @17503   16 years oranfry some ignores on generated file in indexers (libs and objs)
(edit) @17007   16 years max Fix a small problem that prevents compiling mgpp on Windows.
(edit) @16974   16 years oranfry fixing the last change on the makefile
(edit) @16972   16 years oranfry corrected this makefile after iconv moved
(edit) @16947   16 years mdewsnip Changed the Lucene code to use the Greenstone document OIDs directly, …
(edit) @16912   16 years mdewsnip Changes made by Richard Managh at DL Consulting Ltd for returning …
(edit) @16907   16 years mdewsnip More fixes to new iconv compilation.
(edit) @16906   16 years mdewsnip Minor fix.
(edit) @16905   16 years mdewsnip Path fix.
(edit) @16903   16 years mdewsnip Moved compilation of iconv library from common-src/win32.mak to …
(edit) @16902   16 years mdewsnip Moved packages/windows/iconv into indexers/packages/windows, since …
(edit) @16898   16 years mdewsnip Now ignores bin directory.
(edit) @16894   16 years mdewsnip Now accesses the iconv.lib file in packages/windows/iconv/iconv/lib.
(edit) @16893   16 years mdewsnip This file should not have been added because it is specific to a …
(edit) @16709   16 years mdewsnip Now uses $JAVA_HOME to find javac and jar, to be consistent with the …
(edit) @16705   16 years mdewsnip Ignores some more automatically generated files.
(edit) @16588   16 years davidb Tidying up of Makefile generation in mg's configure script
(edit) @16584   16 years davidb Fixing blunder over location on indexers/trunk
(edit) @16582   16 years davidb repositioning of indexers directory withing common-src as an external …
(edit) @16528   16 years mdewsnip Now ignores the LuceneWrapper.jar file.
(edit) @16525   16 years kjdon indexers makefile now has a gs2 target - does all compilation except …
(edit) @16444   16 years mdewsnip Now outputs an exception stack trace if one occurs when …
(edit) @16443   16 years mdewsnip Changed the "id" attributes of "<Match>" tags returned so they don't …
(edit) @16440   16 years mdewsnip Latest version of Lucene LICENSE.txt file.
(edit) @16439   16 years mdewsnip Moved the one used function in XMLTagInfo into GS2LuceneIndexer, then …
(edit) @16438   16 years mdewsnip Now uses Lucene 2.3.2's updateDocument() function instead of …
(edit) @16437   16 years mdewsnip Now stores the new "docOID" value in the index, to help support …
(edit) @16434   16 years mdewsnip Changed Windows make script to use Lucene 2.3.2 jar file.
(edit) @16433   16 years mdewsnip No idea why there are two Lucene "lib" directories. This one doesn't …
(edit) @16432   16 years mdewsnip Merged the Indexer class into GS2LuceneIndexer to keep all the …
(edit) @16430   16 years mdewsnip Removed the pointless IndexXML class.
(edit) @16429   16 years mdewsnip Changed to use Lucene's IndexWriter class instead of GS2IndexModifier, …
(edit) @16413   16 years mdewsnip Now ignores the classes directory.
(edit) @16412   16 years mdewsnip Upgraded from Lucene 2.0.0 to Lucene 2.3.2, mainly to get the …
(edit) @16354   16 years kjdon tidied up to reflect no more MGPPWrapper
(edit) @16353   16 years oranfry fixing a compile problem on mac: it complains that there was no such …
(edit) @16352   16 years kjdon no longer needed
(edit) @16351   16 years kjdon updated jni header for previous changes
(edit) @16349   16 years kjdon deleted the old MGPPWrapper stuff (java and jni sides) and tidied up …
(edit) @16348   16 years kjdon indented the code with smaller indents in preparation for some …
(edit) @16322   16 years davidb Tweaked clean target to do a better job at deleting compiled .obj, …
(edit) @16282   16 years mdewsnip Changed the "nodeID" field to be indexed in an un-tokenized way, …
(edit) @16262   16 years mdewsnip Changed the "-create" command-line option to "-removeold" to be …
(edit) @16064   16 years kjdon added a new option - gs2. use this instead of nojava for gs2 …
(edit) @16015   16 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.
Note: See TracRevisionLog for help on using the revision log.