Click or drag to resize

SphinxSearchOptions Methods

The SphinxSearchOptions type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodResetFilters
Resets all filters which were added via one of the SetFilter() or SetFilterRange() methods and SetGeoAnchor(String, String, Single, Single).
Public methodResetOuterSelect
Resets the outer select.
Public methodResetOverrides
Resets all overrides.
Public methodSetDocumentIdRange
Sets the mininum and maximum ids for a document to be matched.
Public methodSetFieldWeight
Sets a weight for the field with the given name. If a weight for the field has previously been set, it will be overwritten.
Public methodCode exampleSetFilterTFilterable(String, TFilterable)
Sets a filter for the attribute with the given name.
Public methodSetFilterTFilterable(String, TFilterable, Boolean)
Sets a filter for the attribute with the given name.
Public methodSetFilterTFilterable(String, IEnumerableTFilterable, Boolean)
Sets a filter for the attribute with the given name.
Public methodCode exampleSetFilterRangeTRangeFilterable
Sets a range filter for the attribute with the given attribute name.
Public methodCode exampleSetGeoAnchor
Sets an anchor point for geosphere distance calculations.
Public methodCode exampleSetIndexWeight
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.
Public methodCode exampleSetOuterSelect
Sets the outer select. Supported with Sphinx 2.1.1 and up.
Public methodCode exampleSetOverrideTOverridable
Sets the override values for an attribute. If values for the attribute have previously been set, they will be overwritten.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also