Interface ValueIndexing
public interface ValueIndexing
Aspect providing means to support indexing.
- Since:
- 5.2.11
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SessionAspectType<ValueIndexing>
Aspect providing means to support indexing. -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendIndexData
(String identifier, Language language, boolean recursive, ValueIndexer indexer) Append data to the indexer enabling to find the data object having the given identifier in the defined language.
-
Field Details
-
TYPE
Aspect providing means to support indexing.- Since:
- 5.2.11
-
-
Method Details
-
appendIndexData
Append data to the indexer enabling to find the data object having the given identifier in the defined language.- Parameters:
identifier
- The identifier of the data object to be indexed.language
- The language to index for.recursive
- Iftrue
, index referenced sub-objects as well.indexer
- The indexer to be used for appending data.- Since:
- 5.2.11
-