[KinoSearch] KSx-IndexManager 0.001
Hans Dieter Pearcey
hdp at pobox.com
Mon Jul 2 08:59:04 PDT 2007
On Mon, Jul 02, 2007 at 08:53:39AM -0700, Mike Wexler wrote:
> On the partition stuff. Lets say I have two types of searches. User
> searches, which only search within a specific user. And global searches
> that search everything. Would partition be appropriate for this?
It depends a great deal on what you're doing. The Partition plugin is just a
convenient way to access multiple invindexes that share a single schema. It's
written with the assumption that you can use MultiSearcher for anything that
needs to read from multiple partitions, which may or may not be true for you
(see MultiSearcher's docs for its limitations).
hdp.
More information about the KinoSearch
mailing list