Packages

o

org.mongodb.scala.model.search

VectorSearchOptions

object VectorSearchOptions

Represents optional fields of the $vectorSearch pipeline stage of an aggregation pipeline.

Annotations
@Beta()
Since

4.11

Note

Requires MongoDB 6.0.10 or greater

See also

$vectorSearch

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VectorSearchOptions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def vectorSearchOptions(): VectorSearchOptions

    Returns VectorSearchOptions that represents server defaults.

    Returns VectorSearchOptions that represents server defaults.

    returns

    VectorSearchOptions that represents server defaults.