T - Value type, same as in ValueEngineerpublic interface ReferenceAwareValueIndexSupporting<T>
ValueEngineers supporting reference-aware indexing and full text searching.
Implementors must appendIndexData(ValueIndexer, Object, boolean) provide indexing data} for values.| Modifier and Type | Field and Description |
|---|---|
static ValueEngineerAspectType<ReferenceAwareValueIndexSupporting<?>> |
TYPE
Aspect for
ValueEngineers supporting recursion-aware indexing and full text searching. |
| Modifier and Type | Method and Description |
|---|---|
void |
appendIndexData(ValueIndexer indexer,
T value,
boolean includeReferences)
Asks to append indexing data for the given value to the handed indexer.
|
static final ValueEngineerAspectType<ReferenceAwareValueIndexSupporting<?>> TYPE
ValueEngineers supporting recursion-aware indexing and full text searching.void appendIndexData(@NotNull ValueIndexer indexer, @NotNull T value, boolean includeReferences)
indexer - The indexer to append to.value - The value to append data for.includeReferences - Indicates to recursively collect data in case of referenced elements.Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500