Re: Grouping and sorting results

2012-01-31 Thread Erick Erickson
Nothing that I know of wil give you what you want OOB, but there are two possibilities: Query Elevantion Component is a broad-brush way to go, but it's not very flexible so if 10 minutes looking at how it works doesn't excite you, don't spend too much time on it. If, at query time, you know your

Grouping and sorting results

2012-01-31 Thread Vijay J
Hi, I'm running into some issues with solr scoring affecting ordering of query results. Is it possible to run a Solr boolean query to check if a document contains any search terms and get the results back without any scoring mechanism besides presence or absence of any of the search terms? Basical