ibi Patterns - Search 6.0.0 .NET API |
NetricsServerInterface Members |
See AlsoExampleMethodsExplicit Inteface Implementations |
![]() ![]() |
Base class for all interactions with the ibi™ Patterns - Search Server.
The following tables list the members exposed by NetricsServerInterface.
Public Constructors
Name | Description | |
---|---|---|
![]() ![]() |
NetricsServerInterface | Overloaded. |
Protected Constructors
Name | Description | |
---|---|---|
![]() ![]() |
NetricsServerInterface | Overloaded. |
Public Methods
Name | Description | |
---|---|---|
![]() |
addRecsFromFile | Add or replace records from a file. |
![]() |
checkpoint | Obsolete. Checkpoint tables currently loaded in ibi Patterns - Search Engine. |
![]() |
checkpointObjects | Checkpoint objects (tables, thesauri, character maps, rlink models) currently loaded in the ibi™ Patterns - Search Server. |
![]() |
cmap_stats | Lists statistics on character maps currently loaded on the server. |
![]() |
cmapcreate | Create a character map in the ibi™ Patterns - Search Server. |
![]() |
cmaplist | Lists the character maps currently loaded in the ibi™ Patterns - Search Server. |
![]() |
cmdstats | Overloaded. Retrieve processing statistics for commands. |
![]() |
cmdstats_reset | Reset processing statistics for the specified commands. |
![]() |
compoundNext | Retrieve compound records from a cursor. |
![]() |
cthcreate | Create a combined thesaurus in the ibi™ Patterns - Search Server. |
![]() |
DebuggingOff | Turn off socket protocol debugging output. |
![]() |
DebuggingOn | Turn on socket protocol debugging output. |
![]() |
delChildRecord | |
![]() |
delChildRecords | Overloaded. Delete multiple records from a child table. |
![]() |
delCompoundRecords | Deletes a set of records from a parent table, and deletes associated child records from child tables. |
![]() |
doRecOps | Overloaded. Perform a mixed set of record updates. |
![]() |
Equals | (inherited from Object) |
![]() |
getCertificateValidator | Get the current certificate-validation callback. |
![]() |
getChildRecord | |
![]() |
getChildRecords | Overloaded. Get multiple records from a child table. |
![]() |
getCommandDuration | Gets the total time spent on the last command the current thread executed on this interface object. |
![]() |
getCompoundRecords | Get multiple compound records. |
![]() |
getConnectionPoolingPolicy | Get the current connection pooling policy. Default is |
![]() |
getConnectRetryCount | Return the retry count for establishing a socket connection to the engine. |
![]() |
getConnectTimeout | Return the per-attempt timeout for establishing a socket connection to the engine. |
![]() |
getFormatTransmitDuration | Gets the time spent formatting and transmitting the last command the current thread executed on this interface object. |
![]() |
GetHashCode | (inherited from Object) |
![]() |
getLayout | Obsolete. Obsolete. Layouts are deprecated since version 5.6, and removed in 5.7. This function always returns null. |
![]() |
getMaxSocketIdleTime | Return the idle time of socket connections to the engine. |
![]() |
getMaxSocketLifetime | Return the maximum lifetime of socket connections to the engine. |
![]() |
getMaxSocketUsage | Return the maximum number of queries to perform on a given socket before closing it. |
![]() |
getReceiveParseDuration | Gets the time spent receiving and parsing the response to the last command the current thread executed on this interface object. |
![]() |
getServerDuration | Gets the time spent waiting for the server to begin responding to the last command the current thread executed on this interface object. |
![]() |
getSSLEnabled | Returns |
![]() |
GetType | (inherited from Object) |
![]() |
idxlist | Lists statistics for partitioned indexes. |
![]() |
isDecisionEngine | Return true if the server indicates it is a Learning Engine |
![]() |
isDurableDataEnabled | Return true if the server is using the durable-data feature. |
![]() |
isGIPEnabled | Return true if the server indicates GIP is the default prefilter. |
![]() |
isPsiEnabled | Return true if the server indicates PSI is the default prefilter. |
![]() |
isSortEnabled | Return true if the server indicates SORT is the default prefilter. |
![]() |
list | Lists statistics for tables currently loaded in the ibi™ Patterns - Search Server. |
![]() |
listTransactions | Get statistics on open transactions. |
![]() |
loadClusterConfiguration | Load a new cluster configuration file on the gateway server. |
![]() |
ParseDebuggingOff | Turn off response parsing debugging output. |
![]() |
ParseDebuggingOn | Turn on response parsing debugging output. |
![]() |
recadd | Overloaded. Add a single record to a table. |
![]() |
recdelete | Overloaded. Delete a single record from a table. |
![]() |
recget | Overloaded. Get a record from a table. |
![]() |
recnext | Retrieve records from a table cursor. |
![]() |
recreplace | Overloaded. Replace a record in a table. |
![]() |
recupdate | Overloaded. Update a single existing record in a table. |
![]() |
restore | Obsolete. Restore tables previously checkpointed. |
![]() |
restoreObjects | Restore objects previously checkpointed. |
![]() |
rlcreate | Create a learning engine model in the server. |
![]() |
rlcreate_l | Overloaded. Like rlcreate_l(rlModelName, rlModelFile, bool), except the gateway model-in-memory flag is left at the server default (currently false). |
![]() |
rldelete | Delete one or more ibi™ Patterns - Search Learn Models. |
![]() |
rleval | Evaluate an ibi™ Patterns - Search Learn Model with the given vector of feature values. |
![]() |
rllist | List information on ibi™ Patterns - Search Learn Models. |
![]() |
scoreRecords | Overloaded. Score one or more records against a query. |
![]() |
search | Overloaded. Perform a search. |
![]() |
selectLayout | Obsolete. Obsolete. Layouts are deprecated since version 5.6, and removed in 5.7. This function has no effect. |
![]() |
server_info | Retrieve the server version information. |
![]() |
setCertificateValidator | Sets the certificate-validation callback. |
![]() |
setConnectionPoolingPolicy | Changes the connection pooling policy for this NetricsServerInterface object. Use of this function is not generally recommended. |
![]() |
setConnectRetryCount | Set the retry count for establishing a socket connection to the engine. |
![]() |
setConnectTimeout | Set the per-attempt timeout for establishing a socket connection to the engine. |
![]() |
setMaxSocketIdleTime | Set the maximum idle time of socket connections to the engine. |
![]() |
setMaxSocketLifetime | Set the maximum lifetime of socket connections to the engine. |
![]() |
setMaxSocketUsage | Set the maximum number of queries to perform on a given socket before closing it. |
![]() |
setNetProtocols | Set the network protocols that will be used to connect to the ibi™ Patterns - Search Server. |
![]() |
setServerCultureInfo | Sets the culture used by the interface when formatting and interpreting data exchanged with the server. |
![]() |
setSSLEnabled | Sets the SSL enable flag. |
![]() |
svrlogoff | Turn off search logging (must be enabled when the server starts up). |
![]() |
svrlogon | Turn on search logging (must be enabled when the server starts up). |
![]() |
svrnoop | Perform a noop on the ibi™ Patterns - Search Server. |
![]() |
svrshutdown | Overloaded. Initiates a server shutdown. |
![]() |
svrversion | Retreive the ibi™ Patterns - Search Server's version information. |
![]() |
tbldelete | Delete a table. |
![]() |
tblload | Overloaded. Used to load a NetricsTable into the server. |
![]() |
tblmove | Rename a table. |
![]() |
thcreate | Create a thesaurus in the ibi™ Patterns - Search Server. |
![]() |
thdelete | Delete one or more thesauri currently loaded on the server. |
![]() |
thes_stats | Lists statistics on thesauri currently loaded on the server. |
![]() |
thlist | Lists the thesauruses currently loaded in the ibi™ Patterns - Search Server. |
![]() |
ToString | (inherited from Object) |
![]() |
tranAbort | Abort a transaction. |
![]() |
tranCommit | Commit a transaction. |
![]() |
tranForceCommit | Commit a transaction even if it has errors. |
![]() |
tranSetIdleOpts | Set the idle transaction processing parameters on the server. |
![]() |
updRecsFromFile | Update records from a server side file. |
![]() |
version | Retreive the ibi™ Patterns - Search Server Interface version information. |
![]() |
wdcreate | Create a weighted dictionary in the ibi™ Patterns - Search Server. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
NetricsServerInterface | Overloaded. |