Public Member Functions | |
virtual void | Dispose () |
QueryEnvironment () | |
void | addServer (string hostname) |
void | addIndex (string pathname) |
void | removeServer (string hostname) |
void | removeIndex (string pathname) |
void | close () |
void | setMemory (long memory) |
void | setScoringRules (StringVector rules) |
void | setStopwords (StringVector stopwords) |
ScoredExtentResultVector | runQuery (string query, int resultsRequested) |
ScoredExtentResultVector | runQuery (string query, IntVector documentSet, int resultsRequested) |
QueryAnnotation | runAnnotatedQuery (string query, int resultsRequested) |
QueryAnnotation | runAnnotatedQuery (string query, IntVector documentSet, int resultsRequested) |
ParsedDocumentVector | documents (IntVector documentIDs) |
ParsedDocumentVector | documents (ScoredExtentResultVector results) |
StringVector | documentMetadata (IntVector documentIDs, string attributeName) |
StringVector | documentMetadata (ScoredExtentResultVector documentIDs, string attributeName) |
IntVector | documentIDsFromMetadata (string attributeName, StringVector attributeValue) |
ParsedDocumentVector | documentsFromMetadata (string attributeName, StringVector attributeValue) |
long | termCount () |
long | termCount (string term) |
long | termFieldCount (string term, string field) |
StringVector | fieldList () |
long | documentCount () |
long | documentCount (string term) |
DocumentVectorVector | documentVectors (IntVector documentIDs) |
double | expressionCount (string expression, string queryType) |
double | expressionCount (string expression) |
ScoredExtentResultVector | expressionList (string expression, string queryType) |
ScoredExtentResultVector | expressionList (string expression) |
int | documentLength (int documentID) |
Protected Attributes | |
bool | swigCMemOwn |
Private Member Functions | |
internal | QueryEnvironment (IntPtr cPtr, bool cMemoryOwn) |
~QueryEnvironment () | |
Static Private Member Functions | |
internal HandleRef | getCPtr (QueryEnvironment obj) |
Private Attributes | |
HandleRef | swigCPtr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|