|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexDefinition
Definition for an index
NOTE: This is part of the new index API introduced in Neo4j 2.0.
The former index API lives in IndexManager
.
Method Summary | |
---|---|
void |
drop()
Drops this index. |
Label |
getLabel()
|
Iterable<String> |
getPropertyKeys()
|
Method Detail |
---|
Label getLabel()
label
this index definition is associated with.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |