On Dec 5, 2007 3:06 PM, Owens, Martin <[EMAIL PROTECTED]> wrote: > surely the term offsets are returned when a search is done on a field with > that data available?
Nope. That data isn't even stored in the index unless you store termvectors with that info... and even in that case the info is more like a stored field (not accessed, utilized, or available during a search). -Yonik