Re: Highlighting of original documents

2007-03-13 Thread Oystein Reigem
Mark Miller wrote: Depends on the work you want to do. If you want to highlight a simple XML doc the approach would be to extract all of the text elements and run them through the highlighter and then correctly update them. That would be mostly simple DOM manipulation. OK. I guess there wil

Re: Highlighting of original documents

2007-03-13 Thread Mark Miller
Depends on the work you want to do. If you want to highlight a simple XML doc the approach would be to extract all of the text elements and run them through the highlighter and then correctly update them. That would be mostly simple DOM manipulation. The same approach should work with any forma

Highlighting of original documents

2007-03-13 Thread Oystein Reigem
Hi, I want to implement fulltext search on a collection of documents. I try to figure out which system is the better choice - eXist, or Lucene, or some combination of the two. I have some knowledge of eXist, but don't know too much about Lucene. I'd like to display the result of a search as