: > I'm going to guess that is what you meant, that the very : > presence of the : > filter in the schema, whether it is used or not, allows you : > to do wildcard : > searches. : : Exactly.
that's not correct.... what SolrQueryParser does is check which field types use ReversedWildcardFilterFactory at indexing time, and then when parsing queries, it allows fields that use field types to be parsed with a leading wildcard. -Hoss