Hello,
It turns out that I'll need to be able to search on specific indexes
as well. Each customer of my company gets their own instance of our
app. Thinking Sphinx will work great if we have one sphinx daemon per
customer instance, but our operations guy wants to have one
centralized server/daemon.
We will have many indexes of the same table (one per customer) and
will need to be able to search a specific index depending on the
customer. Sphinx has a lot of viable possibilities for distributed
setup; some of these makes it harder to use Thinking Sphinx (but not a
problem for Riddle).
I think that's a fairly good reason for needing a feature like this
and thought I should share. Luckily, I don't think it'll be difficult
to add given your clean code =].
--
Minh
> What's your reason for needing to search aspecificindex? Each model
> is in their ownindex(or pair of indexes, if you're using deltas), so
> I've assumed searching on aspecificmodel should be enough.
>
> Cheers
>
> --
> Pat
>
> On 24/07/2008, at 9:06 AM, Andrea Franz wrote:
>
>
>
> > Hi there,I'm switching to thinking_sphinx from acts_as_sphinx.
> > I already have the sphinx configuration file, and 3 models, with an
> >indexeach.
> > Is it possible to specify theindexfor each model?