public interface IndexFieldProvider
| Modifier and Type | Field and Description |
|---|---|
static IndexFieldProvider |
DEFAULT
Implementation which doesn't do anything useful...
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Field> |
getAugmentedFields(String path,
NodeState document,
NodeState indexDefinition)
This method would get called while indexing a document.
|
Set<String> |
getSupportedTypes()
This method is used to find which node types are supported by the implementation.
|
static final IndexFieldProvider DEFAULT
Iterable<Field> getAugmentedFields(String path, NodeState document, NodeState indexDefinition)
Set<String> getSupportedTypes()
getAugmentedFields(java.lang.String, org.apache.jackrabbit.oak.spi.state.NodeState, org.apache.jackrabbit.oak.spi.state.NodeState) which declare a matching node type. Note, node types are
exact matches and do not support inheritance.Set of types supported by the implementation"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"