isComplete abstract method

bool isComplete(
  1. int stateIndex
)

Whether the query is fully consumed at stateIndex.

Returns true when all segments have been matched and the current tree position is a valid result.

Implementation

bool isComplete(int stateIndex);