IndexOption

ldbc.core.Index.IndexOption
case class IndexOption(keyBlockSize: Option[1 | 2 | 4 | 8 | 16], indexType: Option[Type], parserName: Option[String], comment: Option[String], engineAttribute: Option[String], secondaryEngineAttribute: Option[String])

Additional indexing options

Value parameters

comment

Index comment

engineAttribute

Value to specify the index attribute for the primary storage engines.

indexType

Value that is the type of Index

keyBlockSize

Value to specify the size in bytes to be used for the index key block

parserName

Value to associate the parser plugin with an index when special handling is required for full-text indexing and search operations

secondaryEngineAttribute

Value to specify the index attribute for the secondary storage engines.

Attributes

Source
Key.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Key.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product