T
- Value type, same as in ValueEngineer
public interface ReferenceAwareValueIndexSupporting<T>
ValueEngineer
s 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
ValueEngineer s 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
ValueEngineer
s 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