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
sealed trait BoostingQuery[S] extends ElasticQuery[S]

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
sealed trait ConstantScoreQuery[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
object Gauss
object Linear

Attributes

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

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
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
object Plane
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
object Feet
object Inches
object Kilometers
object Meters
object Miles
object Millimeters
object NauticalMiles
object Yards
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 BoostingQuery[S]
trait ExistsQuery[S]
trait FuzzyQuery[S]
trait GeoDistanceQuery[S]
trait GeoPolygonQuery[S]
trait HasChildQuery[S]
trait HasParentQuery[S]
trait IdsQuery[S]
trait MatchPhraseQuery[S]
trait MatchQuery[S]
trait MultiMatchQuery[S]
trait NestedQuery[S]
trait PrefixQuery[S]
trait RangeQuery[S, A, LB, UB]
trait RegexpQuery[S]
trait ScriptQuery
trait TermQuery[S]
trait TermsQuery[S]
trait TermsSetQuery[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
object Ln1p
object Ln2p
object Log
object Log1p
object Log2p
object None
object Reciprocal
object Sqrt
object Square
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
object Max
object Min
object Multiply
object Replace

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
object Avg
object First
object Max
object Min
object Multiply
object None
object Sum
Show all

Attributes

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

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
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 GeoPolygonQuery[S] extends ElasticQuery[S]

Attributes

Supertypes
trait ElasticQuery[S]
class Object
trait Matchable
class Any
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 KNNQuery[-S]

Attributes

Supertypes
class Object
trait Matchable
class Any
Self 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 MatchBooleanPrefixQuery[S] extends ElasticQuery[S]

Attributes

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

Attributes

Supertypes
trait ElasticQuery[S]
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 MultiMatchQuery[S] extends ElasticQuery[S]

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BestFields
object BoolPrefix
object CrossFields
object MostFields
object Phrase
object PhrasePrefix
Show all

Attributes

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

Attributes

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

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 RegexpQuery[S] 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
object Max
object Min
object None
object Sum
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 TermsSetQuery[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
object Strict

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