Re: Question about Field.TermVector

2006-07-18 Thread freeman
http://www.lucene.com.cn/fc.htm maybe it's helpful. On 7/18/06, Liao Xuefeng <[EMAIL PROTECTED]> wrote: hi, i'm using lucene 2.0. To index a very long text i use Field.Index.TOKENIZED & Field.Store.NO. I don't know how to get its content (actually, only need words near keywords, like google's

Question about Field.TermVector

2006-07-18 Thread Liao Xuefeng
hi, i'm using lucene 2.0. To index a very long text i use Field.Index.TOKENIZED & Field.Store.NO. I don't know how to get its content (actually, only need words near keywords, like google's results: ... found this keyword here...) without querying database? Someone told me using term vector to p