5
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a few minor POD errors. More... over 19 years ago
A few pod->html fixes More... over 19 years ago
Looks like just whitespace More... over 19 years ago
*** empty log message *** More... over 19 years ago
More spider updates. More... over 19 years ago
A bit more updating on the filter setup. More... over 19 years ago
Upgrade filter interface More... over 19 years ago
Big updates for the spider. More... over 19 years ago
minor fixes to support multiple versions of swish-e in path
karpet
as karman
More... over 19 years ago
--srcdir works; IRIX fixes; --quiet fixes
karpet
as karman
More... over 19 years ago
Call waitpid for use on Windows More... over 19 years ago
moseley review plus some arithmetic help
karpet
as karman
More... over 19 years ago
better debugging for rank devel
karpet
as karman
More... over 19 years ago
added ranking FAQ
karpet
as karman
More... over 19 years ago
Hi Peter,
karpet
as karman
More... over 19 years ago
Richard Morin's keen eye More... over 19 years ago
Several fixes and addons for incremental mode - Fixes a couple of memory leaks - Fixes the reported problem in dump.c that printed the removed documents NEW: Delete a document from the index. I have added the -r option for removing docs. Let's say that we want to delete the doc mydoc.txt. Just do: swish-e -i mydoc.txt -r It works in the same way update mode works: swish-e -i mydoc.txt -u Remembering... the documents are not deleted. They are marked as deletd. More... over 19 years ago
some security per moseley
karpet
as karman
More... over 19 years ago
magic build with libxml2 and zlib
karpet
as karman
More... over 19 years ago
better solution than BIN ARGV hack is using SWISHBIN env var; this is used by buildswishe.pl
karpet
as karman
More... over 19 years ago
rearranged init of variables to fix compile problem (under old gcc??)
karpet
as karman
More... over 19 years ago
added doc for RankScheme
karpet
as karman
More... over 19 years ago
fixed int decl problem in rank.c; fixed usage for -R; increm version in configure; fixed SwishRankScheme in search.c
karpet
as karman
More... over 19 years ago
increm the cvs version for sanity's sake
karpet
as karman
More... over 19 years ago
added API access to RankScheme and updated tests
karpet
as karman
More... over 19 years ago
Added -R command line switch to allow toggling the ranking scheme. This preserves the current ranking model (the default) and allows experimentation/testing with the new IDF model.
karpet
as karman
More... over 19 years ago
Make swish.cgi work for multiple indexes when use_library=1. Was not correctly expanding the array. More... over 19 years ago
Fix bug introduced on last updated -- passed the wrong number of parameters to the highlight function. More... almost 20 years ago
added idf++ to make sure all common words get a rank of at least 1
karpet
as karman
More... almost 20 years ago
Added IDF word weighting in getrank() to weight words more heavily that appear less often.
karpet
as karman
More... almost 20 years ago