Method: XapianDb::Config#indexer_preprocess_callback
- Defined in:
- lib/xapian_db/config.rb
#indexer_preprocess_callback(method) ⇒ Object
Set the indexer preprocess callback.
219 220 221 |
# File 'lib/xapian_db/config.rb', line 219 def indexer_preprocess_callback(method) @_preprocess_terms = method end |