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

  11. class CustomBoostExpectingQuery extends AnyRef

    Annotations
    @deprecated
    Deprecated

    (Since version 0.90.8) @deprecated use functionScoreQuery instead

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): QueryDefinition

  7. def boosting: BoostingQueryDefinition

  8. def boostingQuery: BoostingQueryDefinition

  9. def clone(): AnyRef

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

  11. def commonQuery(field: String): CommonQueryExpectsText

  12. def constantScore: ConstantScoreExpectsQueryOrFilter

  13. def dismax: DisMaxDefinition

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

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

    Definition Classes
    AnyRef → Any
  16. def field(field: String, value: Any): FieldQueryDefinition

  17. def field(tuple: (String, Any)): FieldQueryDefinition

  18. def fieldQuery(field: String, value: Any): FieldQueryDefinition

  19. def fieldQuery(tuple: (String, Any)): FieldQueryDefinition

  20. def filteredQuery: FilteredQueryDefinition

  21. def finalize(): Unit

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

  23. def flt: FuzzyLikeThisDefinitionExpectsText

  24. def functionScoreQuery(filter: FilterDefinition): FunctionScoreQueryDefinition

  25. def functionScoreQuery(query: QueryDefinition): FunctionScoreQueryDefinition

  26. def fuzzy(name: String, value: Any): FuzzyDefinition

  27. def fuzzyQuery(name: String, value: Any): FuzzyDefinition

  28. def fuzzylikethis(text: String): FuzzyLikeThisExpectsField

  29. def fuzzylikethis: FuzzyLikeThisDefinitionExpectsText

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

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

  32. def hasChildQuery: HasChildExpectsType

  33. def hasParentQuery(type: String): HasParentExpectsQuery

  34. def hasParentQuery: HasParentExpectsType

  35. def hashCode(): Int

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

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

  38. final def isInstanceOf[T0]: Boolean

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

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

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

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

  43. def matchall: MatchAllQueryDefinition

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

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

  46. def multiMatchQuery(text: String): MultiMatchQueryDefinition

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

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

    Definition Classes
    AnyRef
  49. def nested(path: String): NestedQueryDefinition

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

  51. final def notify(): Unit

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

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

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

  55. def prefixQuery(field: String, value: Any): PrefixQueryDefinition

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

  57. def query(q: String): StringQueryDefinition

  58. def query: QueryDsl

  59. def range(field: String): RangeQueryDefinition

  60. def rangeQuery(field: String): RangeQueryDefinition

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

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

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

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

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

  66. def simpleStringQuery(q: String): SimpleStringQueryDefinition

  67. def spanOrQuery: SpanOrQueryDefinition

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

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

  70. def stringQuery(q: String): StringQueryDefinition

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

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

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

  74. def termQuery(field: String, value: Any): TermQueryDefinition

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

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

  77. def toString(): String

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

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

  80. final def wait(): Unit

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

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

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

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

  85. def wildcardQuery(field: String, value: Any): WildcardQueryDefinition

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

Deprecated Value Members

  1. def customBoost: CustomBoostExpectingQuery

    Annotations
    @deprecated
    Deprecated

    (Since version 0.90.8) @deprecated use functionScoreQuery instead

  2. def customScore: CustomScoreDefinition

    Annotations
    @deprecated
    Deprecated

    (Since version 0.90.8) @deprecated use functionScoreQuery instead

  3. def filter: FilteredQueryDefinition

    Annotations
    @deprecated
    Deprecated

    (Since version 0.90.3.3) ambigious, use filteredQuery

  4. def filterQuery: FilteredQueryDefinition

    Annotations
    @deprecated
    Deprecated

    (Since version 0.90.3.3) use filteredQuery

Inherited from AnyRef

Inherited from Any

Ungrouped