![]() | SphinxClient Methods |
The SphinxClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddQuery |
Adds a new query with the current SearchOptions to the search request.
If no index name is given, the query will be executed against all indexes. If a comment is
provided it will be written to the query log by searchd.
|
![]() ![]() | BuildExcerpts(IEnumerableString, String, String) |
Builds excerpts for the given documents using the settings from the given index name and
inserting the default values for BeforeMatch and
AfterMatch before and after the given highlight
words.
|
![]() | BuildExcerpts(IEnumerableString, String, String, BuildExcerptsOptions) |
Builds excerpts for the given documents using the settings from the given index name and
the given options.
|
![]() | BuildKeywords |
Builds a list of keywords from the given query, using the settings from the specified index.
|
![]() | ClearQueries |
Clears the (internal) list of scheduled queries (queries which have been added via AddQuery(String, String, String)).
|
![]() | ClosePersistentConnection |
Closes a persistent connection.
|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | FlushAttributes |
Causes Sphinx to do an attribute flush.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetStatus |
Gets an array of SphinxStatusInfo instances for each
status variable from searchd.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | OpenPersistentConnection |
Opens a persistent connection to searchd.
|
![]() ![]() | Query |
Sends the specified query to searchd returns its result. If no index name is given, the query will be executed
against all indexes. If a comment is provided it will be written to the query log by searchd.
|
![]() | ResetSearchOptions |
Resets the search options to their default values and clears field weights,
index weights etc.
|
![]() | RunQueries |
Runs the queries which have been added via the AddQuery method.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | UpdateAttributesTUpdateable(String, SphinxAttributeUpdateTUpdateable) |
Updates attributes for the index with the given name with values from the given
sequence of SphinxAttributeUpdateItems.
|
![]() ![]() | UpdateAttributesTUpdateable(String, UpdateAttributesOptions, SphinxAttributeUpdateTUpdateable) |
Updates attributes for the index with the given name with values from the given
sequence of SphinxAttributeUpdateItems.
|