Displaying 1 result from an estimated 1 matches for "omindex_main".
Did you mean:
index_main
2011 Oct 18
2
patch proposal: omindex library or daemon
...list & return value are vector of {
char * url, * file_path, * file_ext }
perform a transaction for all files in list; create & return skip_list
session.index_directory(url, dir_name, options)
perform a transaction for all files in a directory tree; return
skip_list
main() moves to omindex_main.cc
process command line, call Omindex::init(), proceed normally
SWIG & Node.js bindings
Omindex daemon mode:
The initial directory pass is optional.
Listen on a domain socket; for each connection, start a thread with a
WritableDatabase and read JSON-formatted messages.
Perform a transact...