An IndexOutput implementation that initially writes the data to a memory buffer. Once it exceeds
the configured threshold (
RAMAndFileJdbcIndexOutput.INDEX_OUTPUT_THRESHOLD_SETTING , will start working with a temporary file,
releasing the previous buffer.
author: kimchy