Google Search Appliance: Limiting Number of Results
Posted
by senfo
on Server Fault
See other posts from Server Fault
or by senfo
Published on 2010-03-30T16:23:39Z
Indexed on
2010/03/30
16:33 UTC
Read the original article
Hit count: 434
google-mini
|gsa
I am attempting to limit the number of results that are displayed as a result of dynamic result clustering on the Google Search Appliance. I've looked through the XSLT, but I've only come across the following two user-modifiable options:
<!-- *** dyanmic result cluster options *** -->
<xsl:variable name="show_res_clusters">1</xsl:variable>
<xsl:variable name="res_cluster_position">right</xsl:variable>
Are there more options that I'm unaware of that I could use to limit the results? Is there another way that I'm missing?
© Server Fault or respective owner