forums-sc-procs.tcl

Forums Library - Search Service Contracts This library is DEPRECATED and NOT USED. search is implemented using callbacks now. See forums-callback-procs.tcl This library will be definitely removed in 5.5

Location:
packages/forums/tcl/forums-sc-procs.tcl
Created:
2002-08-07
Author:
Dave Bauer
CVS Identification:
$Id: forums-sc-procs.tcl,v 1.17.2.4 2021/02/22 16:25:41 antoniop Exp $

Procedures in this file

Detailed information

forum::forum::datasource (private, deprecated)

 forum::forum::datasource forum_id
Deprecated. Invoking this procedure generates a warning.

Datasource for the FtsContentProvider contract.

Parameters:
forum_id (required)
Author:
Jeff Davis davis@xarg.net
Created:
2004-04-01 DEPRECATED: search is implemented using callbacks now.
See Also:
  • forums-callback-procs.tcl

Testcases:
No testcase defined.

forum::forum::url (private, deprecated)

 forum::forum::url forum_id
Deprecated. Invoking this procedure generates a warning.

url method for the FtsContentProvider contract

Parameters:
forum_id (required)
Author:
Jeff Davis davis@xarg.net
Created:
2004-04-01 DEPRECATED: search is implemented using callbacks now.
See Also:
  • forums-callback-procs.tcl

Testcases:
No testcase defined.

forum::message::datasource (private, deprecated)

 forum::message::datasource message_id
Deprecated. Invoking this procedure generates a warning.

Parameters:
message_id (required)
Author:
dave@thedesignexperience.org
Created:
2002-08-07 returns a datasource for the search package this is the content that will be indexed by the full text search engine. We expect message_id to be a root message of a thread only, and return the text of all the messages below DEPRECATED: search is implemented using callbacks now.
See Also:
  • forums-callback-procs.tcl

Testcases:
No testcase defined.

forum::message::url (private, deprecated)

 forum::message::url message_id
Deprecated. Invoking this procedure generates a warning.

Parameters:
message_id (required)
Author:
dave@thedesignexperience.org
Created:
2002-08-07 returns a URL for a message to the search package DEPRECATED: search is implemented using callbacks now.
See Also:
  • forums-callback-procs.tcl

Testcases:
No testcase defined.

forum::sc::register_forum_fts_impl (private, deprecated)

 forum::sc::register_forum_fts_impl
Deprecated. Invoking this procedure generates a warning.

DEPRECATED: search is implemented using callbacks now.

See Also:
  • forums-callback-procs.tcl

Testcases:
No testcase defined.

forum::sc::register_implementations (private, deprecated)

 forum::sc::register_implementations
Deprecated. Invoking this procedure generates a warning.

Register the forum_forum and forum_message content type fts contract DEPRECATED: search is implemented using callbacks now.

See Also:
  • forums-callback-procs.tcl

Testcases:
No testcase defined.

forum::sc::register_message_fts_impl (private, deprecated)

 forum::sc::register_message_fts_impl
Deprecated. Invoking this procedure generates a warning.

DEPRECATED: search is implemented using callbacks now.

See Also:
  • forums-callback-procs.tcl

Testcases:
No testcase defined.

forum::sc::unregister_implementations (private)

 forum::sc::unregister_implementations

This proc is de-facto deprecated, as search is implemented using callbacks now, but we still need it to be there to support upgrades from older versions.

See Also:
  • forums-callback-procs.tcl

Testcases:
No testcase defined.
[ show source ]