Re: random accessing term value

2008-03-26 Thread Erik Hatcher
re a way to random accessing term value in a field? e.g. in my field, content, the terms are: lucene, is, cool Is there a way to access content[2] -> cool? Via term vectors, or reanalysis of the field are two that come to mind. Maybe other ways

Re: random accessing term value

2008-03-25 Thread John Wang
Tue, Mar 25, 2008 at 11:16 AM, Erik Hatcher <[EMAIL PROTECTED]> wrote: > > On Mar 25, 2008, at 1:32 PM, John Wang wrote: > >Is there a way to random accessing term value in a field? e.g. > > > >in my field, content, the terms are: lucene, is, cool >

Re: random accessing term value

2008-03-25 Thread Erik Hatcher
On Mar 25, 2008, at 1:32 PM, John Wang wrote: Is there a way to random accessing term value in a field? e.g. in my field, content, the terms are: lucene, is, cool Is there a way to access content[2] -> cool? Via term vectors, or reanalysis of the field are two that come to m

random accessing term value

2008-03-25 Thread John Wang
Hi: Is there a way to random accessing term value in a field? e.g. in my field, content, the terms are: lucene, is, cool Is there a way to access content[2] -> cool? Thanks -John