source: trunk/indexers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12993   18 years mdewsnip Now stores the query results XML in a string buffer before outputting …
(edit) @12991   18 years mdewsnip Ooops... managed to lose the header of the XML output in my recent changes.
(edit) @12989   18 years mdewsnip Follow to close the searcher object.
(edit) @12987   18 years mdewsnip You can now specify the query string as a command-line argument to …
(edit) @12983   18 years mdewsnip Moved the stuff for running the query into a new runQuery function, in …
(edit) @12981   18 years mdewsnip Tidied up command-line option parsing in preparation for allowing the …
(edit) @12980   18 years mdewsnip Now passes the endresults value (if defined) into the …
(edit) @12976   18 years mdewsnip Rearranged some code to make the fact that the term information is now …
(edit) @12975   18 years mdewsnip Simplified all the term frequency stuff considerably, and made it …
(edit) @12846   18 years mdewsnip Minor changes.
(edit) @12776   18 years mdewsnip Fixed a bug where misspelled words could be marked as stop words with …
(edit) @12775   18 years mdewsnip Fixed bug where some terms have zero frequency (because they don't …
(edit) @12773   18 years kjdon added xmlSafe around the query_string in the XML output - can't have & …
(edit) @12772   18 years kjdon put the { of an if or while or else statement on the same line as the …
(edit) @12770   18 years mdewsnip Changed the Lucene "-fuzzy" argument to "-fuzziness <value>", for more …
(edit) @12656   18 years mdewsnip Put old range filter stuff back, and added "-startresults" and …
(edit) @12653   18 years mdewsnip Made it a little bit easier to use a custom set of stop words with Lucene.
(edit) @12612   18 years kjdon need to delete the char * created by MyGetCStr otherwise we run out of …
(edit) @12429   18 years mdewsnip Changed the "-filter" argument to use a general Lucene QueryFilter, …
(edit) @12418   18 years mdewsnip Now returns parse exceptions and too many clauses exceptions as …
(edit) @12415   18 years mdewsnip Moved the code that messes around with the query to add the fuzziness …
(edit) @12408   18 years mdewsnip Added a "-filter" option which can currently be used for specifying …
(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 …
Note: See TracRevisionLog for help on using the revision log.