TextMarkupRequest ClassAnkiro Enterprise Suite Reference Documentation
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

System Object
  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

[SerializableAttribute]
public class TextMarkupRequest

The TextMarkupRequest type exposes the following members.

Constructors

  NameDescription
Public methodTextMarkupRequest
Initializes a new instance of the TextMarkupRequest class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyExpandMarkupString
True to perform semantic expansion of MarkupString, false otherwise.
Public propertyExpandWeight
The optional expansion weight to use when processing MarkupString. Default weight: 1.0.
Public propertyLanguage
The two-letter iso code of the language to use when processing the markup string.
Public propertyMarkupSettings
The optional html markup settings controlling aspects of generated markup tags.
Public propertyMarkupString
The markup string/expression which should be marked up inside Text.
Public propertySemanticExpansionSettings
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.
Public propertySpellcheckMarkupString
True to spellcheck MarkupString, false otherwise.
Public propertySpellcheckSettings
The optional spell check settings to use to spellcheck the markup string. If no spellcheck settings are specified, the default spellcheck settings are used.
Public propertyText
The text to mark up. The TextType property is used to control how the text is processed.
Public propertyTextType
The type of the text to markup.
Public propertyThesaurusId
The optional id of the thesaurus to use when processing the markup string.
Top
See Also