bug-search-procs.tcl

Bug tracker - Search Service Contracts

Location:
packages/bug-tracker/tcl/bug-search-procs.tcl
Created:
2004-04-20
Author:
Jeff Davis davis@xarg.net
CVS Identification:
$Id$

Procedures in this file

Detailed information

bug_tracker::search::bug::datasource (private)

 bug_tracker::search::bug::datasource bug_id

returns a datasource for the search package this is the content that will be indexed by the full text search engine.

Parameters:
bug_id (required)
Author:
Jeff Davis davis@xarg.net

Testcases:
No testcase defined.

bug_tracker::search::bug::url (private)

 bug_tracker::search::bug::url bug_id

returns a URL for a given bug_id

Parameters:
bug_id (required)
Author:
Jeff Davis davis@xarg.net

Testcases:
No testcase defined.

bug_tracker::search::patch::datasource (private)

 bug_tracker::search::patch::datasource patch_id

returns a datasource for the search package this is the content that will be indexed by the full text search engine.

Parameters:
patch_id (required)
Author:
Jeff Davis davis@xarg.net

Testcases:
No testcase defined.

bug_tracker::search::patch::url (private)

 bug_tracker::search::patch::url patch_id

returns a URL for a given patch_id

Parameters:
patch_id (required)
Author:
Jeff Davis davis@xarg.net

Testcases:
No testcase defined.

bug_tracker::search::register_bug_fts_impl (private)

 bug_tracker::search::register_bug_fts_impl

Testcases:
No testcase defined.

bug_tracker::search::register_implementations (private)

 bug_tracker::search::register_implementations

Register the forum_forum and forum_message content type fts contract

Testcases:
No testcase defined.

bug_tracker::search::register_patch_fts_impl (private)

 bug_tracker::search::register_patch_fts_impl

Testcases:
No testcase defined.

bug_tracker::search::unregister_implementations (private)

 bug_tracker::search::unregister_implementations

Testcases:
No testcase defined.
[ show source ]