Hendy/umbraco-look

Add object dictionary to IndexingContext ?

Closed this issue · 2 comments

Hendy commented

This can be used to pass values between indexers.

Indexer execution order currently:
Name,
Date,
Text,
Tag,
Location

Hendy commented

Initially #106 will add: LookConfiguration.IndexWhen which will be executed as the first step. The intention will be to execute this twice, the first and last steps - the idea of adding this context here could be used to indicate which step is being executed.

Hendy commented

Consumer can maintain own state, and use Before / After events