FAST ESP 与 Google Search Appliance 的开发对比
两者中哪一个提供了更好的 API 来进行开发? 尽管有虚拟 Google Search Appliance 可供下载,但 FAST 不存在此类等效项。
因此,希望具有这些产品经验的开发人员提供建议和文档链接。 (特别是 FAST,因为他们的网站上没有可用的)
亲切的问候,
Which of the two provides a better API for developing on top of?
Although there is a virtual Google Search Appliance available for download, no such equivalent is present for FAST.
So looking to developers with experience in either of these products to give suggestions and links to documentation. (especially for FAST as there's none available on their site)
Kind regards,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我很确定 FAST 今天不提供其企业搜索平台 (ESP) 的试用下载,也不提供 SDK(没有 ESP 就毫无用处)。
FAST 几乎是定制领域的行业领导者(Google 因简单的开箱即用解决方案而广受欢迎,而 Autonomy 似乎是合规性方面的领导者),这正是您可能对 API 感兴趣的原因。 但不便宜。 用于处理文档的内部 Python 定制、外部 .NET 和 用于与服务交互的 Java API。
另外,如果您正在寻找基本的企业搜索 + API,请搜索“Solr”项目。
I'm pretty sure that FAST does not provide a trial download of their Enteprise Search Platform (ESP) today nor it's SDK (which is useless without ESP).
FAST is pretty much the industry leader for customization (Google is popular as simple out of the box solution and Autonomy seems to be the leader in compliance) which is what you are likely intrested in an API for. But not Cheap. Internal Python customization for processing documents, exteral .NET & Java API for interacting with the service.
Also, you if you are looking for a basic Enteprise Search + API, google on "Solr" project.
我认为 FAST 提供了免费试用版本。 随之而来的是 API 文档和其他手册。 我的公司就用它。 我用它。
回答你的问题,FAST 显然比 Google Search Appliance 更好(出于各种原因)。 这是我的观点。
弗莱迪
I think FAST provides a free trail version. Along with it comes the API documentation and other manuals. My company uses it. I use it.
Answering your queston, FAST is obviously better than Google search appliance (for various reasons). That's my view.
Freddie
我曾在 Google Search Appliance 上工作过,效果非常好。
我可以搜索元数据,从查询中获取选择性数据,查看正在抓取的文档的实时状态,可通过 GSA6.14 进行扩展,并获得 Google 的大力支持。
I have worked on Google Search Appliance and it works great.
I can search in meta-data, get selective data back from query, see real time status of documents that are getting crawled, scalable with GSA6.14 and all great support from Google.
Apache Solr 是一个出色的解决方案,具有非常灵活的客户端 API。 你一定应该检查一下。 目前我们正在从 FAST 迁移到 Solr 我发现 Solr 的功能和 API 比 FAST ESP 好得多。
Apache Solr is a great solution with a very flexible client API. You should definitely check it out. We are moving from FAST to Solr currently & I find the features and API of Solr much better than FAST ESP.