SphinxSearchOptions Methods |
The SphinxSearchOptions type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ResetFilters |
Resets all filters which were added via one of the SetFilter() or SetFilterRange() methods
and SetGeoAnchor(String, String, Single, Single).
| |
ResetOuterSelect |
Resets the outer select.
| |
ResetOverrides |
Resets all overrides.
| |
SetDocumentIdRange |
Sets the mininum and maximum ids for a document to be matched.
| |
SetFieldWeight |
Sets a weight for the field with the given name. If a weight for the field has previously
been set, it will be overwritten.
| |
SetFilterTFilterable(String, TFilterable) |
Sets a filter for the attribute with the given name.
| |
SetFilterTFilterable(String, TFilterable, Boolean) |
Sets a filter for the attribute with the given name.
| |
SetFilterTFilterable(String, IEnumerableTFilterable, Boolean) |
Sets a filter for the attribute with the given name.
| |
SetFilterRangeTRangeFilterable |
Sets a range filter for the attribute with the given attribute name.
| |
SetGeoAnchor |
Sets an anchor point for geosphere distance calculations.
| |
SetIndexWeight |
Sets a weight for the index with the given name. The method should be called for each
index that should have a weight set. If a weight for an index has previously been set,
it will be overwritten.
| |
SetOuterSelect |
Sets the outer select. Supported with Sphinx 2.1.1 and up.
| |
SetOverrideTOverridable |
Sets the override values for an attribute. If values for the attribute have previously
been set, they will be overwritten.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |