问题标签 [google-search-appliance]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
273 浏览

drupal - Google Search Appliance not indexing

Not too familiar with GSA here so hopefully someone can help me.

Have a Drupal multisite installation, just added another site to it. It all works fine. However, when I go into the GSA admin, it won't crawl the site even though the URL pattern matching is fine.

All it says is this:

"/ Info: Redirected URL"

It hits the homepage and stops. Anyone know why? This GSA powers the other Drupal sites running and works just fine. I haven't any idea what would cause this, robots.txt looks fine, no redirects in the code, its using mostly the same code and modules from sites/all/modules. Puzzled.

0 投票
0 回答
847 浏览

search - 从 Google Search Appliance 或 Google Search 检索搜索结果中所有子域的列表

如何检索 google 搜索结果中表示的所有域或 URL 的列表以获取关键术语?在这种特殊情况下,我们有一个 Google Search Appliance,我只在具有 gsa 的域上寻找结果。理想情况下,我想检索从搜索结果返回的该域的所有子域的列表。

例如,我使用 site:example.com 搜索“软件”有 1500 个结果。我想检索该搜索结果中返回的所有子域的列表,例如 foo.example.com bar.example.com ...

如果我可以在搜索时仅过滤唯一性的结果,那就太好了,但我可以在检索列表后轻松地做到这一点。

我在想也许这可以使用 ajax 搜索 API 来完成:http ://code.google.com/apis/ajaxsearch/documentation/#fonje_snippets如果可以的话,我想在 PHP 中作为首选.

0 投票
3 回答
4305 浏览

search - Google Search Appliance (GSA) 的替代软件

我对在(大型)大学环境中使用的 Google Search Appliance (GSA) 的软件替代品感兴趣。有没有人从 GSA 迁移到替代解决方案的经验?如果是这样,这样做的原因是什么(技术、财务、员工努力等),经验是否积极?

0 投票
1 回答
3319 浏览

google-search-appliance - 在 Google Search Appliance 结果中返回元数据字段

我正在使用 Feed 类型 metadata-and-url 使用 Google Search Appliance 机器。

我成功地将提要发布到 GSA 机器,但是当我进行搜索(使用我的设备 URL)以从 GSA 机器获取 XML 时,我看不到返回的 XML 中的元数据。我应该使用一些查询字符串参数吗?

任何的想法?

这是发布到 GSA 机器的 xml:

这是我从搜索中得到的:

0 投票
2 回答
2116 浏览

content-management-system - 如何将 GSA 与 Day CQ 集成

我应该如何从 GSA 连接 DAY?我想知道是否有任何方法可以将 GSA 与 Day CQ5 (CMS) 集成。邀请您的宝贵意见。

希望能快速周转。

0 投票
1 回答
245 浏览

javascript - 在 cluster.js 中调用方法时出错:安全策略是您必须发布才能获取 JSON

我们收到此错误:

安全策略是您必须发布才能获取 JSON

这是调用 cluster.js 中的一些函数来获取 JSON 结果。谁能给出一些关于这个错误是什么以及可能的解决方案的提示?

0 投票
2 回答
1592 浏览

xslt - 在 Google Search Appliance 中更改结果标题

出于各种原因,我真的希望能够在我们的 Google Mini 搜索结果中将文件名显示为结果标题,而不是默认值。我几乎可以通过替换来做到这一点

剩下的需要是:

  1. 将 %20 替换为空格
  2. 修剪 url,只留下结束文件名
  3. 从末尾修剪文件扩展名

我怎样才能做到这一点?

0 投票
1 回答
399 浏览

asp.net - ASP.NET 应用程序与 GSA 与 Kerberos 的集成

我们公司购买了 GSA (GSA 6.8.0.G.30),我们正在尝试将搜索集成到我们的门户(一个 ASP.NET)应用程序中。GSA 上已经配置了 Kerberos,我可以使用 IE 通过 default_frontend 进行安全搜索,并且无需通过登录表单即可返回安全结果。

但是,当我们尝试集成搜索到我们的 Portal 时,我们遇到了一些挑战,从我们的 ASP.NET 代码中,我们可以获取用户的 WindowsIdentity并创建一个WindowsImpersonationContext,然后我们使用 HttpWebRequest 对象提交搜索,GSA 第一个响应为 302 , 和一个传输 URL “ https://my_gsa_hostname/security-manager/ samlauthn?SAMLRequest=fZLLTsM...”,然后我们创建一个新的请求指向新的 URL,GSA 返回 401-unauthorized。

任何人都可以为我们点亮一盏灯?

0 投票
3 回答
728 浏览

ruby-on-rails - 将 Google Search Appliance 与 Rails 应用程序集成

我想将 GSA 与 Rails 集成。但事实证明,网络并没有帮助。任何人都知道任何分步教程。

0 投票
2 回答
434 浏览

javascript - AJAX 表单提交与标准表单提交

我正在尝试在我的应用中实现 GSA(Google Search Appliance)。我想使用 GSA 提供的 REST(JSON) 调用。这个问题的重点是,GSA 需要一个 POST 请求才能返回 JSON 响应。

现在,当我使用表单创建一个新的虚拟 HTML 页面并使用参数发出 POST 请求时,我得到了成功的响应(JSON)

但是,当我尝试使用该$.post(...)方法向 URL 发送 POST 请求时,我没有得到实际响应,而是一些错误页面。

我只是想知道标准提交和ajax表单提交之间是否有区别。如果是,是否有针对这种情况的解决方法。

请帮忙。提前致谢。