source: trunk/indexers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12390   18 years mdewsnip More fixes, many thanks to John Thompson and DL Consulting Ltd.
(edit) @12387   18 years mdewsnip Fixes for fuzzy searching, many thanks to John Thompson 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) @12372   18 years mdewsnip Now returns the stop words that have been removed from the query.
(edit) @12364   18 years mdewsnip Now uses the t variable to control whether a "some" or "all" search is …
(edit) @12331   18 years kjdon removed a debug print statement
(edit) @12324   18 years kjdon made the wrapper use maxnumeric for query parsing, can set it using …
(edit) @12323   18 years kjdon made a variable static to keep it consistent with mgpp in greenstone 2
(edit) @12322   18 years kjdon removed extern C wrappers -- causes a problem in newer version of g++. …
(edit) @12321   18 years kjdon made MAXNUMERIC a global variable instead of a \#define. Its now a …
(edit) @12320   18 years kjdon delete -> delete [] change submitted by Emanuel Dejanu
(edit) @12319   18 years kjdon The inverted file dictionary was not ordered properly. ascii values …
(edit) @12318   18 years kjdon some changes submitted by Emanuel Dejanu
(edit) @12275   18 years mdewsnip Added a command-line option for sorting the search results.
(edit) @12264   18 years mdewsnip New classes to support incremental building with Lucene, many thanks …
(edit) @12261   18 years mdewsnip Changed the way query terms are output. Also shows the number of query …
(edit) @12259   18 years mdewsnip Remove some unused stuff.
(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) @12242   18 years mdewsnip Added "-p" to the mkdir command so it doesn't die if the directory …
(edit) @11805   18 years kjdon lucene license file
(edit) @11245   18 years kjdon by default, lucene indexer will only index the first 10,000 words of a …
(edit) @11244   18 years kjdon a couple of changes to get the jar file creating properly (including …
(edit) @11243   18 years kjdon the lucene jar file needed for compiling
(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) @10848   18 years kjdon changed to use WORDS_BIGENDIAN instead of _LITTLE_ENDIAN to test for …
(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) @10764   18 years kjdon added in the sstream header for windows - it stopped working again but …
(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) @10203   19 years kjdon removed the iostream.h and strstream.h headers - were giving warnigns …
(edit) @10192   19 years kjdon modified so that jni stuff works on Mac OS. in configure.in changed …
(edit) @10191   19 years kjdon changes to jni stuff for Mac OS -configure now sets JNIINC, JNISUFFIX, …
(edit) @10164   19 years davidb Code upgraded to support incremental building. This mostly involves …
(edit) @10072   19 years kjdon jar file now made in top level, and nothing done to it on install
(edit) @10071   19 years kjdon the jar file is now made in mghome directory, and nothing is done with …
(edit) @10015   19 years cs025 Fixes for Mac OS X/Darwin
(edit) @10014   19 years cs025 Changes to support Darwin/Mac OS X
(edit) @9993   19 years kjdon added JAVA_HOME/bin to the javac,javah,jar commands
(edit) @9988   19 years mdewsnip More fixes for Lucene Unicode support.
(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) @9817   19 years kjdon added $e to each executable name - it wasn't working properly, and now …
(edit) @9786   19 years kjdon closed the file handle in done_text
(edit) @9780   19 years kjdon added in the jni stuff for mgpp_passes. appears to be compiling and …
(edit) @9778   19 years kjdon few changes to get the stringstream bit working on windows
(edit) @9777   19 years kjdon included sysfuncs.h for compiling on windows
(edit) @9776   19 years kjdon added the java compilation into the all target - need to do it before …
(edit) @9616   19 years kjdon changed | to || in GetStemMethod if statements
(edit) @9613   19 years kjdon added in x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9612   19 years kjdon added in x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @8950   19 years kjdon first stab at Java/JNI wrapper around mgpp_passes
(edit) @8949   19 years kjdon added in some stuff for java/jni wrapper around mgpp_passes
(edit) @8948   19 years kjdon first stab at jni version of mgpp_passes
(edit) @8947   19 years kjdon added in some stuff for jni version of mgpp_passes
(edit) @8946   19 years kjdon added a couple of functions that read in text from a buffer rather …
(edit) @8945   19 years kjdon close the file handle fp
(edit) @8934   19 years kjdon changed strstream to stringstream, cos strstream is deprecated
(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) @8692   19 years kjdon Added the changes from Emanuel Dejanu (Simple Words) - mostly …
(edit) @8521   19 years davidb java bridge from how greensotne likes to do indexing and querying to …
(edit) @8242   20 years kjdon added in Partial matching for query terms. Cna type comp* as a query, …
(edit) @8208   20 years kjdon added in to the link command
(edit) @8063   20 years kjdon added a fix to get ENABLE_NLS working
(edit) @8059   20 years kjdon added in some new library checks to match the things that were added …
(edit) @7945   20 years kjdon added in some more #define stuff - copied form gsdl config.h.in. to …
(edit) @7944   20 years kjdon trying to keep mgpp up to date with gsdl version. added in mdewsnip …
(edit) @7943   20 years kjdon making mgpp up to date with gs version:Header now checks for #ifdef to …
(edit) @7882   20 years kjdon added in a LDFLAGS= bit - set this to -static when compiling for a …
(edit) @7868   20 years mdewsnip Added an install command for Greenstone 3.
(edit) @7863   20 years kjdon added the header file in case others dont have javah
(edit) @7862   20 years kjdon include this header file in case others can't do the javah bit
(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) @7710   20 years kjdon removed some old comments, now installs into bin/gsdlos rather than bin
(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
Note: See TracRevisionLog for help on using the revision log.