Searchable is the abstract network protocol for searching.
Implementations provide search over a single index, over multiple
indices, and over indices on remote servers.
Queries, filters and sort criteria are designed to be compact so that
they may be efficiently passed to a remote index, with only the top-scoring
hits being returned, rather than every non-zero scoring hit.
Searchable is the abstract network protocol for searching. Implementations provide search over a single index, over multiple indices, and over indices on remote servers.
Queries, filters and sort criteria are designed to be compact so that they may be efficiently passed to a remote index, with only the top-scoring hits being returned, rather than every non-zero scoring hit.