Entry class which interprets the command line arguments and calls corresponding functions.
More...
|
class | Options |
| Class to define valid options, and to receive the parsed options. More...
|
|
|
static void | Main (string[] args) |
|
|
const string | SEARCH = "search" |
|
const string | REINDEX = "reindex" |
|
const string | INDEX = "index" |
|
const string | DELETE = "delete" |
|
const string | ADD = "add" |
|
Entry class which interprets the command line arguments and calls corresponding functions.
◆ CheckDocumentIsSet()
static bool SemanticSearchImplementation.SemanticSearch.CheckDocumentIsSet |
( |
string |
doc | ) |
|
|
inlinestaticprivate |
Checks if a document is set.
- Parameters
-
doc | ID of the metadata graph. |
- Returns
◆ Main()
static void SemanticSearchImplementation.SemanticSearch.Main |
( |
string[] |
args | ) |
|
|
inlinestatic |
◆ ADD
const string SemanticSearchImplementation.SemanticSearch.ADD = "add" |
|
staticprivate |
◆ DELETE
const string SemanticSearchImplementation.SemanticSearch.DELETE = "delete" |
|
staticprivate |
◆ INDEX
const string SemanticSearchImplementation.SemanticSearch.INDEX = "index" |
|
staticprivate |
◆ REINDEX
const string SemanticSearchImplementation.SemanticSearch.REINDEX = "reindex" |
|
staticprivate |
◆ SEARCH
const string SemanticSearchImplementation.SemanticSearch.SEARCH = "search" |
|
staticprivate |
The documentation for this class was generated from the following file: