> You can tell lucene to store token offsets using TermVectors  
> (configurable via schema.xml).  Then you can customize the request  
> handler to return the token offsets (and/or positions) by retrieving  
> the TVs.

I think that is the best plan of action, how do I create a custom request 
handler that will use the existing indexed fields? There will be 2 requests as 
I see it, 1 for the search and 1 to retrieve the offsets when you view one of 
those found items. Any advice you can give me will be much appricated as I've 
had no luck with google so far.

Thanks for your help so far,

Best Regards, Martin Owens

Reply via email to