Package org.neo4j.graphdb.schema
Optional graph schema including indexes and constraints.
Use indexes to find nodes with specific property values. Use constraints to enforce rules in the graph. Both indexes and constraints are configured based on node labels.
-
Interface Summary Interface Description ConstraintCreator A builder for entering details about a constraint to create.ConstraintDefinition Definition of a constraint.IndexCreator A builder for entering details about an index to create.IndexDefinition Definition for an index.IndexSetting Index settings are used for fine-tuning the behaviour of schema indexes.Schema Interface for managing the schema of your graph database. -
Class Summary Class Description AnalyzerProvider This is the base-class for all service-loadable factory classes, that build the Lucene Analyzer instances that are available to the fulltext schema index.IndexPopulationProgress This class is simply a progress counter of indexing population progress. -
Enum Summary Enum Description ConstraintType Constraint type.IndexType The index type describes the overall behaviour and performance profile of an index.Schema.IndexState The states that an index can be in.