Lucene.Net 1.4.3 Class Library

ParseException.expectedTokenSequences Field

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.

public int[][] expectedTokenSequences;

See Also

ParseException Class | Lucene.Net.Analysis.Standard Namespace