Have a look at the q.alt parameter
(http://wiki.apache.org/solr/DisMaxRequestHandler#q.alt) which is used
for exactly this issue. Basically putting q.alt=*:* in your query means
you can leave out the q parameter if you want all documents to be selected.
Regards,
gwk
On 2/19/2010 11:28 AM, Ro
Hi all,
We have a web application build on top of Solr, and we are using a lot of
facets - everything works just fine.
When the user first hits the searchpage - we would like to do a "get all query"
to the a result, and thereby get all facets so we can build up the user
interface from this resu