Creates a new QueryParser instance and sets the default operator to
{@link Operator#AND}. The parser will use
{@link IndexSchema#getDefaultSearchField} as the field and
{@link IndexSchema#getSchemaAnalyzer()} as the analyzer.
this(schema.getDefaultSearchField(), schema.getSchemaAnalyzer());