Search
Search via Typesense
Run full-text search across your ledger data with the Java SDK.
POST
Search via Typesense
Use
blnk.search().search for this operation.
1
Call the method
2
Use the search results
Read
response.data().get("hits") for matching documents. Each hit includes a document and optional highlights and text_match score.3
Response
201 Created
Related docs
How search works
Query syntax, indexing, and use cases.
Search via Typesense
HTTP request and response schema.