object IndexModelBuilder
Companion object of IndexModelBuilder, contains the syntax.
import IndexModelBuilder._ when you want to construct an IndexModel.
- Alphabetic
- By Inheritance
- IndexModelBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
sealed
trait
Config[Kind <: DataStoreKind] extends UntypedConfig
A trait marking configs as having a target DataStore Kind
A trait marking configs as having a target DataStore Kind
- Kind
The target datastore Kind
-
sealed
trait
DataStoreKind extends AnyRef
A trait marking the type of index being built.
-
sealed
trait
Schema[Kind <: DataStoreKind] extends UntypedSchema
A trait marking schemas as having a target DataStore Kind
A trait marking schemas as having a target DataStore Kind
- Kind
The target datastore Kind
-
sealed
trait
Stage extends AnyRef
A trait marking stages of the building.
-
sealed
trait
UntypedConfig extends AnyRef
A trait defining how a config should augment the indexModel
-
sealed
trait
UntypedSchema extends AnyRef
A trait Definining how a schema should augment the IndexModel.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
forElastic: IndexModelBuilder[DataStore[Elastic], Elastic]
creates an IndexModelBuilder setup to create Elastic Indices
creates an IndexModelBuilder setup to create Elastic Indices
- returns
The builder preconfigured for Elastic indices building
-
def
forSolr: IndexModelBuilder[DataStore[Solr], Solr]
Creates an IndexModelBuilder setup to create Solr Indices
Creates an IndexModelBuilder setup to create Solr Indices
- returns
The builder preconfigured for Solr indices building
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
object
DataStoreKind
Object grouping defined DataStoreKind
-
object
Elastic
Object grouping Elastic customization
-
object
Solr
Object grouping Solr customization
-
object
Stage
Objects grouping Builder Stages.