Class

no.skytteren.elasticala

IndexType

Related Doc: package elasticala

Permalink

case class IndexType(index: Index, type: Type) extends SearchDSL with CountDSL with MappingDSL with DocumentDSL with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, DocumentDSL, MappingDSL, CountDSL, SearchDSL, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IndexType
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DocumentDSL
  7. MappingDSL
  8. CountDSL
  9. SearchDSL
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IndexType(index: Index, type: Type)

    Permalink

Type Members

  1. case class Docable(id: Id) extends Product with Serializable

    Permalink
    Definition Classes
    DocumentDSL
  2. type Id = String

    Permalink
    Definition Classes
    DocumentDSL

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def /(id: String): Docable

    Permalink
    Definition Classes
    DocumentDSL
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def count(query: Query = api.query.matchAll, minScore: Float = 1): CountRequest

    Permalink
    Definition Classes
    CountDSL
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. val index: Index

    Permalink
    Definition Classes
    IndexTypeDocumentDSL
  12. def indexesTypes: IndexesTypes

    Permalink
    Definition Classes
    IndexTypeCountDSLSearchDSL
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def mapping(parent: Type, properties: (String, MappingType)*): MappingRequest

    Permalink
    Definition Classes
    MappingDSL
  15. def mapping(properties: (String, MappingType)*): MappingRequest

    Permalink
    Definition Classes
    MappingDSL
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def put(source: JsonDoc, refresh: Boolean = false, version: Option[Long] = None, parent: Option[String] = None): IndexRequest

    Permalink
    Definition Classes
    DocumentDSL
  20. def scroll(time: Duration, scrollId: ScrollId): SearchScrollRequest

    Permalink
    Definition Classes
    SearchDSL
  21. def search[As](query: Query = api.query.matchAll, from: Long = 0, size: Int = 10, searchType: SearchType = SearchType.QUERY_THEN_FETCH, sort: Sorting = DefaultSorting, source: Source = "", terminate_after: Boolean = false, version: Boolean = false, scroll: ScrollDuration = NoScroll, aggregations: As = NoAggregations)(implicit aggBuilder: AggregationsBuilder[As]): SearchRequest[A]

    Permalink
    Definition Classes
    SearchDSL
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. val type: Type

    Permalink
    Definition Classes
    IndexTypeDocumentDSL
  24. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DocumentDSL

Inherited from MappingDSL

Inherited from CountDSL

Inherited from SearchDSL

Inherited from AnyRef

Inherited from Any

Ungrouped