Apache Lucene.Net 2.1 Class Library API

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.QueryParsers Namespace