I have a wildcard query that looks something like:
q=location:los a*
I\'d like it to match \"los angeles\" and \"los altos\". A query like
Without seeing your config, I would say use a KeywordTokenizerFactory as you probably tokenize on whitespace now.