Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.

Namespace: Lucene.Net.QueryParsers
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public int[][] expectedTokenSequences
Visual Basic
Public expectedTokenSequences As Integer()()
Visual C++
public:
array<array<int>^>^ expectedTokenSequences

See Also