Re: Kwiki::Search::Plucene

[email protected] (Kang-min Liu) Wed, 9 Feb 2005 11:33:07 +0800
Newsgroups perl.kwiki
Message-ID <[email protected]>
On 2005/2/8, at 上午 9:59, Chris Dent wrote:
>
> When the plugin is first installed, there's nothing there to
> cause the index to be populated with the data from all the
> existing pages.

Right, and thanks for providing idea.
Now I've make it to update index upon each 'kwiki -update'.
That'll make sure index being available at run-time.

> Does the indexing routine overwrite the index for content that
> already existed for a given page?

By Plucene::Simple, it is updated. But Plucene::Simple doesn't
seem to handle utf8 string properly; I'm failed to search
Chinese characters. I think I'll have to work around with it. :-/

Cheers,
Kang-min "Gugod" Liu