----- Original Message ----- From: "Kate L Pugh" kake@earth.li To: "Discussion of the Open Guide to London." openguides-london@openguides.org Cc: cgi-wiki-dev@earth.li Sent: 11 September 2003 20:09 Subject: Re: [OpenGuides-London] Openguides london error message
On Wed 03 Sep 2003, Billy Abbott billy@cowfish.org.uk wrote:
just got this error when trying to add a new entry,
Search::InvertedIndex::update() - Failed to save updated 'ged_000000000000_a_000000000972' -> (list of ranked keys) at /home/earle/openguides.org/lib/CGI/Wiki/Search/SII.pm line 204
I've had this one before. There is *something* up with Search::InvertedIndex but for the life of me I know not what. The author of Search::InvertedIndex is a very nice person but is too busy to spend much time on it. Does this scratch anyone's itch? I have some code from him that is more recent than the latest CPAN version, plus a reworking of the docs that I did to make them more understandable. Give me a shout if Search::InvertedIndex is something that you'd like to play with.
Kake,
You'll be please to know that I am actively working on the enhancements to supersearch. One of the effects will be reducing our dependence on the SII. In fact category and locale searches will not use the SII at all.
If there are any problems with querying the inverted index (rather than updating it), I would be interested and willing to assist, especially as I know exactly how supersearch uses it.
Ivor.
On Mon 15 Sep 2003, Ivor Williams ivor.williams@tiscali.co.uk wrote:
You'll be please to know that I am actively working on the enhancements to supersearch. One of the effects will be reducing our dependence on the SII. In fact category and locale searches will not use the SII at all.
How are you planning to reduce dependence on Search::InvertedIndex?
My thought for category and locale searches is that anything typed in the standard search box should search body, category and locale, perhaps with increased weighting where the search term matches a category or locale. I'd also quite like to take advantage of CGI::Wiki's fuzzy title match, for the cases when we fail to match exactly. Stemming could possibly be useful - a search on "pubs" should find the same things as a search on "pub".
If there are any problems with querying the inverted index (rather than updating it), I would be interested and willing to assist, [...]
I haven't come across any.
Kake
openguides-dev@lists.openguides.org