faq-sc-procs.tcl

FAQ Fts contract bindings.

Location:
packages/faq/tcl/faq-sc-procs.tcl
Created:
2004-04-01
Author:
Jeff Davis davis@xarg.net
CVS Identification:
$Id: faq-sc-procs.tcl,v 1.6 2018/07/12 12:39:45 hectorr Exp $

Procedures in this file

Detailed information

faq::fts::datasource (private)

 faq::fts::datasource faq_id

returns a datasource for a faq event to be indexed by the full text search engine.

Parameters:
faq_id (required)
Author:
davis@xarg.net
Created:
2004-04-01

Testcases:
No testcase defined.

faq::fts::url (private)

 faq::fts::url faq_id

returns a URL for a faq to the search package

Parameters:
faq_id (required)
Author:
davis@xarg.net
Created:
2004-04-01

Testcases:
No testcase defined.

faq::sc::register_faq_fts_impl (private)

 faq::sc::register_faq_fts_impl

Testcases:
No testcase defined.

faq::sc::register_faq_q_and_a_fts_impl (private)

 faq::sc::register_faq_q_and_a_fts_impl

Testcases:
No testcase defined.

faq::sc::register_implementations (private)

 faq::sc::register_implementations

Register the faq content type fts contract

Testcases:
No testcase defined.

faq::sc::unregister_implementations (private)

 faq::sc::unregister_implementations

Testcases:
No testcase defined.

faq_qanda::fts::datasource (private)

 faq_qanda::fts::datasource entry_id

returns a datasource for a faq q/a to be indexed by the full text search engine.

Parameters:
entry_id (required)
Author:
davis@xarg.net
Created:
2004-04-01

Testcases:
No testcase defined.

faq_qanda::fts::url (private)

 faq_qanda::fts::url entry_id

returns a URL for a faq to the search package

Parameters:
entry_id (required)
Author:
davis@xarg.net
Created:
2004-04-01

Testcases:
No testcase defined.
[ show source ]