File/search-lucene-defs.php

Description
Classes
Class Description
 class searchengine_connection The SearchEngine connection class
 class searchengine_msg The SearchEngine msg class. This is a raw class which holds the basic message fields and data and knows how to build them into a full message for sending to the SearchEngine server.
 class searchengine_message The SearchEngine message class. This class extends its parent class searchengine_msg and adds some higher level methods for adding groups of fields to the message.
 class searchengine_querymsg The SearchEngine query message class. This class inherits all the functionality of the searchengine_connection, searchengine_msg and searchengine_message classes. It adds query-specific methods for searching.
 class searchengine_indexmsg The SearchEngine index message class. This class inherits all the functionality of the searchengine_connection, searchengine_msg and searchengine_message classes. It adds indexing-specific methods.
 class searchengine_unindexmsg The SearchEngine unindex message class. This class allows you to remove an item from the SearchEngine index. You must know the unique ID that identifies the document.
 class searchengine_purgemsg The SearchEngine purge message class. This class allows you to remove all
 class searchengine_utilitymsg The SearchEngine utility message class. Used for special SearchEngine operations.
Includes
 include_once ("search-defs.php") (line 38)

Generic search classes

 include_once ("timer-defs.php") (line 40)

Stopwatch microtimer

 include_once ("xml-defs.php") (line 42)

XML classes

Documentation generated by phpDocumentor 1.3.0RC3