thanks for your reply. do i generate the index once statically and then keep the index somewhere, or generate it every time the user performs a search? how do i go about limiting my results to those matching search terms?
thanks again,
--bill
On Thursday, August 14, 2003, at 03:10 PM, Conal Tuohy wrote:
i added the following line to my sitemap.xmap file, inside the <map:transformers> element:
<map:transformer name="index" logger="sitemap.transformer.luceneindextransformer"
src="org.apache.cocoon.transformation.LuceneIndexTransformer"/>
now i'm at a loss as for what to do next. do i define a pipeline somehow referring to this transformer named "index"?
Yes.
Generate an index document like the sample on the Wiki page. Transform it with the LuceneIndexTransformer: <map:transform type="index"/> (This is where your index gets built) Then transform the result into whatever you like ...
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
