Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
|
Go to the documentation of this file.
22 #ifndef LUCENE_TOOL_H_
23 #define LUCENE_TOOL_H_
103 #ifndef DOXYGEN_SHOULD_SKIP_THIS
105 #ifdef ALLOCATE_LUCENE_TOOL_CONSTANTS
106 #define LUCENE_TOOL_PREFIX GRASSROOTS_LUCENE_API
107 #define LUCENE_TOOL_VAL(x) = x
109 #define LUCENE_TOOL_PREFIX extern GRASSROOTS_LUCENE_API
110 #define LUCENE_TOOL_VAL(x)
117 LUCENE_TOOL_PREFIX
const char *LT_EXACT_SEARCH_OP_S
LUCENE_TOOL_VAL (
"=");
119 LUCENE_TOOL_PREFIX
const char *LT_NUM_TOTAL_HITS_S
LUCENE_TOOL_VAL (
"total_hits");
121 LUCENE_TOOL_PREFIX
const char *LT_HITS_START_INDEX_S
LUCENE_TOOL_VAL (
"from");
123 LUCENE_TOOL_PREFIX
const char *LT_HITS_END_INDEX_S
LUCENE_TOOL_VAL (
"to");
A datatype to represent a running task.
Definition: service_job.h:72
#define GRASSROOTS_LUCENE_API
Definition: lucene_library.h:46
A doubly-linked list that can be traversed in either direction.
Definition: linked_list.h:56
OperationStatus
The current status of an Operation.
Definition: operation.h:96
Definition: grassroots_server.h:45
Definition: windows_uuid.h:43