IPrepared QueryTDocument, TResultQuery Method
Builds the expression for the IFulltextQueryTDocument to prepare.
Definition
Namespace: SphinxConnector.FluentApi.PreparedQueries
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The IFulltextQueryTDocument to prepare.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
Expression<Func<IFulltextQuery<TDocument>, IFulltextQuery<TResult>>> Query()VB
Function Query As Expression(Of Func(Of IFulltextQuery(Of TDocument), IFulltextQuery(Of TResult)))Return Value
ExpressionFuncIFulltextQueryTDocument, IFulltextQueryTResultThe IFulltextQueryTDocument to prepare.