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
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
-