LocationConfiguration.QueryReformatPattern Property
A string containing a pattern that a query must match to trigger a search on the federated location.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property QueryReformatPattern As String
Get
Set
'Usage
Dim instance As LocationConfiguration
Dim value As String
value = instance.QueryReformatPattern
instance.QueryReformatPattern = value
public string QueryReformatPattern { get; set; }
Property Value
Type: System.String
Remarks
If the value of IsPrefixPattern is true, then the query must begin with this string to trigger a search on the location. Otherwise, the value of this string is a regular expression pattern that the query must match.