Package com.adobe.cq.dam.index.builder
Class NullChkEnabledPropertyDefinition
- java.lang.Object
 - 
- com.adobe.cq.dam.index.builder.SimplePropertyDefinition
 - 
- com.adobe.cq.dam.index.builder.NullChkEnabledPropertyDefinition
 
 
 
- 
- All Implemented Interfaces:
 PropertyDefinition
@Deprecated public class NullChkEnabledPropertyDefinition extends SimplePropertyDefinition
Deprecated. 
- 
- 
Constructor Summary
Constructors Constructor Description NullChkEnabledPropertyDefinition(java.lang.String property, java.lang.String nodeName, boolean nullChkEnabled)Deprecated.Creates a simple PropertyDefinition for oak lucene indexNullChkEnabledPropertyDefinition(java.lang.String property, java.lang.String nodeName, float boost, boolean nullChkEnabled)Deprecated.NullChkEnabledPropertyDefinition(java.lang.String property, java.lang.String nodeName, float boost, boolean analyzed, boolean nullChkEnabled)Deprecated.NullChkEnabledPropertyDefinition(java.lang.String property, java.lang.String nodeName, java.lang.String propertyType, boolean nullChkEnabled)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 resourcevoidsetNullChkEnabled(boolean nullChkEnabled)Deprecated.- 
Methods inherited from class com.adobe.cq.dam.index.builder.SimplePropertyDefinition
setAnalyzed, setBoost, setNodeName, setProperty, setPropertyType, setUseInSpellcheck, setUseInSuggest 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
NullChkEnabledPropertyDefinition
public NullChkEnabledPropertyDefinition(java.lang.String property, java.lang.String nodeName, boolean nullChkEnabled)Deprecated.Creates a simple PropertyDefinition for oak lucene index- Parameters:
 property- property to indexnodeName- PropertyDefinition node namenullChkEnabled- Whether nullCheckIsEnabled or not
 
- 
NullChkEnabledPropertyDefinition
public NullChkEnabledPropertyDefinition(java.lang.String property, java.lang.String nodeName, float boost, boolean nullChkEnabled)Deprecated.- Parameters:
 property- property to indexnodeName- property definition node nameboost- index time field boost factornullChkEnabled- Whether nullCheckIsEnabled or not
 
- 
NullChkEnabledPropertyDefinition
public NullChkEnabledPropertyDefinition(java.lang.String property, java.lang.String nodeName, java.lang.String propertyType, boolean nullChkEnabled)Deprecated.- Parameters:
 property- property to indexnodeName- property definition node namepropertyType- propertyTypenullChkEnabled- Whether nullCheckIsEnabled or not
 
- 
NullChkEnabledPropertyDefinition
public NullChkEnabledPropertyDefinition(java.lang.String property, java.lang.String nodeName, float boost, boolean analyzed, boolean nullChkEnabled)Deprecated.- Parameters:
 property- property to indexnodeName- property definition node nameboost- index time field boost factoranalyzed- Whether analyzed or notnullChkEnabled- Whether nullCheckIsEnabled or not
 
 - 
 
- 
Method Detail
- 
setNullChkEnabled
public void setNullChkEnabled(boolean nullChkEnabled)
Deprecated. 
- 
build
public void build(Resource resource) throws PersistenceException
Deprecated.Description copied from class:SimplePropertyDefinitionCreates PropertyDefinition under the given resource- Specified by:
 buildin interfacePropertyDefinition- Overrides:
 buildin classSimplePropertyDefinition- Parameters:
 resource- Resource under which PropertyDefinition is to be created- Throws:
 PersistenceException
 
 - 
 
 -