Copyright © 2010-2014 ALEPH ARCHIVES Ltd. All rights reserved.
Version: 1.0
Authors: Aleph Archives Ltd. [web site: http://aleph-archives.com/].
async_index/1 | Indexes a WARC file asynchronously. |
index/1 | Indexes a WARC file synchronously. |
restart/0 | handy shortcut to restart the application while it's running. |
revision/0 | Returns the current revision number. |
start/0 | Equivalent to application:start(wse). |
status/0 | Returns whether the WSE index server can accept more WARC files to index, or not (busy). |
stop/0 | Equivalent to application:stop(wse). |
version/0 | Returns the current version number. |
async_index(WarcPath::string()) -> ok | {error, any()}
Indexes a WARC file asynchronously.
index(WarcPath::string()) -> ok | {error, any()}
Indexes a WARC file synchronously.
restart() -> ok
handy shortcut to restart the application while it's running
revision() -> string()
Returns the current revision number.
start() -> ok
Equivalent to application:start(wse).
status() -> ok | busy
Returns whether the WSE index server can accept more WARC files to index, or not (busy).
stop() -> ok
Equivalent to application:stop(wse).
version() -> string()
Returns the current version number.
Generated by EDoc, May 27 2014, 18:01:08.