Re: [xsl] Search highlighting using xslt 2.0

Subject: Re: [xsl] Search highlighting using xslt 2.0
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Wed, 24 Mar 2004 06:59:23 -0800
Andrew Welch wrote:

Just some ideas, hopefully there are some better ones!

Yes. Use Lucene (if I remember correctly, you are a java guy).


Here is a simple intro to indexing xml:

http://www-106.ibm.com/developerworks/library/j-lucene/

Term highlighting:

http://home.clara.net/markharwood/lucene/highlight.htm

Other resources for Lucene:

http://jakarta.apache.org/lucene/docs/contributions.html
http://jakarta.apache.org/lucene/docs/lucene-sandbox/

best,
-Rob



cheers
andrew

Current Thread