<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Cyrill,<br>
<br>
Try to look at the problem from different point of view:<br>
- the search results contain "pointers" to the new content (which is in
the DB) not page<br>
- the single jsp page  (or a number of pages with the same
functionality)  knows how to get this pointer from the request<br>
  and retrieve the corresponding content from the DB<br>
<br>
This approach worked nicely for me.<br>
<br>
Ed<br>
<br>
Cyrill Brunschwiler wrote:<br>
<blockquote type="cite" cite="mid200404131853.16246.cbrunsch@hsr.ch">
  <pre wrap="">Hi Ed

Thanks for your prompt answer. I should be bit more detailed...
For example:
I've got a jsp which displays 10 news entries per page to the visitor.
The content of the news entries is stored in a database.
I would have a search engine output which points to the
page containing the news articles whose have been found.
That means.. i'm still unable to determine on which page the news
entry will be displayed by reading the content from the database.

Or did i understand anything wrong?
Cyrill

On Tuesday 13 April 2004 15:19, Eduard Nesterov wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi Cyrill,

Why do you need to render jsps for indexing?
JSP should be a dynamic page. If it is so then index dynamic content not
the jsp itself.
It sounds like you are trying to use it as a static page.

Ed.

Cyrill Brunschwiler wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Hi

As i read in the lucene module manuals, there's currently
no way to render jsps for indexing.

my questions:
Did already anybody put in some time, building such a handler?
Will htdig work as a browser (rendering jsps) and meet my needs?

regards,
Cyrill

_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</a>
      </pre>
    </blockquote>
    <pre wrap="">_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</a>


  </pre>
</blockquote>
</body>
</html>