indextank-engine icon indicating copy to clipboard operation
indextank-engine copied to clipboard

making storage engines pluggable

Open dbuthay opened this issue 13 years ago • 0 comments

This change allows for runtime configuration of document storage.

The JSON configuration can now have the following keys:

  • storage: a class name. It can be either a DocumentStorage subclass or a DocumentStorageFactory subclass
  • storage_config: a Map, to use as parameter for DocumentStorageFactory.fromConfiguration(Map)

The command line option to set storage options is now deprecated, but RAM parameter is still honored (with at warning)

dbuthay avatar Feb 14 '12 23:02 dbuthay