FWIW, I don't think it is ignoring the existing index, I think it's just that haystack's output is a little confusing.
If you'd like to switch over, haystack uses new indexing commands: rb-site manage /path/to/site rebuild_index rb-site manage /path/to/site update_index The old "index" command is now just a small wrapper around these. -David On Wed, Jun 4, 2014 at 10:12 AM, Bruce Cran <[email protected]> wrote: > > On Wed, Jun 4, 2014 at 10:27 AM, Bruce Cran <[email protected]> wrote: > >> Running a full reindex seems to be working, but is this a bug that people >> need to be aware of? >> >> > Hmm, or maybe not: > > user@host:~$ sudo /usr/local/bin/rb-site manage "/var/www/reviews" index > -- --full > Removing all documents from your index because you said so. > All documents removed. > Indexing 23532 review requests > user@host:~$ sudo /usr/local/bin/rb-site manage "/var/www/reviews" index > Indexing 23532 review requests > > Any idea why it would ignore the existing index? > > -- > Bruce > > -- > Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ > --- > Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ > --- > Happy user? Let us know at http://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
