Determines the mode Sphinx uses when stripping HTML from excerpts.
Namespace: Gronewold.SphinxConnectorAssembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)
Syntax
| C# |
|---|
public enum HtmlStripMode |
| Visual Basic |
|---|
Public Enumeration HtmlStripMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not strip HTML from excerpts. | |
| Strip | 1 | Strip HTML from excerpts. | |
| Index | 2 | Use index settings. | |
| Retain | 3 | Retain HTML markup and protect it from highlighting. |