![]() | QueryFlags Class |
Namespace: SphinxConnector.NativeApi
The QueryFlags type exposes the following members.
Name | Description | |
---|---|---|
![]() | QueryFlags |
Initializes a new instance of the QueryFlags class.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | BooleanSimplify |
Gets or sets a value indicating whether to simplify boolean expressions in queries. Default is false.
|
![]() | Idf |
Determines the way the IDF (Inverse Document Frequency) is calculated. Default is Normalized.
|
![]() | MaxPredictedQueryTime |
Gets or sets the maximum predicted time for a query. This value is applied per index.
Default is MaxValue which means no limit.
|
![]() | ReverseScan |
Gets or sets a value whether to the order in which full-scan query processes the rows. Default is false.
|
![]() | SortMethod |
Gets or sets the sort method to use for a query. Default is PriorityQueue.
|
![]() | TfIdf |
Determines the calculation method Sphinx uses for the tf–idf (term frequency–inverse document frequency). Default is Normalized. Supported with Sphinx 2.2.1 and up.
|
![]() | UseGlobalIdf |
Gets or sets a value indicating whether to use global statistics (frequencies) from the global_idf file for IDF computations, rather than the local index statistics.
|