Package com.adobe.cq.dam.index.builder
Class SimplePropertyDefinition
- java.lang.Object
-
- com.adobe.cq.dam.index.builder.SimplePropertyDefinition
-
- All Implemented Interfaces:
PropertyDefinition
- Direct Known Subclasses:
NullChkEnabledPropertyDefinition,OrderedPropertyDefinition
@Deprecated public class SimplePropertyDefinition extends java.lang.Object implements PropertyDefinition
Deprecated.Implements PropertyDefinition of Oak Lucene Property Index
-
-
Constructor Summary
Constructors Constructor Description SimplePropertyDefinition(java.lang.String property, java.lang.String nodeName)Deprecated.Creates a simple PropertyDefinition for oak lucene indexSimplePropertyDefinition(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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidbuild(Resource resource)Deprecated.Creates PropertyDefinition under the given resourcevoidsetAnalyzed(boolean analyzed)Deprecated.voidsetBoost(float boost)Deprecated.voidsetNodeName(java.lang.String nodeName)Deprecated.voidsetProperty(java.lang.String prop)Deprecated.voidsetPropertyType(java.lang.String type)Deprecated.voidsetUseInSpellcheck(boolean useInSpellcheck)Deprecated.voidsetUseInSuggest(boolean useInSuggest)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 indexnodeName- PropertyDefinition node name
-
SimplePropertyDefinition
public SimplePropertyDefinition(java.lang.String property, java.lang.String nodeName, float boost)Deprecated.- Parameters:
property- property to indexnodeName- property definition node nameboost- 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 indexnodeName- property definition node namepropertyType- 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.
-
build
public void build(Resource resource) throws PersistenceException
Deprecated.Creates PropertyDefinition under the given resource- Specified by:
buildin interfacePropertyDefinition- Parameters:
resource- Resource under which PropertyDefinition is to be created- Throws:
PersistenceException
-
-