com.sksamuel.elastic4s

QueryDsl

trait QueryDsl extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. QueryDsl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CommonQueryExpectsField extends AnyRef

  2. class CommonQueryExpectsText extends AnyRef

  3. class ConstantScoreExpectsQueryOrFilter extends AnyRef

  4. class FuzzyLikeThisDefinitionExpectsText extends AnyRef

  5. class FuzzyLikeThisExpectsField extends AnyRef

  6. class HasChildExpectsQuery extends AnyRef

  7. class HasChildExpectsType extends AnyRef

  8. class HasParentExpectsQuery extends AnyRef

  9. class HasParentExpectsType extends AnyRef

  10. class TopChildrenExpectsQuery extends AnyRef

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def all: MatchAllQueryDefinition

  7. final def asInstanceOf[T0]: T0

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

  9. def boostingQuery: BoostingQueryDefinition

  10. def clone(): AnyRef

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

  12. def commonQuery(field: String): CommonQueryExpectsText

  13. def constantScore: ConstantScoreExpectsQueryOrFilter

  14. def dismax: DisMaxDefinition

  15. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  17. def filteredQuery: FilteredQueryDefinition

  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def flt(text: String): FuzzyLikeThisExpectsField

  20. def flt: FuzzyLikeThisDefinitionExpectsText

  21. def functionScoreQuery(filter: FilterDefinition): FunctionScoreQueryDefinition

  22. def functionScoreQuery(query: QueryDefinition): FunctionScoreQueryDefinition

  23. def fuzzyQuery(name: String, value: Any): FuzzyQueryDefinition

  24. def fuzzylikethis(text: String): FuzzyLikeThisExpectsField

  25. def fuzzylikethis: FuzzyLikeThisDefinitionExpectsText

  26. final def getClass(): Class[_]

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

  28. def hasChildQuery: HasChildExpectsType

  29. def hasParentQuery(type: String): HasParentExpectsQuery

  30. def hasParentQuery: HasParentExpectsType

  31. def hashCode(): Int

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

  33. def ids(iterable: Iterable[String]): IdQueryDefinition

  34. def indicesQuery(indices: String*): AnyRef { def query(query: com.sksamuel.elastic4s.QueryDefinition): com.sksamuel.elastic4s.IndicesQueryDefinition }

  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. def matchPhrase(field: String, value: Any): MatchPhraseDefinition

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

  38. def matchQuery(field: String, value: Any): MatchQueryDefinition

  39. def matchQuery(tuple: (String, Any)): MatchQueryDefinition

  40. def matchall: MatchAllQueryDefinition

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

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

  43. def morelikeThisQuery(fields: String*): MoreLikeThisQueryDefinition

  44. def multiMatchQuery(text: String): MultiMatchQueryDefinition

  45. def must(queries: Iterable[QueryDefinition]): BoolQueryDefinition

  46. def must(queries: QueryDefinition*): BoolQueryDefinition

  47. final def ne(arg0: AnyRef): Boolean

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

  49. def not(queries: Iterable[QueryDefinition]): BoolQueryDefinition

  50. def not(queries: QueryDefinition*): BoolQueryDefinition

  51. final def notify(): Unit

    Definition Classes
    AnyRef
  52. final def notifyAll(): Unit

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

  54. def prefixQuery(tuple: (String, Any)): PrefixQueryDefinition

  55. def query(q: String): QueryStringQueryDefinition

  56. def query: QueryDsl

  57. def queryStringQuery(q: String): QueryStringQueryDefinition

  58. def rangeQuery(field: String): RangeQueryDefinition

  59. def regexQuery(field: String, value: Any): RegexQueryDefinition

  60. def regexQuery(tuple: (String, Any)): RegexQueryDefinition

  61. def should(queries: Iterable[QueryDefinition]): BoolQueryDefinition

  62. def should(queries: QueryDefinition*): BoolQueryDefinition

  63. def simpleStringQuery(q: String): SimpleStringQueryDefinition

  64. def spanFirstQuery: AnyRef { def query(spanQuery: com.sksamuel.elastic4s.SpanQueryDefinition): AnyRef{def end(end: Int): com.sksamuel.elastic4s.SpanFirstQueryDefinition} }

  65. def spanMultiTermQuery(query: MultiTermQueryDefinition): SpanMultiTermQueryDefinition

  66. def spanNearQuery: SpanNearQueryDefinition

  67. def spanNotQuery: SpanNotQueryDefinition

  68. def spanOrQuery: SpanOrQueryDefinition

  69. def spanTermQuery(field: String, value: Any): SpanTermQueryDefinition

  70. implicit def string2query(string: String): SimpleStringQueryDefinition

  71. def stringQuery(q: String): QueryStringQueryDefinition

  72. final def synchronized[T0](arg0: ⇒ T0): T0

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

  74. def termQuery(tuple: (String, Any)): TermQueryDefinition

  75. def termsQuery(field: String, values: AnyRef*): TermsQueryDefinition

  76. def toString(): String

    Definition Classes
    AnyRef → Any
  77. def topChildren(type: String): TopChildrenExpectsQuery

  78. implicit def tuple2query(kv: (String, String)): TermQueryDefinition

  79. final def wait(): Unit

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

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

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

  83. def wildcardQuery(tuple: (String, Any)): WildcardQueryDefinition

Deprecated Value Members

  1. def boosting: BoostingQueryDefinition

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use boostingQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use fuzzyQuery

  3. def nested(path: String): NestedQueryDefinition

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use nestedQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use prefixQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use prefixQuery

  6. def range(field: String): RangeQueryDefinition

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use rangeQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use regexQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use regexQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use termQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use termQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use wildcardQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use wildcardQuery

Inherited from AnyRef

Inherited from Any

Ungrouped