Fixed bitset unloading

Hi,
I am thinking of unloading fixed bitsets used for nested documents on demand. Is it possible to do this per index with API call? I don't want to use index re-open or clear cache.

Nested documents can have big memory overhead. I wanted to load bitsets on demand and close them after eg. 1 hour inactivity of a given index.

I'd really appreciate suggestions. Thanks.