Re: Field.TermVector usage

2007-01-03 Thread Grant Ingersoll
Term vector allows you to store frequency, position, offset info (last two are optional) on a per document basis so that you can retrieve this info for any given document. I have a powerpoint and some examples of usage on it from my ApacheCon talk in 2005 at http:// www.cnlp.org/apachecon20

Field.TermVector usage

2007-01-03 Thread Joost Schouten
Hi, I've just started with the implementation of Lucene in my Shale-Hibernate application. From the demo I understand most of the Field constructor: Field(String name, String value, Field.Store store, Field.Index index, Field.TermVector termVector) Except what the Field.TermVector termVector doe