Hi all,
We have implemented query suggestion on the Google Search Appliance. It appears query suggestions do not work when calling multiple collections. See the links below. The one with multiple collections will not return any results. Is my assumption correct query suggestions is limited to one collection?
does not provide suggestions
/suggest?q=c&max=10&site=NA|NA_PROD|ALL_SITES_BLOGS|NA_BLOGS&client=hellobc_frontend&access=p&format=rich
provides suggestions
/suggest?q=c&max=10&site=NA_PROD&client=hellobc_frontend&access=p&format=rich
thanks in advance,
Len
Iirc, multiple collections are treated as the default collection when generating suggest database. I suspect you're dynamically ORing the collections but I'd suggest to try composite collections for static use.
--
You received this message because you are subscribed to the Google Groups "Google Search Appliance/Google Mini" group.
To unsubscribe from this group and stop receiving emails from it, send an email to Google-Search-Applia...@googlegroups.com.
To post to this group, send email to Google-Search-...@googlegroups.com.
Visit this group at http://groups.google.com/group/Google-Search-Appliance-Help?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Composit collections can only be used in a distributed gsa setup.