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
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article