Re: Advice on Exact Matching?

2011-01-04 Thread Chris Hostetter
: I am trying to make sure that when I search for text—regardless of : what that text is—that I get an exact match. I'm *still* getting some : issues, and this last mile is becoming very painful. The solr field, : for which I'm setting this up on, is pasted below my explanation. I : appreciate

Re: Advice on Exact Matching?

2011-01-04 Thread Jonathan Rochkind
There is a hacky kind of thing that Bill Dueber figured out for using multiple fields and dismax to BOOST exact matches, but include all matches in the result set. You have to duplicate your data in a second non-tokenized field. Then you use dismax pf to super boost matches on the

Advice on Exact Matching?

2010-12-30 Thread Scott Gonyea
Hi, I am trying to make sure that when I search for text—regardless of what that text is—that I get an exact match. I'm *still* getting some issues, and this last mile is becoming very painful. The solr field, for which I'm setting this up on, is pasted below my explanation. I appreciate any

Re: Advice on Exact Matching?

2010-12-30 Thread Erick Erickson
You can gain a lot of insight into this kind of thing with the admin/analysis page. Often the issue is that your tokenizing/ filtering isn't doing quite what you think. Try turning on the debug checkboxes on that page and seeing what tokens are generated at index and analysis page. In particular,