Overload List

  NameDescription
Public methodToken()()()()
Constructs a Token will null text.
Public methodToken(Int32, Int32)
Constructs a Token with null text and start & end offsets.
Public methodToken(Int32, Int32, Int32)
Constructs a Token with null text and start & end offsets plus flags. NOTE: flags is EXPERIMENTAL.
Public methodToken(Int32, Int32, String)
Constructs a Token with null text and start & end offsets plus the Token type.
Public methodToken(String, Int32, Int32)
Constructs a Token with the given term text, and start & end offsets. The type defaults to "word." NOTE: for better indexing speed you should instead use the char[] termBuffer methods to set the term text.
Public methodToken(String, Int32, Int32, Int32)
Constructs a Token with the given text, start and end offsets, & type. NOTE: for better indexing speed you should instead use the char[] termBuffer methods to set the term text.
Public methodToken(String, Int32, Int32, String)
Constructs a Token with the given text, start and end offsets, & type. NOTE: for better indexing speed you should instead use the char[] termBuffer methods to set the term text.
Public methodToken(array<Char>[]()[][], Int32, Int32, Int32, Int32)
Constructs a Token with the given term buffer (offset & length), start and end offsets

See Also