if you really want #3 and #4 to show up, then have two fields: one using
whitespace tokenizer, one using keyword tokenizer; both using
EdgeNGramFilter ... boost the query to the first field higher then the
second field (or just rely on the coordFactor and the fact that "ca" will
match on both fields for "Canon PowerShot" but only on thesecond field for
"iPod Cable"
I'm working with person names that are sometimes reversed... it needs to
treat the last name (that may be the first name) with the same weight.
Yes, this scheme works great. Thanks.
I added the config I'm using to SOLR-357 and closed the issue.
Hopefully the next person searching for how to do this will know to look
at the "EdgeNGramFilter"
ryan