java.lang.Object
org.apache.jackrabbit.oak.index.indexer.document.flatfile.analysis.modules.IndexedProperty
public class IndexedProperty
extends Object
An indexed property. It can have a list of parent nodes, and a node type.
-
Method Summary
boolean
Check if a certain property matches the index definition.
-
Method Details
-
-
-
matches
Check if a certain property matches the index definition.
- Parameters:
name
- the name of the property
node
- the node (which may have parent nodes)
- Returns:
- whether the property matches the index definition
-
getPropertyName
public String getPropertyName()