Class OakPropertyIndexDefinition

  • All Implemented Interfaces:
    IndexDefinition

    @Deprecated
    public class OakPropertyIndexDefinition
    extends java.lang.Object
    implements IndexDefinition
    Deprecated.
    Implements PropertyDefinition of Oak Property Index
    • Constructor Summary

      Constructors 
      Constructor Description
      OakPropertyIndexDefinition​(java.lang.String[] property, java.lang.String nodeName)
      Deprecated.
      Creates a Oak PropertyIndex Definition
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean build​(Resource resource)
      Deprecated.
      Creates the IndexDefinition under given resource
      boolean build​(Resource resource, boolean reindex)
      Deprecated.
      Creates the IndexDefinition under given resource and initiates indexing process
      void setNodeName​(java.lang.String nodeName)
      Deprecated.
       
      void setProperty​(java.lang.String[] prop)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OakPropertyIndexDefinition

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

      • setNodeName

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

        public void setProperty​(java.lang.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