Skip to content

Commit

Permalink
deploy: 479f067
Browse files Browse the repository at this point in the history
  • Loading branch information
donhardman committed Dec 10, 2024
1 parent ee2dd6f commit 2b11af0
Show file tree
Hide file tree
Showing 15 changed files with 847 additions and 803 deletions.
188 changes: 12 additions & 176 deletions Manticoresearch/Buddy/Core/ManticoreSearch/Client.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,16 +227,6 @@ <h2>Methods</h2>

<p><p>Set server URL of Manticore searchd to send requests to</p></p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
string
</div>
<div class="col-md-8">
<a href="#method_getServerUrl">getServerUrl</a>()

<p><p>Get current server url</p></p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
Expand All @@ -247,26 +237,6 @@ <h2>Methods</h2>

<p><p>Send the request where request represents the SQL query to be send</p></p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
array
</div>
<div class="col-md-8">
<a href="#method_sendMultiRequest">sendMultiRequest</a>(array $requests)

<p><p>Send multiple requests with async and get all responses in single run</p></p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
<a href="../../../../Manticoresearch/Buddy/Core/ManticoreSearch/Response.html"><abbr title="Manticoresearch\Buddy\Core\ManticoreSearch\Response">Response</abbr></a>
</div>
<div class="col-md-8">
<a href="#method_sendRequestToUrl">sendRequestToUrl</a>(string $url, string $request, string|null $path = null, bool $disableAgentHeader = false)

<p><p>Helper function that let us to send request to the specified url and setit back to original</p></p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
Expand Down Expand Up @@ -369,7 +339,7 @@ <h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method___construct">
<div class="location">at line 62</div>
<div class="location">at line 61</div>
<code> void
<strong>__construct</strong>(string|null $url = null)
</code>
Expand Down Expand Up @@ -412,7 +382,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_setServerUrl">
<div class="location">at line 83</div>
<div class="location">at line 82</div>
<code> <a href="../../../../Manticoresearch/Buddy/Core/ManticoreSearch/Client.html"><abbr title="Manticoresearch\Buddy\Core\ManticoreSearch\Client">Client</abbr></a>
<strong>setServerUrl</strong>(string $url)
</code>
Expand Down Expand Up @@ -449,46 +419,13 @@ <h4>Return Value</h4>



</div>
</div>

</div>
<div class="method-item">
<h3 id="method_getServerUrl">
<div class="location">at line 96</div>
<code> string
<strong>getServerUrl</strong>()
</code>
</h3>
<div class="details">




<div class="method-description">
<p><p>Get current server url</p></p>
</div>
<div class="tags">

<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td>string</td>
<td></td>
</tr>
</table>




</div>
</div>

</div>
<div class="method-item">
<h3 id="method_sendRequest">
<div class="location">at line 107</div>
<div class="location">at line 98</div>
<code> <a href="../../../../Manticoresearch/Buddy/Core/ManticoreSearch/Response.html"><abbr title="Manticoresearch\Buddy\Core\ManticoreSearch\Response">Response</abbr></a>
<strong>sendRequest</strong>(string $request, string|null $path = null, bool $disableAgentHeader = false)
</code>
Expand Down Expand Up @@ -535,114 +472,13 @@ <h4>Return Value</h4>



</div>
</div>

</div>
<div class="method-item">
<h3 id="method_sendMultiRequest">
<div class="location">at line 163</div>
<code> array
<strong>sendMultiRequest</strong>(array $requests)
</code>
</h3>
<div class="details">




<div class="method-description">
<p><p>Send multiple requests with async and get all responses in single run</p></p>
</div>
<div class="tags">
<h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>array</td>
<td>$requests</td>
<td></td>
</tr>
</table>


<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td>array</td>
<td></td>
</tr>
</table>




</div>
</div>

</div>
<div class="method-item">
<h3 id="method_sendRequestToUrl">
<div class="location">at line 196</div>
<code> <a href="../../../../Manticoresearch/Buddy/Core/ManticoreSearch/Response.html"><abbr title="Manticoresearch\Buddy\Core\ManticoreSearch\Response">Response</abbr></a>
<strong>sendRequestToUrl</strong>(string $url, string $request, string|null $path = null, bool $disableAgentHeader = false)
</code>
</h3>
<div class="details">




<div class="method-description">
<p><p>Helper function that let us to send request to the specified url and setit back to original</p></p>
</div>
<div class="tags">
<h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>string</td>
<td>$url</td>
<td></td>
</tr>
<tr>
<td>string</td>
<td>$request</td>
<td></td>
</tr>
<tr>
<td>string|null</td>
<td>$path</td>
<td></td>
</tr>
<tr>
<td>bool</td>
<td>$disableAgentHeader</td>
<td></td>
</tr>
</table>


<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td><a href="../../../../Manticoresearch/Buddy/Core/ManticoreSearch/Response.html"><abbr title="Manticoresearch\Buddy\Core\ManticoreSearch\Response">Response</abbr></a></td>
<td></td>
</tr>
</table>




</div>
</div>

</div>
<div class="method-item">
<h3 id="method_setForceSync">
<div class="location">at line 218</div>
<div class="location">at line 154</div>
<code> <a href="../../../../Manticoresearch/Buddy/Core/ManticoreSearch/Client.html"><abbr title="Manticoresearch\Buddy\Core\ManticoreSearch\Client">Client</abbr></a>
<strong>setForceSync</strong>(bool $value = true)
</code>
Expand Down Expand Up @@ -685,7 +521,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_runAsyncRequest">
<div class="location">at line 230</div>
<div class="location">at line 166</div>
<code> protected string
<strong>runAsyncRequest</strong>(string $path, string $request, array $headers)
</code>
Expand Down Expand Up @@ -738,7 +574,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_runSyncRequest">
<div class="location">at line 262</div>
<div class="location">at line 196</div>
<code> protected string
<strong>runSyncRequest</strong>(string $path, string $request, array $headers)
</code>
Expand Down Expand Up @@ -791,7 +627,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getAllTables">
<div class="location">at line 316</div>
<div class="location">at line 250</div>
<code> <a target="_blank" rel="noopener" href="https://www.php.net/Generator">Generator</a>
<strong>getAllTables</strong>(array $types = [])
</code>
Expand Down Expand Up @@ -848,7 +684,7 @@ <h4>Exceptions</h4>
</div>
<div class="method-item">
<h3 id="method_validateTables">
<div class="location">at line 340</div>
<div class="location">at line 274</div>
<code> array
<strong>validateTables</strong>(array $tables = [], array $types = [])
</code>
Expand Down Expand Up @@ -914,7 +750,7 @@ <h4>Exceptions</h4>
</div>
<div class="method-item">
<h3 id="method_hasTable">
<div class="location">at line 370</div>
<div class="location">at line 304</div>
<code> bool
<strong>hasTable</strong>(string $table)
</code>
Expand Down Expand Up @@ -958,7 +794,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getSettings">
<div class="location">at line 380</div>
<div class="location">at line 314</div>
<code> <a href="../../../../Manticoresearch/Buddy/Core/ManticoreSearch/Settings.html"><abbr title="Manticoresearch\Buddy\Core\ManticoreSearch\Settings">Settings</abbr></a>
<strong>getSettings</strong>()
</code>
Expand Down Expand Up @@ -991,7 +827,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_fetchSettings">
<div class="location">at line 391</div>
<div class="location">at line 325</div>
<code> protected <a href="../../../../Manticoresearch/Buddy/Core/ManticoreSearch/Settings.html"><abbr title="Manticoresearch\Buddy\Core\ManticoreSearch\Settings">Settings</abbr></a>
<strong>fetchSettings</strong>()
</code>
Expand Down Expand Up @@ -1024,7 +860,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_fetchFuzzyVariations">
<div class="location">at line 450</div>
<div class="location">at line 384</div>
<code> array
<strong>fetchFuzzyVariations</strong>(string $query, string $table, bool $preserve = false, int $distance = 2, int $limit = 3)
</code>
Expand Down
Loading

0 comments on commit 2b11af0

Please sign in to comment.