Class SimplePropertyDefinition

    • Constructor Detail

      • SimplePropertyDefinition

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

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

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

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

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

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

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

      • setNodeName

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

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

        public void setPropertyType​(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.