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 HasChildExpectsQuery extends AnyRef

  5. class HasChildExpectsType extends AnyRef

  6. class HasParentExpectsQuery extends AnyRef

  7. class HasParentExpectsType extends AnyRef

  8. class TopChildrenExpectsQuery extends AnyRef

  9. class FuzzyLikeThisDefinitionExpectsText extends AnyRef

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) deprecated by elasticsearch

  10. class FuzzyLikeThisExpectsField extends AnyRef

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) deprecated by elasticsearch

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 constantScoreFilter(f: FilterDefinition): ConstantScoreDefinition

  14. def constantScoreQuery(q: QueryDefinition): ConstantScoreDefinition

  15. def dismax: DisMaxDefinition

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

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

    Definition Classes
    AnyRef → Any
  18. def filteredQuery: FilteredQueryDefinition

  19. def finalize(): Unit

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

  21. def functionScoreQuery(query: QueryDefinition): FunctionScoreQueryDefinition

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

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

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

  25. def hasChildQuery: HasChildExpectsType

  26. def hasParentQuery(type: String): HasParentExpectsQuery

  27. def hasParentQuery: HasParentExpectsType

  28. def hashCode(): Int

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

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

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

  32. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  33. def matchAllQuery: MatchAllQueryDefinition

  34. def matchPhrasePrefixQuery(field: String, value: Any): MatchPhrasePrefixDefinition

  35. def matchPhraseQuery(field: String, value: Any): MatchPhraseDefinition

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

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

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

  39. def multiMatchQuery(text: String): MultiMatchQueryDefinition

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

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

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

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

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

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

  46. final def notify(): Unit

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

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

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

  50. def query(q: String): QueryStringQueryDefinition

  51. def query: QueryDsl

  52. def queryStringQuery(q: String): QueryStringQueryDefinition

  53. def rangeQuery(field: String): RangeQueryDefinition

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

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

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

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

  58. def simpleStringQuery(q: String): SimpleStringQueryDefinition

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

  60. def spanMultiTermQuery(query: MultiTermQueryDefinition): SpanMultiTermQueryDefinition

  61. def spanNearQuery: SpanNearQueryDefinition

  62. def spanNotQuery: SpanNotQueryDefinition

  63. def spanOrQuery: SpanOrQueryDefinition

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

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

  66. def stringQuery(q: String): QueryStringQueryDefinition

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

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

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

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

  71. def toString(): String

    Definition Classes
    AnyRef → Any
  72. implicit def tuple2query(kv: (String, String)): TermQueryDefinition

  73. final def wait(): Unit

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

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

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

  77. 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 constantScore: ConstantScoreExpectsQueryOrFilter

    Annotations
    @deprecated
    Deprecated

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

  3. def flt(text: String): FuzzyLikeThisExpectsField

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) deprecated by elasticsearch

  4. def flt: FuzzyLikeThisDefinitionExpectsText

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) deprecated by elasticsearch

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use fuzzyQuery

  6. def fuzzylikethis(text: String): FuzzyLikeThisExpectsField

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) deprecated by elasticsearch

  7. def fuzzylikethis: FuzzyLikeThisDefinitionExpectsText

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) deprecated by elasticsearch

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) use matchPhraseQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) use matchPhrasePrefixQuery

  10. def matchall: MatchAllQueryDefinition

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) use matchAllQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) use matchQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) use matchQuery

  13. def nested(path: String): NestedQueryDefinition

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use nestedQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use prefixQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use prefixQuery

  16. def range(field: String): RangeQueryDefinition

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use rangeQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use regexQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use regexQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use termQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use termQuery

  21. def topChildren(type: String): TopChildrenExpectsQuery

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.5) deprecated by elasticsearch

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use wildcardQuery

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

    Annotations
    @deprecated
    Deprecated

    (Since version 1.4.0) use wildcardQuery

Inherited from AnyRef

Inherited from Any

Ungrouped