I am curious how the dismay parser handles single term queries and phrase
boosts. For example, if I had a query
q=bars with the following dismax parameters: qf=categories and
pf=categories^100
I would expect that the parser would match on the QF parameter but then also
match again on the
Why not use ShingleFilterFactory and then match on that token if you find it?
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.ShingleFilterFactory
Jeff Porter
co-founder
email: jpor...@o2ointeractive.com
mobile: +1-303-332-4006
On Aug 19, 2013, at 11:23 AM, Dan Davis wrote
I am in the middle of implementing the SOLR suggestion tool for our
auto-suggest. I think I have everything setup, but I want the suggester to
"suggest" terms that are in a payloads field for us. I have the suggestions
returning correctly, but I want to eliminate the Payload field from the
re