Moore's law and why persistence may not be necessary. (fwd)

Scott A Crosby crosby at qwes.math.cmu.edu
Wed Jan 23 17:05:12 UTC 2002


On Wed, 23 Jan 2002, Bijan Parsia wrote:

>
> Natch, if you want the more specific search, that won't help :) Point is,
> that the MailMessageIndex *smokes* the best case current Celeste search.
>

Create an adaptor that only returns terms in the to/from/subject headers.
Build a seperate Index with that adaptor. (should be minisquial).  Hell,
build a flexible headeraptor, and use it to build one index for each
header line.

(fromheaderIndex anyOf: #(crosby bijan)) intersection:
(fulltextIndex anyOf: #(Celeste))

Build the adaptor and see how fast she is. :)

Scott





More information about the Squeak-dev mailing list