module XapianDb

daemon script to manage the beanstalk worker daemon @author Gernot Kogler

@author Gernot Kogler

This writer writes changes directly to the open database. Use the direct writer only for single process environments (one single rails app server, e.g. one mongrel). For multi process environemnts you should use a writer that processes index changes through a queue. @author Gernot Kogler

This writer is a dummy writer that simply does nothing. @author Gernot Kogler

This writer collects index change requests but does not submit them immediately to the database. The index changes are applied when the commit method is called. This writer is intended for internal use only. Do not use it in a xapian configuration! @author Gernot Kogler

Collection of utility methods @author Gernot Kogler