This group is announcement-only. You cannot post messages because you are not a manager.
Description:
This is a discussion forum where you can exchange information with other Google Enterprise Labs customers, administrators, users, and developers. Members of the Google Enterprise Labs support team will monitor the group and occasionally jump in with announcements, tips, and answers.
|
|
|
SAYT Results for GSA
|
| |
Hi, All,
I'm using the SAYT code with an actual GSA, but I'm running into an
issue. The GSA is not returning any results until a full word is
completed. Entering a single character produces no results.
Is there any way to get results from the GSA with a single character?
Thanks!
|
|
New Enterprise Labs launch this morning!
|
| |
The Search Appliance gets real-time: Twitter feeds now available on
the GSA!
See the Google Enterprise blog post from this morning for more
information:
[link]
Enjoy!
Cyrus
Product Manager, Search Appliance
|
|
SSL with google-enterprise-gdata-api
|
| |
Hi,
we have a GSA with a self-signed SSL certificate. I created a
truststore with the server certificate which I'm using with my java
client to access admin api
I'm running the Client class with following Java options:
java -Djavax.net.ssl.trustStore=tru ststore.jks -
Djavax.net.ssl.trustStorePassw ord=changeit -... more »
|
|
SAYT.NET Issues
|
| |
I have a mini appliance on a client site and I'm trying to hook up
SAYT. The problem is, I don't have any idea what the output format
should be from the responder. I have a web service that hits the mini
appliance and returns suggested synonyms, but without knowing what the
output format should look like, I can't get it to display properly.... more »
|
|
Side By Side Search -
|
| |
Has anyone gotten side by side search to work with say bing,
sharepoint, fast or another search tool? There is an issue posted
on the code.google.com site related to this matter. I got similar
results.
Thanks,
Michael
|
|
Quick search for search-as-you-type
|
| |
this is a hack that uses search-as-you-type to provide quick search
copy and paste the following code to a file named responder.php saved
in the same folder as search-responder.php
<?php
function format($keyword, $result) {
return count($result) == 1 ?
array(
'query' => $keyword,... more »
|
|
|