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
sealed trait BoostingQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
sealed trait ConstantScoreQuery[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
sealed trait DisjunctionMaxQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
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 Centimetersobject Feetobject Inchesobject Kilometersobject Metersobject Milesobject Millimetersobject NauticalMilesobject YardsShow 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 BoostingQuery[S]trait ConstantScoreQuery[S]trait DisjunctionMaxQuery[S]trait ExistsQuery[S]trait FunctionScoreQuery[S]trait FuzzyQuery[S]trait GeoDistanceQuery[S]trait GeoPolygonQuery[S]trait HasChildQuery[S]trait HasParentQuery[S]trait IdsQuery[S]trait MatchAllQuerytrait MatchBooleanPrefixQuery[S]trait MatchPhrasePrefixQuery[S]trait MatchPhraseQuery[S]trait MatchQuery[S]trait MultiMatchQuery[S]trait NestedQuery[S]trait PrefixQuery[S]trait RegexpQuery[S]trait ScriptQuerytrait TermQuery[S]trait TermsQuery[S]trait TermsSetQuery[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 FuzzyQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
sealed trait GeoDistanceQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
sealed trait GeoPolygonQuery[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
- Self type
-
KNNQuery[S]
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
sealed trait MatchAllQuery extends ElasticQuery[Any]
Attributes
- Supertypes
sealed trait MatchBooleanPrefixQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
sealed trait MatchPhrasePrefixQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
sealed trait MatchPhraseQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
sealed trait MatchQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
sealed trait MultiMatchQuery[S] extends ElasticQuery[S]
Attributes
- Supertypes
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object BestFieldsobject BoolPrefixobject CrossFieldsobject MostFieldsobject Phraseobject PhrasePrefixShow all
object MultiMatchType
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MultiMatchType.type
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
sealed trait RegexpQuery[S] 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
sealed trait TermsSetQuery[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