The TextMarkupRequest class controls how a text string (which can be either a string or a string processed as an html section or document)
is marked up, given a markup string expression and language information controlling optional spellchecking and semantic expansion of the markup expression.
Inheritance Hierarchy
Ankiro.SearchServer.Data TextMarkupRequest
Namespace: Ankiro.SearchServer.Data
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax
The TextMarkupRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TextMarkupRequest | Initializes a new instance of the TextMarkupRequest class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (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.) |
Properties
Name | Description | |
---|---|---|
![]() | ExpandMarkupString |
True to perform semantic expansion of MarkupString, false otherwise.
|
![]() | ExpandWeight |
The optional expansion weight to use when processing MarkupString. Default weight: 1.0.
|
![]() | Language |
The two-letter iso code of the language to use when processing the markup string.
|
![]() | MarkupSettings |
The optional html markup settings controlling aspects of generated markup tags.
|
![]() | MarkupString |
The markup string/expression which should be marked up inside Text.
|
![]() | SemanticExpansionSettings |
The optional semantic expansion settings to use to expand the markup string. If no semantic expansion settings are specified and ExpandMarkupString is true, the default
semantic expansion settings are used.
|
![]() | SpellcheckMarkupString |
True to spellcheck MarkupString, false otherwise.
|
![]() | SpellcheckSettings |
The optional spell check settings to use to spellcheck the markup string. If no spellcheck settings are specified, the default
spellcheck settings are used.
|
![]() | Text |
The text to mark up. The TextType property is used to control how the text is processed.
|
![]() | TextType |
The type of the text to markup.
|
![]() | ThesaurusId |
The optional id of the thesaurus to use when processing the markup string.
|
See Also