class XapianDb::Adapters::GenericAdapter

The generic adapter is a universal adapater that can be used for any ruby class. To use the generic adapter (which is the default), configure the expression that generates a unique key from your objects using the method ‘unique_key’. This adapter does the following:

@author Gernot Kogler