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. def innerQuery(): Unit

  34. final def isInstanceOf[T0]: Boolean

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

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

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

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

  39. def matchall: MatchAllQueryDefinition

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

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

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

  43. def multiMatchQuery(text: String): MultiMatchQueryDefinition

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

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

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

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

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

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

  50. final def notify(): Unit

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

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

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

  54. def query(q: String): QueryStringQueryDefinition

  55. def query: QueryDsl

  56. def queryStringQuery(q: String): QueryStringQueryDefinition

  57. def rangeQuery(field: String): RangeQueryDefinition

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

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

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

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

  62. def simpleStringQuery(q: String): SimpleStringQueryDefinition

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

  64. def spanMultiTermQuery(query: MultiTermQueryDefinition): SpanMultiTermQueryDefinition

  65. def spanNearQuery: SpanNearQueryDefinition

  66. def spanNotQuery: SpanNotQueryDefinition

  67. def spanOrQuery: SpanOrQueryDefinition

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

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

  70. def stringQuery(q: String): QueryStringQueryDefinition

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

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

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

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

  75. def toString(): String

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

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

  78. final def wait(): Unit

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

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

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

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