On Sun, Sep 7, 2008 at 7:50 AM, Marcus Herou <[EMAIL PROTECTED]> wrote:
> The strange thing is that the query works on both my local machine(s) and on
> the master.

- Check and ensure that the schema is the same on all the systems.
- Check to see that Solr is reading the index you think it is by doing
a simple query on the ID (or anything else) to try and retrieve the
document that contains "m&m" (or simply check the index version of
both via the admin stats page)

If the first two don't shed some light, then try the admin analysis
page with "m&m" on both the master and slave to see if it works
differently (it shouldn't if the schema is the same).

-Yonik

Reply via email to