zoukankan      html  css  js  c++  java
  • Introduce products I worked on | 介绍一下我做过的产品

    Search&Promote

    How S&P works?

    1.Crawl and populate the index

    <meta name=”NAME_OF_FIELD” content=”CONTENT_TO_ASSOCIATE_TO_FIELD” />

                    Metadata definitions, entry points, URL Masks.

    2.Transport Layer: get data from the index

    The use of this Transport Layer provide flexibility to create different final presentations for the final user.

    3.Presentation Layer: present to the user the data you got from the index

    It takes the results from the transport layer and populates the result pages (HTML, XML, RSS or any other format).

    4. Run an index and do a search

     

    Specific features:

    1.       Relevance(by using offset and number of times a query was found (hits)) and ranking(by metadata), adjust weights

    2.       Rules:

    • a.       Query cleaning: analyze and modify the incoming query (change a blank search to ‘*’)
    • b.      direct hits,
    • c.       pre-search rules: analyze the incoming query and determine which presentation template to use
    • d.      post-search rules: examine the results of a search and determine how the search affects the displayed content.
    • e.      business rules

    3.       Linguistics: dictionary, language, …

    4.       Reports: Terms report, Null search term report, …

    5.       Index, Incremental Index,…

    LiveCycle ES

    What is LiveCycle ES2?

    Adobe LiveCycle ES2 is an enterprise server platform that enables organizations to automate and streamline business processes that span systems, business rules, and departments.

     

  • 相关阅读:
    51Nod1136--欧拉函数
    ubuntu裸机镜像问题
    汉诺塔问题
    lwm2m协议
    WPF自定义控件与样式(4)-CheckBox/RadioButton自定义样式
    图解大顶堆的构建、排序过程
    WindowsService开发简单入门
    数据结构和算法参考网址
    c#创建windows服务入门教程实例
    C#比较两个对象是否为同一个对象。 Visual Studio调试器指南---多线程应用程序调试(一)
  • 原文地址:https://www.cnblogs.com/markjiao/p/3681676.html
Copyright © 2011-2022 走看看