IBM SYSTEMG G RUNTIME & NATIVE STORE  0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
 All Classes Functions Variables Typedefs Pages
Public Member Functions | Private Attributes | List of all members
indexer_clucene Class Reference

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
 

Detailed Description

external indexer of CLucene for native store

Member Function Documentation

void indexer_clucene::options ( command_options &  opt)
Parameters
&ndash;typevertex or edge index
&ndash;modecreate or query
&ndash;propname of subproperty to be indexed
&ndash;valuevalue of string to be searched

The documentation for this class was generated from the following file: