Hello everyone,

We're working to replace the old Linux version of dtSearch with Lucene/Solr, 
using the http requests for our perl side and java for the indexing.

The functionality that is causing the most problems is the highlighting since 
we're not storing the text in solr (only indexing) and we need to highlight an 
image file (ocr) so what we really need is to request from solr the word 
indexes of the matches, we then tie this up to the ocr image and create html 
boxes to do the highlighting.

The text is also multi page, each page is seperated by Ctrl-L page breaks, 
should we handle the paging out selves or can Solr tell use which page the 
match happened on too?

Thanks for your help,

Best Regards, Martin Owens

Reply via email to