IBM SYSTEMG G RUNTIME & NATIVE STORE
0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
|
external indexer of CLucene for native store More...
#include <plugin_indexer_cl.h>
Inherits query_base.
Public Member Functions | |
REGISTER_QUERY_TYPE (indexer_clucene) | |
void | options (command_options &opt) |
int | run (struct query_param_type) |
string | build_vertex_index (graph_type *g, const string &propname) |
string | build_edge_index (graph_type *g, const string &propname) |
string | search_vertex_index (graph_type *g, const string &propname, const string &str, vector< string > &vIDs) |
string | search_edge_index (graph_type *g, const string &propname, const string &str, vector< string > &srcs, vector< string > &targs, vector< string > &eids) |
Private Attributes | |
string | pathname |
external indexer of CLucene for native store
void indexer_clucene::options | ( | command_options & | opt | ) |
–type | vertex or edge index |
–mode | create or query |
–prop | name of subproperty to be indexed |
–value | value of string to be searched |