: Is there a way to pass the analyzer to the query parser plugin Solr uses a variant of the PerFieldAnalzyer -- you specify in the schema.xml what analyzer you want to use for each field.
if you have some sort of *really* exotic situation, you can always design a custom QParser that looks at some query params to do something really interesting (it's the parser that decides how to use the analyzer. if you could explain what it is you are trying to do, we might be able to help you. PS: please don't post your duplicate copies of your questions twice to gene...@lucene ... solr-user is the appropriate place for questions like this. -Hoss