Hi, I'm using Lucene 3.0.0 and have large documents to search (logfiles 0,5-20MB). For better search results the query tokens are truncated left and right. A search for "user" is made to "*user*". The performance of searching even complex queries with more than one searchterm is quite good. But highlighting the search results took quite a while. I have tried the default Highlighter, which doesn't seemed to be fast enough and the FastVectorHighlighter, which seems to be fast enought, but didn't return fragments for truncated queries, for not truncated query I got fragments. Could anybode please tell me what is the best way to highlight large documents and, if the FastVectorHighlighter is the solution for faster highlighting, how to highlight truncated search queries.
Thanks in advance, -Arne- -- View this message in context: http://old.nabble.com/Highlighting-large-documents-%28Lucene-3.0.0%29-tp27714198p27714198.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org