|
|
[Perlfect-search] update the index?
Daniel Naber dnaber@mini.gt.owl.de
Sat, 12 Aug 2000 15:44:55 +0200
On Sam, 12 Aug 2000, you wrote:
> The only disadvantage of incremental indexing is that you have to keep
> all hashes stored between indexing operations so it requires a bit more
> space...
This is interesting for non-web stuff, too. Maybe anybody has experience
using Berkeley Hashes from C++? Maybe you can even access Hashes from C++
that were written from Perl?
Image a mail client that always has an up-to-date index of all your mails.
You could have a full text search over thousands of mails in less than one
second!
So is adding documents at a later time less efficient compared to adding
them when the index is created?
Regards
Daniel
|
|