Index

ldbc.core.Index
object Index

Attributes

Source
Key.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Index.type

Members list

Type members

Classlikes

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

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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum Type

Value that is the type of Index

Value that is the type of Index

Attributes

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