Getting left and right offsets of term search results

2009-10-09 Thread Till Kolter
the TokenStream with addAttribute(Class)? I did not find such a function, but I guess I dont know all retrieval methods of Lucene, yet. For my search I used the IndexSearcher. Thanks Till Kolter - To unsubscribe, e-mail

Re: Getting left and right offsets of term search results

2009-10-12 Thread Till Kolter
; > I suggest also to store a serialized form of your internal > representation in the index, it may be more flexible to use it versus > TermPositionvector. > > Hope it helps. > > On Fri, Oct 09, 2009 at 06:11:33PM +0200, Till Kolter wrote: >> I am quite new to Lucene,