We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce86b0 commit 7a09aecCopy full SHA for 7a09aec
search/wit/golem-search.wit
@@ -125,11 +125,11 @@ interface core {
125
delete: func(index: index-name, id: document-id) -> result<_, search-error>;
126
delete-many: func(index: index-name, ids: list<document-id>) -> result<_, search-error>;
127
get: func(index: index-name, id: document-id) -> result<option<doc>, search-error>;
128
-
+
129
resource search-stream {
130
get-next: func() -> option<list<search-hit>>;
131
blocking-get-next: func() -> list<search-hit>;
132
- }
+ }
133
134
// Query
135
search: func(index: index-name, query: search-query) -> result<search-results, search-error>;
0 commit comments