Ticket #183 (assigned defect)
Remote backend should support use of Xapian::MatchDecider
| Reported by: | richard | Owned by: | richard |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Backend-Remote | Version: | SVN trunk |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Operating System: | All | Blocking: |
Description
Currently, Enquire::register_match_decider() simply stores the values passed to it in the internals of the Enquire object. These values never get used.
Either register_match_decider() should be removed, or (more probably) the values should be used in the remote match case to allow match deciders registered with the server to be used.
For now, I've added a note in the documentation comment that this method effectively does nothing.
Change History
Note: See
TracTickets for help on using
tickets.
