return whether fieldMatch or not.

Namespace: Lucene.Net.Search.Vectorhighlight
Assembly: Lucene.Net.FastVectorHighlighter (in Lucene.Net.FastVectorHighlighter.dll) Version: 2.9.2.0 (2.9.2)

Syntax

C#
public bool IsFieldMatch()
Visual Basic
Public Function IsFieldMatch As Boolean
Visual C++
public:
bool IsFieldMatch()

Return Value

return whether fieldMatch or not.

See Also