: It seems that Solr's query parser doesn't pass a single term query no ... the query parser always uses the analyzer for "text" regardless of wether it's a single term or not (it doesnt' even know if it's a single term until the Analyzer tells it)
cases where the analyzer isn't used are things like range queries, or wildcards, or prefix queries. -Hoss