Click or drag to resize

FullTextSearchExpression Class

The Class FullTextSearchExpression represents text search expression.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Indexing.Querying.ExpressionsExpression
    Dynamicweb.Indexing.Querying.ExpressionsFullTextSearchExpression

Namespace:  Dynamicweb.Indexing.Querying.Expressions
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public class FullTextSearchExpression : Expression

The FullTextSearchExpression type exposes the following members.

Properties
  NameDescription
Public propertyFields
Gets or sets the fields.
Public propertySearchText
Gets or sets the search text.
Public propertyWildcardType
Gets or sets the type of wildcard search.
Top
See Also