Searching
Searching is self-explanatory. We search for some words in an index of documents. Let's see how it's done in more detail.
Last updated
Was this helpful?
Searching is self-explanatory. We search for some words in an index of documents. Let's see how it's done in more detail.
Last updated
Was this helpful?
The easiest way to search is to use the Wuha search interface. This allows you to test the relevance of your search engine without writing any code.
Search for "business plan" and press Enter. You'll see your results directly in the interface.
Of course, you'll probably want to put your search engine in front of your users. To do that, you'll need to use the search API in Wuha.
Searching with the API is simple. Again, don't forget to replace your_index_id
with the ID of the index you've created.
and the equivalent in cURL:
You'll receive a response from the server similar to: