source: trunk/indexers

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13684   17 years kjdon unac moved to top level packages dir inside the indexers repository
(edit) @13683   17 years kjdon lucene source from apache
(edit) @13670   17 years kjdon unac package needed for accent folding in mgpp, and possibly for mg in …
(edit) @13663   17 years kjdon Initial revision
(edit) @13662   17 years kjdon removed old log messages
(edit) @13661   17 years kjdon added some comments
(edit) @13660   17 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @13659   17 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu used is …
(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) @13653   17 years kjdon Accent folding patch thanks to Juan Grigera. parsing of …
(edit) @13652   17 years kjdon removed id line from comment
(edit) @13651   17 years kjdon small change
(edit) @13641   17 years kjdon added in unicode ranges for mongolian
(edit) @13629   17 years kjdon changed fpic to fPIC, hope it doesn't stuff anything up. I don't …
(edit) @13628   17 years kjdon updated this to the version from gsdl. log message from that file: …
(edit) @13627   17 years kjdon need to compile unac too
(edit) @13626   17 years kjdon updated this to the version from gsdl. log message from that file: …
(edit) @13625   17 years kjdon now runs configure in packages/unac directory
(edit) @13624   17 years kjdon version file
(edit) @13623   17 years kjdon distclean should remove configure byproducts
(edit) @13621   17 years kjdon removed cvs version info
(edit) @13620   17 years kjdon these files added to repository by mistake
(edit) @13570   17 years kjdon catch unforseen exceptions, and check for null sort_field and …
(edit) @13569   17 years kjdon added OTHER_ERROR
(edit) @13558   17 years kjdon fixed up the clean command
(edit) @13557   17 years kjdon in GS3 we will use GS2LuceneQuery directly, so moved most of the …
(edit) @13556   17 years kjdon a results class for when we are doing queries through Java rather than …
(edit) @13555   17 years kjdon added GPL license info
(edit) @13502   17 years kjdon added javaonly and installjava targets for make - used when creating a …
(edit) @13482   17 years shaoqun added the supports for accentfolding
(edit) @13481   17 years shaoqun added the set accentfolding method
(edit) @13480   17 years shaoqun added the supports for accentfolding
(edit) @13479   17 years shaoqun added the set accentfolding method
(edit) @13478   17 years shaoqun added supports for accentfolding
(edit) @13477   17 years shaoqun added code for accentfolding
(edit) @13476   17 years shaoqun added packages for accentfolding
(edit) @13288   17 years shaoqun added setMaxNumeric method
(edit) @13054   18 years mdewsnip Now puts the terms through xmlSafe() as well, to prevent invalid XML …
(edit) @12999   18 years mdewsnip Code for caching query results (eg. in index/sidx/cache), disabled by …
(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 …
Note: See TracRevisionLog for help on using the revision log.