![]() | IFulltextQueryTDocument Interface |
Namespace: SphinxConnector.FluentApi
The IFulltextQueryTDocument type exposes the following members.
Name | Description | |
---|---|---|
![]() | First |
Execute this query and return the first result.
|
![]() | First(QueryMetadata) |
Execute this query and return the first result along with query meta data.
|
![]() | FirstFuture |
Execute this query and return a lazily initialized first result.
|
![]() | FirstOrDefault |
Execute this query and return the first result or the default value for the given type, if no results were found.
|
![]() | FirstOrDefault(QueryMetadata) |
Execute this query and return the first result or the default value for the given type, if no results were found along with query metadata.
|
![]() | FirstOrDefaultFuture |
Execute this query and return the lazily initialized first result or the default value for the given type, if no results were found.
|
![]() ![]() | GroupByTKey(ExpressionFuncTDocument, TKey) |
Group the results of this query by the given key.
|
![]() ![]() | GroupByTKey(ExpressionFuncTDocument, TKey, Int32) |
Group the results of this query by the given key and return a given amount of results per group. Supported with Sphinx 2.2.1 and above.
|
![]() ![]() | Having |
Filter the aggregated results of this query by the given predicate. Supported with Sphinx 2.2.1 and up.
|
![]() | Limit |
Limits the results returned by this query.
|
![]() | Match |
Match the documents with the given matchClause.
|
![]() ![]() | Options |
Change the options used for this query.
|
![]() | OrderByTKey |
Sort the results of this query by the given key in ascending order.
|
![]() | OrderByDescendingTKey |
Sort the results of this query by the given key in descending order.
|
![]() ![]() | SelectTResult |
Project the results of this query into a new form.
|
![]() | Take |
Return at most count results for this query.
|
![]() | ThenByTKey |
Sort the results of this query by the given key in ascending order.
|
![]() | ThenByDescendingTKey |
Sort the results of this query by the given key in descending order.
|
![]() ![]() | ToFutureList |
Get a lazily initialized list of results. Accessing the results will trigger the execution of all pending future results as a batch of queries in
a single roundtrip to Sphinx.
|
![]() ![]() | ToFutureList(LazyQueryMetadata) |
Get a lazily initialized list of results along with query metadata. Accessing the results will trigger the execution of all
pending future results as a batch of queries in a single roundtrip to Sphinx.
|
![]() | ToList |
Execute this query and return the list of results.
|
![]() ![]() | ToList(QueryMetadata) |
Execute this query and return the list of results along with query metadata.
|
![]() | Where |
Filter the results of this query by the given predicate.
|
![]() | WithinGroupOrderByTKey |
Sort the documents within a group by the given key in ascending order.
|
![]() | WithinGroupOrderByDescendingTKey |
Sort the documents within a group by the given key in descending order.
|
![]() | WithSubqueryTSubqueryResult |
Defines a subquery from which the results for this query are selected.
|