Class SimplePropertyDefinition

    • Constructor Summary

      Constructors 
      Constructor Description
      SimplePropertyDefinition​(java.lang.String property, java.lang.String nodeName)
      Deprecated.
      Creates a simple PropertyDefinition for oak lucene index
      SimplePropertyDefinition​(java.lang.String property, java.lang.String nodeName, boolean index, boolean propertyIndex, boolean isRegexp)
      Deprecated.
       
      SimplePropertyDefinition​(java.lang.String property, java.lang.String nodeName, float boost)
      Deprecated.
       
      SimplePropertyDefinition​(java.lang.String property, java.lang.String nodeName, float boost, boolean analyzed)
      Deprecated.
       
      SimplePropertyDefinition​(java.lang.String property, java.lang.String nodeName, float boost, boolean analyzed, boolean useInSuggest)
      Deprecated.
       
      SimplePropertyDefinition​(java.lang.String property, java.lang.String nodeName, float boost, boolean analyzed, boolean useInSuggest, boolean useInSpellcheck)
      Deprecated.
       
      SimplePropertyDefinition​(java.lang.String property, java.lang.String nodeName, java.lang.String propertyType)
      Deprecated.
       
    • Constructor Detail

      • SimplePropertyDefinition

        public SimplePropertyDefinition​(java.lang.String property,
                                        java.lang.String nodeName)
        Deprecated.
        Creates a simple PropertyDefinition for oak lucene index
        Parameters:
        property - property to index
        nodeName - PropertyDefinition node name
      • SimplePropertyDefinition

        public SimplePropertyDefinition​(java.lang.String property,
                                        java.lang.String nodeName,
                                        float boost)
        Deprecated.
        Parameters:
        property - property to index
        nodeName - property definition node name
        boost - index time field boost factor
      • SimplePropertyDefinition

        public SimplePropertyDefinition​(java.lang.String property,
                                        java.lang.String nodeName,
                                        java.lang.String propertyType)
        Deprecated.
        Parameters:
        property - property to index
        nodeName - property definition node name
        propertyType - propertyType
      • SimplePropertyDefinition

        public SimplePropertyDefinition​(java.lang.String property,
                                        java.lang.String nodeName,
                                        float boost,
                                        boolean analyzed)
        Deprecated.
      • SimplePropertyDefinition

        public SimplePropertyDefinition​(java.lang.String property,
                                        java.lang.String nodeName,
                                        float boost,
                                        boolean analyzed,
                                        boolean useInSuggest)
        Deprecated.
      • SimplePropertyDefinition

        public SimplePropertyDefinition​(java.lang.String property,
                                        java.lang.String nodeName,
                                        float boost,
                                        boolean analyzed,
                                        boolean useInSuggest,
                                        boolean useInSpellcheck)
        Deprecated.
      • SimplePropertyDefinition

        public SimplePropertyDefinition​(java.lang.String property,
                                        java.lang.String nodeName,
                                        boolean index,
                                        boolean propertyIndex,
                                        boolean isRegexp)
        Deprecated.
    • Method Detail

      • setNodeName

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

        public void setProperty​(java.lang.String prop)
        Deprecated.
      • setPropertyType

        public void setPropertyType​(java.lang.String type)
        Deprecated.
      • setBoost

        public void setBoost​(float boost)
        Deprecated.
      • setAnalyzed

        public void setAnalyzed​(boolean analyzed)
        Deprecated.
      • setUseInSuggest

        public void setUseInSuggest​(boolean useInSuggest)
        Deprecated.
      • setUseInSpellcheck

        public void setUseInSpellcheck​(boolean useInSpellcheck)
        Deprecated.