com.sksamuel.elastic4s

QueryDsl

Related Doc: package elastic4s

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: Any): Boolean

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

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

    Definition Classes
    AnyRef → Any
  4. def all: MatchAllQueryDefinition

  5. final def asInstanceOf[T0]: T0

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

  7. def boostingQuery: BoostingQueryDefinition

  8. def clone(): AnyRef

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

  10. def commonQuery(field: String): CommonQueryExpectsText

  11. def constantScore: ConstantScoreExpectsQueryOrFilter

  12. def dismax: DisMaxDefinition

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

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

    Definition Classes
    AnyRef → Any
  15. def filteredQuery: FilteredQueryDefinition

  16. def finalize(): Unit

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

  18. def flt: FuzzyLikeThisDefinitionExpectsText

  19. def functionScoreQuery(filter: FilterDefinition): FunctionScoreQueryDefinition

  20. def functionScoreQuery(query: QueryDefinition): FunctionScoreQueryDefinition

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

  22. def fuzzylikethis(text: String): FuzzyLikeThisExpectsField

  23. def fuzzylikethis: FuzzyLikeThisDefinitionExpectsText

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

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

  26. def hasChildQuery: HasChildExpectsType

  27. def hasParentQuery(type: String): HasParentExpectsQuery

  28. def hasParentQuery: HasParentExpectsType

  29. def hashCode(): Int

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

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

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

  33. final def isInstanceOf[T0]: Boolean

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

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

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

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

  38. def matchall: MatchAllQueryDefinition

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

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

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

  42. def multiMatchQuery(text: String): MultiMatchQueryDefinition

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

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

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

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

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

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

  49. final def notify(): Unit

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

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

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

  53. def query(q: String): QueryStringQueryDefinition

  54. def query: QueryDsl

  55. def queryStringQuery(q: String): QueryStringQueryDefinition

  56. def rangeQuery(field: String): RangeQueryDefinition

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

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

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

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

  61. def simpleStringQuery(q: String): SimpleStringQueryDefinition

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

  63. def spanMultiTermQuery(query: MultiTermQueryDefinition): SpanMultiTermQueryDefinition

  64. def spanNearQuery: SpanNearQueryDefinition

  65. def spanNotQuery: SpanNotQueryDefinition

  66. def spanOrQuery: SpanOrQueryDefinition

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

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

  69. def stringQuery(q: String): QueryStringQueryDefinition

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

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

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

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

  74. def toString(): String

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

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

  77. final def wait(): Unit

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

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

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

  81. 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