how to use Field.TermVector

2007-11-02 Thread Jamal H Tandina
Hi Iam having problem using Field.TermVector, i dont know how to use it. does some one have an exemple or an address, how to use the termVector in indexing an searching? doc.add(new Field("title", httpd.getTiltle(), Field.Store.YES, Field.TermVector)); Thanks -

Re: how to use Field.TermVector

2007-11-02 Thread Grant Ingersoll
On Nov 2, 2007, at 4:37 AM, Jamal H Tandina wrote: Hi Iam having problem using Field.TermVector, i dont know how to use it. does some one have an exemple or an address, how to use the termVector in indexing an searching? doc.add(new Field("title", "value", Field.Store.YES, Field.Inde