<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Aukyla PHP Framework</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="StyleSheet" href="auton.css" type="text/css" media="screen">
</head>
<body>
<div id="mainmenu">
<a href="http://www.auton.nl/" class="home">Home</a>
</div>
<div id="submenu">
<a class="logo" href="http://www.auton.nl/"></a>
<div class="head">Ads</div>
<a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=116358&type=1" alt="SourceForge.net Logo" style="padding: 2px 4px; width: 88px; height: 31px; border: 0px"></a>
<a href="http://getfirefox.com/" title="Get Firefox - The Browser, Reloaded."><img src="http://www.mozilla.org/products/firefox/buttons/getfirefox_small.png" alt="Get Firefox" style="width: 110px; height: 32px; border: 0px"></a>
</div>
<div id="main">
<!-- Generated by Doxygen 1.3.9.1 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="pages.html">Related Pages</a></div>
<h1>SearchInterface Interface Reference</h1><a href="a00064.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
Interface for applications using the Aukyla General <a class="el" href="a00145.html">Search</a> System.
<p>
You should implement this simple interface if your application wants to collaborate in the Aukyla General <a class="el" href="a00145.html">Search</a> System.<p>
Besides implementing this interface, your application should report its documents using the <a class="el" href="a00100.html#e4">Document::index()</a> function to keep the database up-to-date.<p>
<dl compact><dt><b>Since:</b></dt><dd>Aukyla 1.1</dd></dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="a00145.html">Search</a>, <a class="el" href="a00100.html#e4">Document::index()</a> </dd></dl>
<p>
<p>
Definition at line <a class="el" href="a00233.html#l00038">38</a> of file <a class="el" href="a00233.html">SearchInterface.php</a>.<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00147.html#a0">name</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00147.html#a1">indexAll</a> ()</td></tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="a1" doxytag="SearchInterface::indexAll"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">SearchInterface::indexAll </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Index and report all documents the application contains.<p>
You should call Search::indexDocument() for reporting your documents. </td>
</tr>
</table>
<a class="anchor" name="a0" doxytag="SearchInterface::name"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">SearchInterface::name </td>
<td class="md" valign="top">( </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Returns the full display name of the interface.<p>
<dl compact><dt><b>Returns:</b></dt><dd>The name of the interface.</dd></dl>
</td>
</tr>
</table>
<hr>The documentation for this interface was generated from the following file:<ul>
<li><a class="el" href="a00233.html">SearchInterface.php</a></ul>
</div>
</body>
</html>