source: trunk/indexers/mg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13658   17 years kjdon added in some x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @13657   17 years kjdon The previous log message should have been Changed a variable named …
(edit) @13656   17 years kjdon Changed a variable named errcode to rx_errcode, so this compiles with …
(edit) @13655   17 years kjdon added in unicode support for Mongolian
(edit) @13654   17 years kjdon tidied up the top comments, removed Ids, and old log messages
(edit) @13502   17 years kjdon added javaonly and installjava targets for make - used when creating a …
(edit) @13288   17 years shaoqun added setMaxNumeric method
(edit) @11021   18 years kjdon asserts if they fail kill tomcat, so changed some asserts to if statements
(edit) @10921   18 years kjdon added -fpic to CFLAGS (and unused CXXFLAGS) - need to generate …
(edit) @10917   18 years kjdon removed java_home/include/linux from include path in makefile, made …
(edit) @10912   18 years kjdon removed explicit GSDL3HOME=../../../, made java includes uses …
(edit) @10887   18 years kjdon moved '-framework JavaVM' from LDFLAGS to JNIFLAGS - we don't want to …
(edit) @10840   18 years kjdon added check for endianness: AC_C_BIGENDIAN, which defines …
(edit) @10813   18 years kjdon changed bindir=../../../../bin to bindir=${exec_prefix}/bin
(edit) @10756   19 years kjdon jni dlls should be installed into lib\jni not lib
(edit) @10711   19 years kjdon changed LIBOBJS=... to AC_LIBOBJ…
(edit) @10590   19 years nzdl commented out some debug statements
(edit) @10191   19 years kjdon changes to jni stuff for Mac OS -configure now sets JNIINC, JNISUFFIX, …
(edit) @10071   19 years kjdon the jar file is now made in mghome directory, and nothing is done with …
(edit) @9993   19 years kjdon added JAVA_HOME/bin to the javac,javah,jar commands
(edit) @9987   19 years kjdon added in an exitValue/get_exit_value method to the MGPassesWrapper
(edit) @9985   19 years kjdon added quotes around the java executable paths
(edit) @9874   19 years kjdon merged from branch ant-install-branch: merge 1
(edit) @8920   19 years nzdl had to move the float doc_weight up so that it compiled on other machines
(edit) @8919   19 years kjdon added some bits (copied from mgquery) to make paragraph searching work …
(edit) @8694   19 years kjdon added some changes made by Emanuel Dejanu (Simple Words)
(edit) @8208   20 years kjdon added in to the link command
(edit) @7882   20 years kjdon added in a LDFLAGS= bit - set this to -static when compiling for a …
(edit) @7863   20 years kjdon added the header file in case others dont have javah
(edit) @7732   20 years kjdon added disstclean back in
(edit) @7729   20 years kjdon changed my mind back again about installing into bin/linux = now just …
(edit) @7709   20 years kjdon small changes
(edit) @7631   20 years kjdon added required header files - see comment for MGWrapperImpl.c
(edit) @7630   20 years kjdon fixed up some compiler warnings, and made this header file to be used …
(edit) @7629   20 years kjdon fixed a couple of compiler warnings, also included the necessary …
(edit) @7628   20 years kjdon fixed a couple of compiler warnings
(edit) @7627   20 years kjdon make stemmerdescription a const
(edit) @7593   20 years say1 moved variable to the start of the block
(edit) @7585   20 years kjdon fixed a typo I think
(edit) @7584   20 years kjdon have to declare vars before calling functions!!
(edit) @7582   20 years kjdon fixed the bug that was causing it not to be able to create a second …
(edit) @7581   20 years kjdon filled in the dumpFailedDocument method
(edit) @7481   20 years kjdon need -1 in the split function to keep empty strings at the end
(edit) @7464   20 years kjdon renamed WIN32.MAK to win32.mak cos it was annoying me
(edit) @7463   20 years kjdon small tidyup
(edit) @7460   20 years kjdon adding more options to mgpasses, tidying up
(edit) @7456   20 years kjdon renamed gs3_mg_passes to mg_passes_4jni, and removed the executable - …
(edit) @7455   20 years kjdon renamed gs3_mg_passes to mg_passes_4jni, and added a bit more stuff to it
(edit) @7452   20 years kjdon tidied up the setting filename and basepath path stuff
(edit) @7442   20 years kjdon new makefile for mg on windows
(edit) @7440   20 years kjdon some hacky changes - fix up under linux
(edit) @7439   20 years kjdon added gs3_mg_passes stuff, and fixed up some compile errors undex windows
(edit) @7437   20 years kjdon javah MGPassesWrapper, and install the jar
(edit) @7436   20 years kjdon made some hacky changes - fix up under linux
(edit) @7435   20 years kjdon added mgpasseswrapper
(edit) @7431   20 years kjdon new mg passes for gs3. I thought I had commited this already
(edit) @7419   20 years kjdon new executable, gs3_mg_passes, and new library libmgpass.a - for use …
(edit) @7411   20 years kjdon new wrapper for mg passes
(edit) @7410   20 years kjdon new mg passes jni wrapper
(edit) @7404   20 years kjdon added MGPassesWrapper to the makefile
(edit) @7403   20 years kjdon a first stab at a wrapper for mg_passes. needs more option setting methods
(edit) @7401   20 years kjdon removed a duplicate function declaration
(edit) @7400   20 years kjdon changed a message
(edit) @7399   20 years kjdon need to close the file we created in done_text_1 otherwise java holds …
(edit) @7228   20 years kjdon added a new -M option to mg_passes, allowing maxnumeric to be altered …
(edit) @7227   20 years kjdon added the environment.o file into some LIB-OBJS thingys
(edit) @6416   20 years mdewsnip Added option to compile just the Java stuff.
(edit) @4714   21 years kjdon fixed a typo
(edit) @4063   21 years mdewsnip Minor change to prevent error when making clean before a make.
(edit) @3981   21 years mdewsnip Updated comments and a constant.
(edit) @3924   21 years mdewsnip Include file needed for Windows compilation of MG.
(edit) @3923   21 years mdewsnip Windows batchfile for compiling MG JNI wrapper (Java side).
(edit) @3922   21 years mdewsnip Windows makefile for compiling MG JNI code using VC++ 6.
(edit) @3921   21 years mdewsnip Modified to be more independent of GS2.
(edit) @3920   21 years mdewsnip Windows batch file for compiling MG (including JNI wrapper).
(edit) @3829   21 years mdewsnip Uses $(JAVA_HOME) instead of hard-wired path.
(edit) @3796   21 years mdewsnip Removed option to sort by rank/natural order.
(edit) @3795   21 years mdewsnip Removed option to sort by natural order/rank.
(edit) @3794   21 years mdewsnip Equivalent term information is now stored in a separate class: …
(edit) @3793   21 years mdewsnip Added to store the information about a query term equivalent (when …
(edit) @3791   21 years mdewsnip "Some" queries are now performed as ranked queries rather than boolean …
(edit) @3757   21 years mdewsnip Changed build order so JNI (C side) code is compiled after the Java side.
(edit) @3756   21 years mdewsnip Added definition of HAVE_STRERROR to prevent conflict when compiling …
(edit) @3745   21 years mdewsnip Addition of MG package for search and retrieval
(edit) @3744   21 years mdewsnip Initial implementation of MG JNI (Java side).
(add) @3743   21 years mdewsnip Initial implementation of MG JNI wrapper (C side).
Note: See TracRevisionLog for help on using the revision log.