Interface Index.NamedSingleIdentifierBuilder

All Superinterfaces:
Index.NamedBuilder, Index.NamedFulltextBuilder
Enclosing class:
Index

public static interface Index.NamedSingleIdentifierBuilder extends Index.NamedFulltextBuilder
Allows to specify the type of the constraint. Not all types are exposed, they should usually not be touch manually.
  • Method Details

    • onProperties

      Index onProperties(String... properties)
      Creates a property index
      Parameters:
      properties - The properties to be included in the index
      Returns:
      the next step
    • text

      Index text(String property)
      Creates a native Neo4j text index
      Parameters:
      property - The property to be included in the index
      Returns:
      the next step