Index
ldbc.core.Index
object Index
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass 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
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
enum Type
Value that is the type of Index
Value that is the type of Index
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article