zio.elasticsearch.query

Members list

Packages

Type members

Classlikes

sealed trait BoolQuery[S] extends ElasticQuery[S]

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
sealed trait DecayFunctionType

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Exp.type
object Gauss.type
object Linear.type

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Distance(distanceValue: Double, distanceUnit: DistanceUnit)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait DistanceType

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Arc.type
object Plane.type
object DistanceType

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait DistanceUnit

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Centimeters.type
object Feet.type
object Inches.type
object Kilometers.type
object Meters.type
object Miles.type
object Millimeters.type
object NauticalMiles.type
object Yards.type
Show all
object DistanceUnit

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ElasticQuery[-S]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait BoolQuery[S]
trait ExistsQuery[S]
trait GeoDistanceQuery[S]
trait HasChildQuery[S]
trait HasParentQuery[S]
trait IdsQuery[S]
trait MatchPhraseQuery[S]
trait MatchQuery[S]
trait NestedQuery[S]
trait PrefixQuery[S]
trait RangeQuery[S, A, LB, UB]
trait ScriptQuery
trait TermQuery[S]
trait TermsQuery[S]
trait WildcardQuery[S]
Show all
Self type
sealed trait ExistsQuery[S] extends ElasticQuery[S]

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Ln.type
object Ln1p.type
object Ln2p.type
object Log.type
object Log1p.type
object Log2p.type
object None.type
object Reciprocal.type
object Sqrt.type
object Square.type
Show all

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait FunctionScoreBoostMode

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Avg.type
object Max.type
object Min.type
object Multiply.type
object Replace.type

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait FunctionScoreFunction[-S]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class DecayFunction[S]
class FieldValueFactor[S]

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait FunctionScoreQuery[S] extends ElasticQuery[S]

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
sealed trait FunctionScoreScoreMode

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Sum.type
object Avg.type
object First.type
object Max.type
object Min.type
object Multiply.type
object None.type
object Sum.type
Show all

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait GeoDistanceQuery[S] extends ElasticQuery[S]

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
object GeoHash extends Newtype[String]

Attributes

Supertypes
class Newtype[String]
class NewtypeCustom[String]
class Object
trait Matchable
class Any
Self type
GeoHash.type
sealed trait HasChildQuery[S] extends ElasticQuery[S]

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
sealed trait HasParentQuery[S] extends ElasticQuery[S]

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
sealed trait IdsQuery[S] extends ElasticQuery[S]

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
final case class InnerHits

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
object InnerHits

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
InnerHits.type
sealed trait LowerBound

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait MatchAllQuery extends ElasticQuery[Any]

Attributes

Supertypes
trait ElasticQuery[Any]
class Object
trait Matchable
class Any
sealed trait MatchPhraseQuery[S] extends ElasticQuery[S]

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
sealed trait MatchQuery[S] extends ElasticQuery[S]

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
sealed trait MultiValueMode

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Avg.type
object Max.type
object Median.type
object Min.type
object Sum.type

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait NestedQuery[S] extends ElasticQuery[S]

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
sealed trait PrefixQuery[S] extends ElasticQuery[S]

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
sealed trait RangeQuery[S, A, LB <: LowerBound, UB <: UpperBound] extends ElasticQuery[S]

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
sealed trait ScoreMode

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Avg.type
object Max.type
object Min.type
object None.type
object Sum.type
object ScoreMode

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ScoreMode.type
sealed trait ScriptQuery extends ElasticQuery[Any]

Attributes

Supertypes
trait ElasticQuery[Any]
class Object
trait Matchable
class Any
object SeedAndField

Attributes

Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait TermQuery[S] extends ElasticQuery[S]

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
sealed trait TermsQuery[S] extends ElasticQuery[S]

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
sealed trait UpperBound

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait ValidationMethod

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Coerce.type
object IgnoreMalformed.type
object Strict.type

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait WildcardQuery[S] extends ElasticQuery[S]

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any

Types

type GeoHash = Type