zio.elasticsearch.query
package zio.elasticsearch.query
Members list
Packages
package zio.elasticsearch.query.sort
Type members
Classlikes
sealed trait BoolQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
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]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FunctionScoreFunction[S]class Objecttrait Matchableclass AnyShow all
- Self type
object DecayFunctionType
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DecayFunctionType.type
object DistanceType
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DistanceType.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object Centimeters.typeobject Feet.typeobject Inches.typeobject Kilometers.typeobject Meters.typeobject Miles.typeobject Millimeters.typeobject NauticalMiles.typeobject Yards.typeShow all
object DistanceUnit
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DistanceUnit.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait BoolQuery[S]trait ExistsQuery[S]trait FunctionScoreQuery[S]trait GeoDistanceQuery[S]trait HasChildQuery[S]trait HasParentQuery[S]trait IdsQuery[S]trait MatchAllQuerytrait MatchPhraseQuery[S]trait MatchQuery[S]trait NestedQuery[S]trait PrefixQuery[S]trait ScriptQuerytrait TermQuery[S]trait TermsQuery[S]trait WildcardQuery[S]Show all
- Self type
-
ElasticQuery[S]
sealed trait ExistsQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
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]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FunctionScoreFunction[S]class Objecttrait Matchableclass AnyShow all
- Self type
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
object FunctionScoreBoostMode
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DecayFunction[S]class FieldValueFactor[S]
object FunctionScoreFunction
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed trait FunctionScoreQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
object FunctionScoreScoreMode
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
sealed trait GeoDistanceQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
sealed trait HasChildQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
sealed trait HasParentQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
sealed trait IdsQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
object InnerHits
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
sealed trait MatchAllQuery extends ElasticQuery[Any]
Attributes
- Supertypes
sealed trait MatchPhraseQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
sealed trait MatchQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
object MultiValueMode
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MultiValueMode.type
sealed trait NestedQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
sealed trait PrefixQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
sealed trait RangeQuery[S, A, LB <: LowerBound, UB <: UpperBound] extends ElasticQuery[S]
Attributes
- Supertypes
object ScoreMode
sealed trait ScriptQuery extends ElasticQuery[Any]
Attributes
- Supertypes
object SeedAndField
Attributes
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SeedAndField.type
sealed trait TermQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
sealed trait TermsQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object ValidationMethod
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ValidationMethod.type
sealed trait WildcardQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
Types
In this article