package client
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- client
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait ElastiknnClient[F[_]] extends AutoCloseable
- type ElastiknnFutureClient = ElastiknnClient[Future]
-
trait
ElastiknnRequests extends AnyRef
Methods for creating Elastic4s requests for common elastiknn tasks.
Methods for creating Elastic4s requests for common elastiknn tasks. Methods are optimized for documents containing only a vector and running searches as quickly as possible. For example, we store the ID as a doc value instead of using the default stored ID which is slower to access. I am open to creating less-optimized, more-convenient methods in the future.
Value Members
- object Elastic4sCompatibility
- object ElastiknnClient
- object ElastiknnRequests extends ElastiknnRequests