source: trunk/indexers/lucene-gs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @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) @10164   19 years davidb Code upgraded to support incremental building. This mostly involves …
(edit) @9988   19 years mdewsnip More fixes for Lucene Unicode support.
(add) @8521   19 years davidb java bridge from how greensotne likes to do indexing and querying to …
Note: See TracRevisionLog for help on using the revision log.