Returns the simple property.
bool TRUE if it is a simple query, and FALSE if it is complicated (phrases or LIKE).
public function simple() { return $this->simple; }