Свойство | Type | Description | |
---|---|---|---|
RelativeUri | string |
Méthode | Description | |
---|---|---|
Explain ( bool explain ) : |
If true, the response will include additional search score explanations.
|
|
Facets ( ) : |
ISearchFacets used to aggregate information collected on a particluar result set.
|
|
Fields ( ) : |
List of fields values that should be returned in the result assuming that they were indexed.
|
|
Highlighting ( HighLightStyle highLightStyle ) : |
Allows setting of additional highlighting on the result set of matching terms.
|
|
Limit ( int limit ) : |
Limits the number of matching results from a returned result-set.
|
|
SearchQuery ( ) : System | ||
Skip ( int skip ) : |
Skip indicates how many matching results to skip on the result set before returing matches.
|
|
Sort ( ) : |
Configures the list of fields which are used for sorting the search result. Fields with a prefix of "-" indicate a decending nature. If no sort is provided, it is equal to sort("-_score"), since the server will sort it by score in descending order by default.
|
|
Timeout ( System.TimeSpan timeout ) : |
The server side timeout allows to specify an upper boundary of request execution so that it potentially doesn't run infinitely.
|
|
ToJson ( ) : string |
Gets the JSON representation of this object.
|
|
WithConsistency ( ScanConsistency consistency ) : |
The ScanConsistency you require for you ISearchQueryResults.
|
Méthode | Description | |
---|---|---|
RelativeUri ( ) : string |
Gets the relative path for the FTS API service.
|
public Explain ( bool explain ) : |
||
explain | bool | |
Résultat |
public Highlighting ( HighLightStyle highLightStyle ) : |
||
highLightStyle | HighLightStyle | The |
Résultat |
public Timeout ( System.TimeSpan timeout ) : |
||
timeout | System.TimeSpan | The max length of time that that will be given to execute the query. |
Résultat |
public WithConsistency ( ScanConsistency consistency ) : |
||
consistency | ScanConsistency | The |
Résultat |