default PojoPropertyIndexingDependencyConfigurationContext |
PojoPropertyIndexingDependencyConfigurationContext.use(String pathFromBridgedPropertyToUsedValue) |
Declare that the given path is read by the bridge at index time to populate the indexed document.
|
default PojoPropertyIndexingDependencyConfigurationContext |
PojoPropertyIndexingDependencyConfigurationContext.use(ContainerExtractorPath extractorPathFromBridgedProperty,
String pathFromExtractedBridgedPropertyValueToUsedValue) |
Declare that the given path is read by the bridge at index time to populate the indexed document.
|
PojoPropertyIndexingDependencyConfigurationContext |
PojoPropertyIndexingDependencyConfigurationContext.use(ContainerExtractorPath extractorPathFromBridgedProperty,
PojoModelPathValueNode pathFromExtractedBridgedPropertyValueToUsedValue) |
Declare that the given path is read by the bridge at index time to populate the indexed document.
|
default PojoPropertyIndexingDependencyConfigurationContext |
PojoPropertyIndexingDependencyConfigurationContext.use(PojoModelPathValueNode pathFromBridgedPropertyToUsedValue) |
Declare that the given path is read by the bridge at index time to populate the indexed document.
|