Click or drag to resize

IPreparedQueryTDocument Interface

Implement this interface to create a prepared query on TDocument which returns instances of TDocument as a result.

Namespace: SphinxConnector.FluentApi.PreparedQueries
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public interface IPreparedQuery<TDocument> : IPreparedQuery<TDocument, TDocument>

Type Parameters

TDocument
The type of document for this query.

The IPreparedQueryTDocument type exposes the following members.

Methods
 NameDescription
Public methodQuery Builds the expression for the IFulltextQueryTDocument to prepare.
(Inherited from IPreparedQueryTDocument, TResult)
Top
See Also