Click or drag to resize

SphinxMatchMode Enumeration

Determines the mode searchd uses to match a document.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
[SerializableAttribute]
public enum SphinxMatchMode
Members
  Member nameValueDescription
All0 Match all query words. This is the default.
Any1 Match any of the query words.
Phrase2 Match query as a phrase, requiring perfect match.
Boolean3 Match query as a boolean expression. For more information see http://www.sphinxsearch.com/docs/current.html#boolean-syntax.
Extended4
Fullscan5 Match query using the full scan mode.
Extended26 Match query using the second version of the Extended matching mode.
Remarks
For more information on how the different matching modes work see http://www.sphinxsearch.com/docs/current.html#matching-modes
See Also