package query

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

Type Members

  1. sealed trait BoolQuery[S] extends ElasticQuery[S] with HasBoost[BoolQuery[S]] with HasMinimumShouldMatch[BoolQuery[S]]
  2. final case class DecayFunction[S](field: String, decayFunctionType: DecayFunctionType, origin: String, scale: String, decay: Option[Double], filter: Option[ElasticQuery[S]], multiValueMode: Option[MultiValueMode], offset: Option[String], weight: Option[Double]) extends FunctionScoreFunction[S] with Product with Serializable
  3. sealed trait DecayFunctionType extends AnyRef
  4. final case class Distance(distanceValue: Double, distanceUnit: DistanceUnit) extends Product with Serializable
  5. sealed trait DistanceType extends AnyRef
  6. sealed trait DistanceUnit extends AnyRef
  7. sealed trait ElasticQuery[-S] extends AnyRef
  8. sealed trait ExistsQuery[S] extends ElasticQuery[S] with HasBoost[ExistsQuery[S]]
  9. final case class FieldValueFactor[S](field: String, factor: Option[Double], filter: Option[ElasticQuery[S]], modifier: Option[FieldValueFactorFunctionModifier], missing: Option[Double], weight: Option[Double]) extends FunctionScoreFunction[S] with Product with Serializable
  10. sealed trait FieldValueFactorFunctionModifier extends AnyRef
  11. sealed trait FunctionScoreBoostMode extends AnyRef
  12. sealed trait FunctionScoreFunction[-S] extends AnyRef
  13. sealed trait FunctionScoreQuery[S] extends ElasticQuery[S] with HasBoost[FunctionScoreQuery[S]]
  14. sealed trait FunctionScoreScoreMode extends AnyRef
  15. sealed trait GeoDistanceQuery[S] extends ElasticQuery[S]
  16. type GeoHash = query.GeoHash.Type
  17. sealed trait HasChildQuery[S] extends ElasticQuery[S] with HasIgnoreUnmapped[HasChildQuery[S]] with HasInnerHits[HasChildQuery[S]] with HasScoreMode[HasChildQuery[S]]
  18. sealed trait HasParentQuery[S] extends ElasticQuery[S] with HasBoost[HasParentQuery[S]] with HasIgnoreUnmapped[HasParentQuery[S]] with HasInnerHits[HasParentQuery[S]]
  19. sealed trait IdsQuery[S] extends ElasticQuery[S]
  20. final case class InnerHits extends Product with Serializable
  21. sealed trait LowerBound extends AnyRef
  22. sealed trait MatchAllQuery extends ElasticQuery[Any] with HasBoost[MatchAllQuery]
  23. sealed trait MatchPhraseQuery[S] extends ElasticQuery[S] with HasBoost[MatchPhraseQuery[S]]
  24. sealed trait MatchQuery[S] extends ElasticQuery[S]
  25. sealed trait MultiValueMode extends AnyRef
  26. sealed trait NestedQuery[S] extends ElasticQuery[S] with HasIgnoreUnmapped[NestedQuery[S]] with HasInnerHits[NestedQuery[S]] with HasScoreMode[NestedQuery[S]]
  27. sealed trait PrefixQuery[S] extends ElasticQuery[S] with HasCaseInsensitive[PrefixQuery[S]]
  28. sealed trait RangeQuery[S, A, LB <: LowerBound, UB <: UpperBound] extends ElasticQuery[S] with HasBoost[RangeQuery[S, A, LB, UB]] with HasFormat[RangeQuery[S, A, LB, UB]]
  29. sealed trait ScoreMode extends AnyRef
  30. sealed trait ScriptQuery extends ElasticQuery[Any] with HasBoost[ScriptQuery]
  31. sealed trait TermQuery[S] extends ElasticQuery[S] with HasBoost[TermQuery[S]] with HasCaseInsensitive[TermQuery[S]]
  32. sealed trait TermsQuery[S] extends ElasticQuery[S] with HasBoost[TermsQuery[S]]
  33. sealed trait UpperBound extends AnyRef
  34. sealed trait ValidationMethod extends AnyRef
  35. sealed trait WildcardQuery[S] extends ElasticQuery[S] with HasBoost[WildcardQuery[S]] with HasCaseInsensitive[WildcardQuery[S]]

Inherited from AnyRef

Inherited from Any

Ungrouped