forked from jillesvangurp/es-kotlin-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
align APIs for async and sync versions of search results
- Loading branch information
1 parent
20f70cf
commit c520d0c
Showing
16 changed files
with
93 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
.../es-kotlin-wrapper-client/io.inbot.eskotlinwrapper/-async-search-results/mapped-hits.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>AsyncSearchResults.mappedHits - es-kotlin-wrapper-client</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">es-kotlin-wrapper-client</a> / <a href="../index.html">io.inbot.eskotlinwrapper</a> / <a href="index.html">AsyncSearchResults</a> / <a href="./mapped-hits.html">mappedHits</a><br/> | ||
<br/> | ||
<h1>mappedHits</h1> | ||
<a name="io.inbot.eskotlinwrapper.AsyncSearchResults$mappedHits"></a> | ||
<code><span class="keyword">val </span><span class="identifier">mappedHits</span><span class="symbol">: </span><span class="identifier">Flow</span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span></code> | ||
<p>A <code>Flow</code> of <code>T</code>. Use this if you don't need the underlying <code>SearchHit</code>.</p> | ||
</BODY> | ||
</HTML> |
14 changes: 0 additions & 14 deletions
14
docs/es-kotlin-wrapper-client/io.inbot.eskotlinwrapper/-async-search-results/raw-hits.html
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
.../es-kotlin-wrapper-client/io.inbot.eskotlinwrapper/-async-search-results/search-hits.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<HTML> | ||
<HEAD> | ||
<meta charset="UTF-8"> | ||
<title>AsyncSearchResults.searchHits - es-kotlin-wrapper-client</title> | ||
<link rel="stylesheet" href="../../../style.css"> | ||
</HEAD> | ||
<BODY> | ||
<a href="../../index.html">es-kotlin-wrapper-client</a> / <a href="../index.html">io.inbot.eskotlinwrapper</a> / <a href="index.html">AsyncSearchResults</a> / <a href="./search-hits.html">searchHits</a><br/> | ||
<br/> | ||
<h1>searchHits</h1> | ||
<a name="io.inbot.eskotlinwrapper.AsyncSearchResults$searchHits"></a> | ||
<code><span class="keyword">val </span><span class="identifier">searchHits</span><span class="symbol">: </span><span class="identifier">Flow</span><span class="symbol"><</span><span class="identifier">SearchHit</span><span class="symbol">></span></code> | ||
<p>Returns just the <code>SearchHit</code>s as a <code>Flow</code>. This does not attempt to deserialize anything.</p> | ||
</BODY> | ||
</HTML> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.