Packages

object VectorQueryCombination

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

Value Members

  1. case object And extends VectorQueryCombination with Product with Serializable

    All vector queries must match a document for it to included.

  2. case object Or extends VectorQueryCombination with Product with Serializable

    Any vector query may match a document for it to included.