Trait

com.sksamuel.elastic4s

DeleteDsl

Related Doc: package elastic4s

Permalink

trait DeleteDsl extends QueryDsl with IndexesTypesDsl

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DeleteDsl
  2. IndexesTypesDsl
  3. QueryDsl
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class CommonQueryExpectsField extends AnyRef

    Permalink
    Definition Classes
    QueryDsl
  2. class CommonQueryExpectsText extends AnyRef

    Permalink
    Definition Classes
    QueryDsl
  3. class ConstantScoreExpectsQueryOrFilter extends AnyRef

    Permalink
    Definition Classes
    QueryDsl
  4. class DeleteByIdExpectsFrom extends AnyRef

    Permalink
  5. class DeleteByIdExpectsTypes extends AnyRef

    Permalink
  6. class DeleteByQueryExpectsClause extends AnyRef

    Permalink
  7. class DeleteByQueryExpectsType extends AnyRef

    Permalink
  8. class HasChildExpectsQuery extends AnyRef

    Permalink
    Definition Classes
    QueryDsl
  9. class HasChildExpectsType extends AnyRef

    Permalink
    Definition Classes
    QueryDsl
  10. class HasParentExpectsQuery extends AnyRef

    Permalink
    Definition Classes
    QueryDsl
  11. class HasParentExpectsType extends AnyRef

    Permalink
    Definition Classes
    QueryDsl
  12. class IndexesType extends AnyRef

    Permalink
  13. class TopChildrenExpectsQuery extends AnyRef

    Permalink
    Definition Classes
    QueryDsl
  14. class FuzzyLikeThisDefinitionExpectsText extends AnyRef

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) deprecated by elasticsearch

  15. class FuzzyLikeThisExpectsField extends AnyRef

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) deprecated by elasticsearch

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit object DeleteByIdDefinitionExecutable extends Executable[DeleteByIdDefinition, DeleteResponse, DeleteResponse]

    Permalink
  5. def all: MatchAllQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def bool(block: ⇒ BoolQueryDefinition): BoolQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  8. def boostingQuery: BoostingQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def commonQuery: CommonQueryExpectsField

    Permalink
    Definition Classes
    QueryDsl
  11. def commonQuery(field: String): CommonQueryExpectsText

    Permalink
    Definition Classes
    QueryDsl
  12. def constantScoreFilter(f: FilterDefinition): ConstantScoreDefinition

    Permalink
    Definition Classes
    QueryDsl
  13. def constantScoreQuery(q: QueryDefinition): ConstantScoreDefinition

    Permalink
    Definition Classes
    QueryDsl
  14. def dismax: DisMaxDefinition

    Permalink
    Definition Classes
    QueryDsl
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def filteredQuery: FilteredQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def functionScoreQuery(filter: FilterDefinition): FunctionScoreQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  20. def functionScoreQuery(query: QueryDefinition): FunctionScoreQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  21. def fuzzyQuery(name: String, value: Any): FuzzyQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hasChildQuery(type: String): HasChildExpectsQuery

    Permalink
    Definition Classes
    QueryDsl
  24. def hasChildQuery: HasChildExpectsType

    Permalink
    Definition Classes
    QueryDsl
  25. def hasParentQuery(type: String): HasParentExpectsQuery

    Permalink
    Definition Classes
    QueryDsl
  26. def hasParentQuery: HasParentExpectsType

    Permalink
    Definition Classes
    QueryDsl
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def ids(ids: String*): IdQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  29. def ids(iterable: Iterable[String]): IdQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  30. def indicesQuery(indices: String*): AnyRef { def query(query: com.sksamuel.elastic4s.QueryDefinition): com.sksamuel.elastic4s.IndicesQueryDefinition }

    Permalink
    Definition Classes
    QueryDsl
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def matchAllQuery: MatchAllQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  33. def matchPhrasePrefixQuery(field: String, value: Any): MatchPhrasePrefixDefinition

    Permalink
    Definition Classes
    QueryDsl
  34. def matchPhraseQuery(field: String, value: Any): MatchPhraseDefinition

    Permalink
    Definition Classes
    QueryDsl
  35. def matchQuery(field: String, value: Any): MatchQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  36. def matchQuery(tuple: (String, Any)): MatchQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  37. def morelikeThisQuery(fields: String*): MoreLikeThisQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  38. def multiMatchQuery(text: String): MultiMatchQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  39. def must(queries: Iterable[QueryDefinition]): BoolQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  40. def must(queries: QueryDefinition*): BoolQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. def nestedQuery(path: String): NestedQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  43. def not(queries: Iterable[QueryDefinition]): BoolQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  44. def not(queries: QueryDefinition*): BoolQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  45. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. def prefixQuery(field: String, value: Any): PrefixQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  48. def prefixQuery(tuple: (String, Any)): PrefixQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  49. def query(q: String): QueryStringQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  50. def query: QueryDsl

    Permalink
    Definition Classes
    QueryDsl
  51. def queryStringQuery(q: String): QueryStringQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  52. def rangeQuery(field: String): RangeQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  53. def regexQuery(field: String, value: Any): RegexQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  54. def regexQuery(tuple: (String, Any)): RegexQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  55. def should(queries: Iterable[QueryDefinition]): BoolQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  56. def should(queries: QueryDefinition*): BoolQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  57. def simpleStringQuery(q: String): SimpleStringQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  58. def spanFirstQuery: AnyRef { def query(spanQuery: com.sksamuel.elastic4s.SpanQueryDefinition): AnyRef{def end(end: Int): com.sksamuel.elastic4s.SpanFirstQueryDefinition} }

    Permalink
    Definition Classes
    QueryDsl
  59. def spanMultiTermQuery(query: MultiTermQueryDefinition): SpanMultiTermQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  60. def spanNearQuery: SpanNearQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  61. def spanNotQuery: SpanNotQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  62. def spanOrQuery: SpanOrQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  63. def spanTermQuery(field: String, value: Any): SpanTermQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  64. implicit def string2indexestypes(string: String): IndexesTypes

    Permalink
    Definition Classes
    IndexesTypesDsl
  65. implicit def string2indextype(indexes: String*): IndexesType

    Permalink
  66. implicit def string2indextype(index: String): IndexesType

    Permalink
  67. implicit def string2query(string: String): SimpleStringQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  68. def stringQuery(q: String): QueryStringQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  69. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  70. def termQuery(field: String, value: Any): TermQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  71. def termQuery(tuple: (String, Any)): TermQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  72. def termsQuery(field: String, values: AnyRef*): TermsQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  73. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  74. implicit def tuple2indexestypes(tuple: (String, String)): IndexesTypes

    Permalink
    Definition Classes
    IndexesTypesDsl
  75. implicit def tuple2query(kv: (String, String)): TermQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  76. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. def wildcardQuery(field: String, value: Any): WildcardQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
  80. def wildcardQuery(tuple: (String, Any)): WildcardQueryDefinition

    Permalink
    Definition Classes
    QueryDsl

Deprecated Value Members

  1. implicit object DeleteByQueryDefinitionExecutable extends Executable[DeleteByQueryDefinition, DeleteByQueryResponse, DeleteByQueryResponse]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Delete by query will be removed in 2.0. Instead, use the scroll/scan API to find all matching IDs and then issue a bulk delete

  2. def boosting: BoostingQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use boostingQuery

  3. def constantScore: ConstantScoreExpectsQueryOrFilter

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) use constantScoreQuery or constantScoreFilter to be consistent with other query type syntax

  4. def flt(text: String): FuzzyLikeThisExpectsField

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) deprecated by elasticsearch

  5. def flt: FuzzyLikeThisDefinitionExpectsText

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) deprecated by elasticsearch

  6. def fuzzy(name: String, value: Any): FuzzyQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use fuzzyQuery

  7. def fuzzylikethis(text: String): FuzzyLikeThisExpectsField

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) deprecated by elasticsearch

  8. def fuzzylikethis: FuzzyLikeThisDefinitionExpectsText

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) deprecated by elasticsearch

  9. def matchPhrase(field: String, value: Any): MatchPhraseDefinition

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) use matchPhraseQuery

  10. def matchPhrasePrefix(field: String, value: Any): MatchPhrasePrefixDefinition

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) use matchPhrasePrefixQuery

  11. def matchall: MatchAllQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) use matchAllQuery

  12. def matches(field: String, value: Any): MatchQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) use matchQuery

  13. def matches(tuple: (String, Any)): MatchQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) use matchQuery

  14. def nested(path: String): NestedQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use nestedQuery

  15. def prefix(field: String, value: Any): PrefixQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use prefixQuery

  16. def prefix(tuple: (String, Any)): PrefixQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use prefixQuery

  17. def range(field: String): RangeQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use rangeQuery

  18. def regex(field: String, value: Any): RegexQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use regexQuery

  19. def regex(tuple: (String, Any)): RegexQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use regexQuery

  20. def term(field: String, value: Any): TermQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use termQuery

  21. def term(tuple: (String, Any)): TermQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use termQuery

  22. def topChildren(type: String): TopChildrenExpectsQuery

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) deprecated by elasticsearch

  23. def wildcard(field: String, value: Any): WildcardQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use wildcardQuery

  24. def wildcard(tuple: (String, Any)): WildcardQueryDefinition

    Permalink
    Definition Classes
    QueryDsl
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use wildcardQuery

Inherited from IndexesTypesDsl

Inherited from QueryDsl

Inherited from AnyRef

Inherited from Any

Ungrouped