Match Class

NReco.NLQuery Class Library Documentation
Represents a match which describes one or more tokens from original search query.
Inheritance Hierarchy

SystemObject
  NReco.NLQuery.MatchersMatch
    More...

Namespace:  NReco.NLQuery.Matchers
Assembly:  NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax

public abstract class Match

The Match type exposes the following members.

Constructors

  NameDescription
Public methodMatch
Initializes a new instance of the Match class
Top
Properties

  NameDescription
Public propertyEnd
End token. Can be equal to Start if only one token is matched.
Public propertyScore
Measure that reflects match score (0..1).
Public propertyStart
Start token.
Top
Methods

  NameDescription
Public methodClone
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberScoreCertain
Public fieldStatic memberScoreMaybe
Top
See Also

Reference

Inheritance Hierarchy

SystemObject
  NReco.NLQuery.MatchersMatch
    NReco.NLQuery.MatchersDateMatch
    NReco.NLQuery.MatchersDateOffsetMatch
    NReco.NLQuery.MatchersKeyMatchT
    NReco.NLQuery.MatchersNumberMatch
    NReco.NLQuery.MatchersStubMatch
    NReco.NLQuery.TableColumnConditionMatch
    NReco.NLQuery.TableColumnMatch
    NReco.NLQuery.TableTableMatch