Class OakPropertyIndexDefinition

    • Constructor Detail

      • OakPropertyIndexDefinition

        public OakPropertyIndexDefinition​(String[] property,
                                          String nodeName)
        Deprecated.
        Creates a Oak PropertyIndex Definition
        Parameters:
        property - property to index
        nodeName - PropertyDefinition node name
    • Method Detail

      • setNodeName

        public void setNodeName​(String nodeName)
        Deprecated.
      • setProperty

        public void setProperty​(String[] prop)
        Deprecated.
      • build

        public boolean build​(Resource resource)
        Deprecated.
        Creates the IndexDefinition under given resource
        Specified by:
        build in interface IndexDefinition
        Parameters:
        resource - Resource under which the IndexDefinition is to be created
      • build

        public boolean build​(Resource resource,
                             boolean reindex)
        Deprecated.
        Creates the IndexDefinition under given resource and initiates indexing process
        Specified by:
        build in interface IndexDefinition
        Parameters:
        resource - Resource under which the IndexDefinition is to be created
        reindex - Triggers re-indexing process