SearchServiceApplication.HighlightStringValue method
Realça todas as ocorrências dos termos da consulta especificada dentro de uma seqüência específica.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function HighlightStringValue ( _
properties As QueryProperties, _
strValue As String, _
fLastTermByPrefix As Boolean _
) As HighlightedString
'Uso
Dim instance As SearchServiceApplication
Dim properties As QueryProperties
Dim strValue As String
Dim fLastTermByPrefix As Boolean
Dim returnValue As HighlightedString
returnValue = instance.HighlightStringValue(properties, _
strValue, fLastTermByPrefix)
public HighlightedString HighlightStringValue(
QueryProperties properties,
string strValue,
bool fLastTermByPrefix
)
Parâmetros
properties
Type: Microsoft.Office.Server.Search.Query.QueryPropertiesAs propriedades de uma consulta de pesquisa.
strValue
Type: System.StringA seqüência de caracteres a ser realçada.
fLastTermByPrefix
Type: System.Booleantrue se qualquer token no strValue corresponde ao prefixo do último token, a consulta será realçado; Caso contrário, false.
Valor retornado
Type: Microsoft.Office.Server.Search.Query.HighlightedString
A seqüência na quais todas as ocorrências da consulta especificada termos são realçados.
Comentários
Este método realça todas as ocorrências dos termos da consulta especificada, colocando cada termo entre abrir (< b >) e marcas de fechamento (</b >).
Ver também
Referência
SearchServiceApplication class