Packages

case class VectorQuery extends Product with Serializable

Represents a vector query.

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VectorQuery
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def boost(boost: Double): VectorQuery

    Can be used to control how much weight to give the results of this query vs other queries.

    Can be used to control how much weight to give the results of this query vs other queries.

    See the FTS documentation for details.

    returns

    a copy of this, for chaining.

  2. def numCandidates(numCandidates: Int): VectorQuery

    This is the number of results that will be returned from this vector query.

    This is the number of results that will be returned from this vector query.

    returns

    a copy of this, for chaining.

  3. def productElementNames: Iterator[String]
    Definition Classes
    Product