Table of Contents

Class FullTextSearchExpression

Namespace
Dynamicweb.Indexing.Querying.Expressions
Assembly
Dynamicweb.Indexing.dll
The Class FullTextSearchExpression represents text search expression.
public class FullTextSearchExpression : Expression
Inheritance
FullTextSearchExpression
Inherited Members

Properties

Fields

Gets or sets the fields.
public string[] Fields { get; set; }

Property Value

string[]
The fields.

SearchText

Gets or sets the search text.
public string SearchText { get; set; }

Property Value

string
The search text.

WildcardType

Gets or sets the type of wildcard search.
public FullTextSearchWildcardTypes WildcardType { get; set; }

Property Value

FullTextSearchWildcardTypes
The type of wildcard search.
To top