|
|
@12656
|
17 years |
mdewsnip |
Put old range filter stuff back, and added "-startresults" and …
|
|
|
@12653
|
17 years |
mdewsnip |
Made it a little bit easier to use a custom set of stop words with Lucene.
|
|
|
@12612
|
17 years |
kjdon |
need to delete the char * created by MyGetCStr otherwise we run out of …
|
|
|
@12429
|
17 years |
mdewsnip |
Changed the "-filter" argument to use a general Lucene QueryFilter, …
|
|
|
@12418
|
17 years |
mdewsnip |
Now returns parse exceptions and too many clauses exceptions as …
|
|
|
@12415
|
17 years |
mdewsnip |
Moved the code that messes around with the query to add the fuzziness …
|
|
|
@12408
|
17 years |
mdewsnip |
Added a "-filter" option which can currently be used for specifying …
|
|
|
@12390
|
17 years |
mdewsnip |
More fixes, many thanks to John Thompson and DL Consulting Ltd.
|
|
|
@12387
|
17 years |
mdewsnip |
Fixes for fuzzy searching, many thanks to John Thompson and DL …
|
|
|
@12377
|
17 years |
mdewsnip |
Now returns query term occurrences correctly, and does fuzzy searching …
|
|
|
@12376
|
17 years |
mdewsnip |
Now stores term vectors (for the TX field only), to support query term …
|
|
|
@12375
|
17 years |
mdewsnip |
Ooops... StopWord output went to STDERR instead of STDOUT.
|
|
|
@12372
|
17 years |
mdewsnip |
Now returns the stop words that have been removed from the query.
|
|
|
@12364
|
17 years |
mdewsnip |
Now uses the t variable to control whether a "some" or "all" search is …
|
|
|
@12331
|
17 years |
kjdon |
removed a debug print statement
|
|
|
@12324
|
17 years |
kjdon |
made the wrapper use maxnumeric for query parsing, can set it using …
|
|
|
@12323
|
17 years |
kjdon |
made a variable static to keep it consistent with mgpp in greenstone 2
|
|
|
@12322
|
17 years |
kjdon |
removed extern C wrappers -- causes a problem in newer version of g++. …
|
|
|
@12321
|
17 years |
kjdon |
made MAXNUMERIC a global variable instead of a \#define. Its now a …
|
|
|
@12320
|
17 years |
kjdon |
delete -> delete [] change submitted by Emanuel Dejanu
|
|
|
@12319
|
17 years |
kjdon |
The inverted file dictionary was not ordered properly. ascii values …
|
|
|
@12318
|
17 years |
kjdon |
some changes submitted by Emanuel Dejanu
|
|
|
@12275
|
17 years |
mdewsnip |
Added a command-line option for sorting the search results.
|
|
|
@12264
|
17 years |
mdewsnip |
New classes to support incremental building with Lucene, many thanks …
|
|
|
@12261
|
17 years |
mdewsnip |
Changed the way query terms are output. Also shows the number of query …
|
|
|
@12259
|
17 years |
mdewsnip |
Remove some unused stuff.
|
|
|
@12257
|
17 years |
mdewsnip |
Added package definitions.
|
|
|
@12256
|
17 years |
mdewsnip |
Now returns query terms and their frequencies.
|
|
|
@12255
|
17 years |
mdewsnip |
Upgraded the version of Lucene from 1.4.1 to 2.0.0... what's the worst …
|
|
|
@12254
|
17 years |
mdewsnip |
Made this compatible with Lucene 1.9 and newer.
|
|
|
@12242
|
17 years |
mdewsnip |
Added "-p" to the mkdir command so it doesn't die if the directory …
|
|
|
@11805
|
18 years |
kjdon |
lucene license file
|
|
|
@11245
|
18 years |
kjdon |
by default, lucene indexer will only index the first 10,000 words of a …
|
|
|
@11244
|
18 years |
kjdon |
a couple of changes to get the jar file creating properly (including …
|
|
|
@11243
|
18 years |
kjdon |
the lucene jar file needed for compiling
|
|
|
@11021
|
18 years |
kjdon |
asserts if they fail kill tomcat, so changed some asserts to if statements
|
|
|
@10921
|
18 years |
kjdon |
added -fpic to CFLAGS (and unused CXXFLAGS) - need to generate …
|
|
|
@10917
|
18 years |
kjdon |
removed java_home/include/linux from include path in makefile, made …
|
|
|
@10912
|
18 years |
kjdon |
removed explicit GSDL3HOME=../../../, made java includes uses …
|
|
|
@10887
|
18 years |
kjdon |
moved '-framework JavaVM' from LDFLAGS to JNIFLAGS - we don't want to …
|
|
|
@10848
|
18 years |
kjdon |
changed to use WORDS_BIGENDIAN instead of _LITTLE_ENDIAN to test for …
|
|
|
@10840
|
18 years |
kjdon |
added check for endianness: AC_C_BIGENDIAN, which defines …
|
|
|
@10813
|
18 years |
kjdon |
changed bindir=../../../../bin to bindir=${exec_prefix}/bin
|
|
|
@10764
|
18 years |
kjdon |
added in the sstream header for windows - it stopped working again but …
|
|
|
@10756
|
18 years |
kjdon |
jni dlls should be installed into lib\jni not lib
|
|
|
@10711
|
18 years |
kjdon |
changed LIBOBJS=... to AC_LIBOBJ…
|
|
|
@10590
|
18 years |
nzdl |
commented out some debug statements
|
|
|
@10203
|
18 years |
kjdon |
removed the iostream.h and strstream.h headers - were giving warnigns …
|
|
|
@10192
|
18 years |
kjdon |
modified so that jni stuff works on Mac OS. in configure.in changed …
|
|
|
@10191
|
18 years |
kjdon |
changes to jni stuff for Mac OS -configure now sets JNIINC, JNISUFFIX, …
|
|
|
@10164
|
18 years |
davidb |
Code upgraded to support incremental building. This mostly involves …
|
|
|
@10072
|
18 years |
kjdon |
jar file now made in top level, and nothing done to it on install
|
|
|
@10071
|
18 years |
kjdon |
the jar file is now made in mghome directory, and nothing is done with …
|
|
|
@10015
|
18 years |
cs025 |
Fixes for Mac OS X/Darwin
|
|
|
@10014
|
18 years |
cs025 |
Changes to support Darwin/Mac OS X
|
|
|
@9993
|
19 years |
kjdon |
added JAVA_HOME/bin to the javac,javah,jar commands
|
|
|
@9988
|
19 years |
mdewsnip |
More fixes for Lucene Unicode support.
|
|
|
@9987
|
19 years |
kjdon |
added in an exitValue/get_exit_value method to the MGPassesWrapper
|
|
|
@9985
|
19 years |
kjdon |
added quotes around the java executable paths
|
|
|
@9874
|
19 years |
kjdon |
merged from branch ant-install-branch: merge 1
|
|
|
@9817
|
19 years |
kjdon |
added $e to each executable name - it wasn't working properly, and now …
|
|
|
@9786
|
19 years |
kjdon |
closed the file handle in done_text
|
|
|
@9780
|
19 years |
kjdon |
added in the jni stuff for mgpp_passes. appears to be compiling and …
|
|
|
@9778
|
19 years |
kjdon |
few changes to get the stringstream bit working on windows
|
|
|
@9777
|
19 years |
kjdon |
included sysfuncs.h for compiling on windows
|
|
|
@9776
|
19 years |
kjdon |
added the java compilation into the all target - need to do it before …
|
|
|
@9616
|
19 years |
kjdon |
changed | to || in GetStemMethod if statements
|
|
|
@9613
|
19 years |
kjdon |
added in x++ -> ++x changes submitted by Emanuel Dejanu
|
|
|
@9612
|
19 years |
kjdon |
added in x++ -> ++x changes submitted by Emanuel Dejanu
|
|
|
@8950
|
19 years |
kjdon |
first stab at Java/JNI wrapper around mgpp_passes
|
|
|
@8949
|
19 years |
kjdon |
added in some stuff for java/jni wrapper around mgpp_passes
|
|
|
@8948
|
19 years |
kjdon |
first stab at jni version of mgpp_passes
|
|
|
@8947
|
19 years |
kjdon |
added in some stuff for jni version of mgpp_passes
|
|
|
@8946
|
19 years |
kjdon |
added a couple of functions that read in text from a buffer rather …
|
|
|
@8945
|
19 years |
kjdon |
close the file handle fp
|
|
|
@8934
|
19 years |
kjdon |
changed strstream to stringstream, cos strstream is deprecated
|
|
|
@8920
|
19 years |
nzdl |
had to move the float doc_weight up so that it compiled on other machines
|
|
|
@8919
|
19 years |
kjdon |
added some bits (copied from mgquery) to make paragraph searching work …
|
|
|
@8694
|
19 years |
kjdon |
added some changes made by Emanuel Dejanu (Simple Words)
|
|
|
@8692
|
19 years |
kjdon |
Added the changes from Emanuel Dejanu (Simple Words) - mostly …
|
|
|
@8521
|
19 years |
davidb |
java bridge from how greensotne likes to do indexing and querying to …
|
|
|
@8242
|
19 years |
kjdon |
added in Partial matching for query terms. Cna type comp* as a query, …
|
|
|
@8208
|
19 years |
kjdon |
added in to the link command
|
|
|
@8063
|
19 years |
kjdon |
added a fix to get ENABLE_NLS working
|
|
|
@8059
|
19 years |
kjdon |
added in some new library checks to match the things that were added …
|
|
|
@7945
|
19 years |
kjdon |
added in some more #define stuff - copied form gsdl config.h.in. to …
|
|
|
@7944
|
19 years |
kjdon |
trying to keep mgpp up to date with gsdl version. added in mdewsnip …
|
|
|
@7943
|
19 years |
kjdon |
making mgpp up to date with gs version:Header now checks for #ifdef to …
|
|
|
@7882
|
19 years |
kjdon |
added in a LDFLAGS= bit - set this to -static when compiling for a …
|
|
|
@7868
|
19 years |
mdewsnip |
Added an install command for Greenstone 3.
|
|
|
@7863
|
19 years |
kjdon |
added the header file in case others dont have javah
|
|
|
@7862
|
19 years |
kjdon |
include this header file in case others can't do the javah bit
|
|
|
@7732
|
19 years |
kjdon |
added disstclean back in
|
|
|
@7729
|
19 years |
kjdon |
changed my mind back again about installing into bin/linux = now just …
|
|
|
@7710
|
19 years |
kjdon |
removed some old comments, now installs into bin/gsdlos rather than bin
|
|
|
@7709
|
19 years |
kjdon |
small changes
|
|
|
@7631
|
19 years |
kjdon |
added required header files - see comment for MGWrapperImpl.c
|
|
|
@7630
|
19 years |
kjdon |
fixed up some compiler warnings, and made this header file to be used …
|
|
|
@7629
|
19 years |
kjdon |
fixed a couple of compiler warnings, also included the necessary …
|
|
|
@7628
|
19 years |
kjdon |
fixed a couple of compiler warnings
|
|
|