Attempt long running chunk indexing for 1.x branch without BC
# Problem/motivation In [#3487487] we added this for 2.x branch. It has interface changes however. # Proposed resolution Make a version of it that works for 1.x but without any breaking changes. E.g. testing if methods exist and gracefully falling back in stead. Test coverage should still be applied
issue