Class SourceDocLookup
java.lang.Object
org.alfresco.elasticsearch.batchindexing.cascade.SourceDocLookup
Batched mget helper that snapshots cascade-relevant fields (
PATH, UNPREFIXED_PATH, TYPE) from source docs before the downstream writers overwrite them. Missing docs are simply absent from the returned map.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordSnapshot of a source doc's cascade-relevant fields. -
Constructor Summary
ConstructorsConstructorDescriptionSourceDocLookup(org.opensearch.client.opensearch.OpenSearchClient openSearchClient, org.alfresco.indexing.shared.ElasticsearchProperties elasticsearchProperties) -
Method Summary
-
Constructor Details
-
Method Details
-
lookup
Batched mget by node ref. Missing / not-found docs are absent from the returned map.
-