CMIS Search for Plone

collective.cmissearch的Python项目详细描述


Presentation

collective.cmissearch是一个plone 3.2+扩展,允许您搜索 从plone进入CMIS文档存储库。

这并没有在功能上集成plone搜索和外部 ` CMIS“数据。这提供了一个简单的搜索表单来执行搜索 在plone和CMIS存储库中。

此扩展依赖于collective.cmisbrowser。每个cmis 浏览器将指示搜索的起点 完成。

Installation

Update buildout profile

更新您的构建配置文件以包含以下eggs和zcml:

eggs +=
    ...
    collective.cmisbrowser
    collective.cmissearch
zcml +=
    ...
    collective.cmisbrowser
    collective.cmissearch

重要:

在使用python 2.4.x时,还需要添加httpsproxy\u urllib2 就像一个鸡蛋。

Run the buildout

运行构建以反映您对配置文件所做的更改:

$ bin/buildout -v

Install the extension

可通过ZMI或PLONE控制面板安装延长件。

Through the ZMI

  • Go to the portal quickinstaller in the ZMI.
  • Check the extension collective.cmissearch.
  • Click the install button.

Through the Plone control panel

  • Go to Site Setup.
  • Choose Add-on products.
  • Check the extension collective.cmissearch.
  • Click the Install button.

Configuration

  • Go to the desired CMIS browser of which you would like to set the search settings.
  • Click on the tab Search Settings

这将带您进入编辑搜索设置表单 以下参数:

  • Activate search in this connector? Check this option to activate the search.
  • Priority of the search results (Required). Add a numeric value to set the priority. The higher the priority will be, the lower the result block will be displayed in the search results.
  • Activate CMIS-SCORE function to sort the results. Some CMIS server don’t support this functionality. To be able to search content in such a server, you must deactivate this option.
  • Quote quote characters in the search terms. This option quotes the quote characters in the search terms. This is not defined by the CMIS standard but all CMIS server supports this functionality.

Adding a CMIS Search portlet

  • Go to Manage portlets in your Plone site were you would like to add a CMIS search portlet.
  • Select CMIS Search portlet from the Add portlet… drop-down menu.

Changes

1.0(2013/05/27)

  • 初次发布。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java只创建一次Springbean,即使多次调用也是如此   AmazonWeb服务如何在AWS工作区上运行Java代码而不使用键?   java Lwjgl安装错误   java从URL读取文本文件并输出到TextView   图论Java显示错误Java。lang.OutOfMemoryError   多线程Java多线程执行超过循环边界   java我怎样才能使这段代码只打印最终答案?   返回字符的Java方法抱怨没有返回字符。   java失败于ServiceSuccess方法?   mysql错误:java。util。ArrayList无法转换为java。串   Java解压在处理xlsx文件后退出   java在Windows Live服务中使用RestEasy时,如何解组返回的联系人列表?   java需要嵌套if的建议   java使用Set属性在JSP:UseBean中设置javascript变量值   java为什么在println时即使有值显示也会出现空指针异常?   任何使用系统的替代方案。在用Gradle构建的java控制台应用程序中?   使用泛型的方法的java单元测试   x509certificate在JAVA中如何将证书与CSR进行匹配