Package com.adobe.cq.dam.index.builder
Class IndexRule
- java.lang.Object
-
- com.adobe.cq.dam.index.builder.IndexRule
-
@Deprecated public class IndexRule extends java.lang.ObjectDeprecated.This class represents IndexRule for Oak Lucene Index
-
-
Constructor Summary
Constructors Constructor Description IndexRule(java.lang.String primaryType, java.util.List<? extends PropertyDefinition> propDef)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidbuild(Resource resource)Deprecated.CreatesIndexRuleunder given resourcejava.lang.StringprimaryType()Deprecated.java.util.List<? extends PropertyDefinition>propertyDefinition()Deprecated.
-
-
-
Constructor Detail
-
IndexRule
public IndexRule(java.lang.String primaryType, java.util.List<? extends PropertyDefinition> propDef)Deprecated.
-
-
Method Detail
-
primaryType
public java.lang.String primaryType()
Deprecated.- Returns:
- return
primaryTypeforIndexRule
-
propertyDefinition
public java.util.List<? extends PropertyDefinition> propertyDefinition()
Deprecated.- Returns:
PropertyDefinitionforIndexRule
-
build
public void build(Resource resource) throws PersistenceException
Deprecated.CreatesIndexRuleunder given resource- Throws:
PersistenceException
-
-