Reindexing Ferret
Its really simple, wished I had seen this part of the documentation a couple months ago.
Lesson learned. As the databse was being updated more often and becoming very large, indexing became more difficult to do just by doing a search in the browser. Back to the documentation and there it was.
script/console
>>MyModel.rebuild_index
Plus, the indexing seems to be much faster. Looking into running the DRb server. Im worried about taking a performance hit. I’ll post what I learn when I try it out
No comments yet