I will give that a go. Thanks for the quick answer, Mike!
On Wed, Mar 28, 2018 at 9:01 AM, Mike Thomsen <[email protected]> wrote: > Just do... > > @OnScheduled > public void setup(ProcessContext context) { > //Read properties and do setup. > } > > On Wed, Mar 28, 2018 at 8:57 AM, Jeff Zemerick <[email protected]> wrote: > >> Hi everyone, >> >> Is there a recommended method for making user-configurable property >> values available to a processor's init()? I would like to load a large >> index file but allow the user to specify the index's path. I am >> guessing that init() is executed too early to read user properties. >> >> Thanks for any suggestions. >> >> Jeff >>
