# Functions
New returns a new E3dbSearchIndexerClient for authenticated communication with a Search Indexer service at the specified endpoint.
# Constants
No description provided by the author
# Variables
HTTP PATH prefix for calls to the Search Indexer service.
# Structs
BatchIndexRecordRequest wraps a request to the Indexer's /index/batch endpoint.
E3dbSearchIndexerClient implements an http client for communication with an e3db Search Indexer service.
IndexRecordRequest wraps a request to the Indexer's /index endpoint.
# Type aliases
BatchIndexRecordResponse represents a response to a request to the Indexer's /index/batch endpoint.
IndexRecordResponse represents a response to a request to the Indexer's /index endpoint.