FullTextSearchKnowledgeArticleRequest.UseInflection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether to use inflectional stem matching when searching for knowledge articles. Required.
public:
property bool UseInflection { bool get(); void set(bool value); };
public bool UseInflection { get; set; }
member this.UseInflection : bool with get, set
Public Property UseInflection As Boolean
Property Value
true
, to use inflectional stem matching, otherwise, false
.
Remarks
In inflectional stem matching, you can use word “write” as an inflectional stem of “‘write”, “writing”, “wrote” and “written”.