To edit pages or tickets please login with username/password: aaf/aaf

Ticket #156 (closed enhancement: fixed)

Opened 1 year ago

Last modified 2 months ago

Allow specification of different analyzers for search/indexing

Reported by: jk Assigned to: jk
Priority: minor Milestone: 0.5
Component: 0plugin Version:
Keywords: Cc:

Description

Sometimes this might be useful, i.e. for inserting synonyms into queries or into the index (but not both).

Change History

08/06/08 13:22:00 changed by jk

  • status changed from new to closed.
  • resolution set to fixed.

This has been implemented a while ago, just use the :analyzer option with an instance of your analyzer class when searching to override the analyzer specified in the original aaf index declaration.

Keep in mind that in order to work with the DRb server, your analyzer class must be fully serializable (i.e., implement _dump and _load methods).

To edit pages or tickets please login with username/password: aaf/aaf