Uses of Class
ac.simons.neo4j.migrations.core.catalog.Index
-
Uses of Index in ac.simons.neo4j.migrations.core.catalog
Modifier and TypeMethodDescriptionCreates a fulltext indexIndex.NamedSingleIdentifierBuilder.onProperties
(String... properties) Creates a property indexstatic Index
Index.parse
(org.neo4j.driver.types.MapAccessor row) Parses an index from aMapAccessor
static Index
Creates an index from a xml definition.Creates a native Neo4j text indexIndex.withOptions
(String newOptions) Creates a copy of this index with the specific set of options added.Index.withType
(Index.Type newType) Creates a copy of this index with the given type.