public interface IndexDefinition
IndexManager
.Modifier and Type | Method and Description |
---|---|
void |
drop()
Drops this index.
|
Label |
getLabel() |
Iterable<String> |
getPropertyKeys() |
boolean |
isConstraintIndex() |
Iterable<String> getPropertyKeys()
void drop()
Schema.getIndexes(Label)
will no longer include this index
and any related background jobs and files will be stopped and removed.boolean isConstraintIndex()
true
if this index is created as a side effect of the creation of a uniqueness constraint.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.