sealed trait WildcardQuery[S] extends ElasticQuery[S] with HasBoost[WildcardQuery[S]] with HasCaseInsensitive[WildcardQuery[S]]
- Alphabetic
- By Inheritance
- WildcardQuery
- HasCaseInsensitive
- HasBoost
- ElasticQuery
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
boost(value: Double): WildcardQuery[S]
Sets the
boostparameter for this zio.elasticsearch.query.ElasticQuery.Sets the
boostparameter for this zio.elasticsearch.query.ElasticQuery. Theboostvalue is a positive multiplier applied to the score of documents matching the query. A value greater than 1 increases the relevance score of matching documents, while a value less than 1 decreases it. The defaultboostvalue is 1.- value
a non-negative real number to set
boostparameter to- returns
a new instance of the zio.elasticsearch.query.ElasticQuery with the
boostvalue set.
- Definition Classes
- HasBoost
-
abstract
def
caseInsensitive(value: Boolean): WildcardQuery[S]
Sets the
caseInsensitiveparameter for the zio.elasticsearch.query.ElasticQuery.Sets the
caseInsensitiveparameter for the zio.elasticsearch.query.ElasticQuery. Case-insensitive queries match text regardless of the case of the characters in the query string. By default, queries are case-sensitive.- value
the scala.Boolean value for
caseInsensitiveparameter- returns
a new instance of the zio.elasticsearch.query.ElasticQuery with the
caseInsensitivevalue set.
- Definition Classes
- HasCaseInsensitive
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
caseInsensitiveFalse: WildcardQuery[S]
Sets the
caseInsensitiveparameter tofalsefor this zio.elasticsearch.query.ElasticQuery.Sets the
caseInsensitiveparameter tofalsefor this zio.elasticsearch.query.ElasticQuery. Same as caseInsensitive(false).- returns
a new instance of the zio.elasticsearch.query.ElasticQuery with the
caseInsensitivevalue set tofalse.
- Definition Classes
- HasCaseInsensitive
- See also
#caseInsensitive
-
final
def
caseInsensitiveTrue: WildcardQuery[S]
Sets the
caseInsensitiveparameter totruefor this zio.elasticsearch.query.ElasticQuery.Sets the
caseInsensitiveparameter totruefor this zio.elasticsearch.query.ElasticQuery. Same as caseInsensitive(true).- returns
a new instance of the zio.elasticsearch.query.ElasticQuery with the
caseInsensitivevalue set totrue.
- Definition Classes
- HasCaseInsensitive
- See also
#caseInsensitive
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )