解决方案 »

  1.   

    全文检索中用的,通过使用Oracle Text查询应用程序,用户可查看查询所返回的文档。用户从命中列表中选择一个文档,然后应用程序以某种形式显示该文档 
    /*NAME
        up - return ed-up document  DESCRIPTION
        Markup takes a document reference and a query, and returns a ed-up
        plain text version of the document
        The result table should have the following columns:      query_id number    (the query id)
          document clob      (ed-up document)  ARGUMENTS
        index_name  -- name of the index
        textkey     -- the document for which to produce highlights
        text_query  -- the query
        restab      -- the highlight result table
        query_id    -- a query id
        plaintext   -- set to TRUE if plaintext up is required
        tagset      -- name of tagset
                         TEXT_DEFAULT
                         HTML_DEFAULT
                         HTML_NAVIGATE
        starttag    -- the start -up tag
        endtag      -- the end -up tag
        prevtag     -- the navigate to previous highlight -up tag
        nexttag     -- the navigate to next highlight -up tag
    */