RE: Norms and Term Vectors in Lucene 4.0

2012-10-30 Thread Scott Smith
-user@lucene.apache.org Subject: Re: Norms and Term Vectors in Lucene 4.0 hey scott, On Mon, Oct 29, 2012 at 11:56 PM, Scott Smith wrote: > Converting some code to lucene 4.0, it appears that we can no longer set > whether we want to store norms or termvectors using the "sug

Re: Norms and Term Vectors in Lucene 4.0

2012-10-30 Thread Simon Willnauer
hey scott, On Mon, Oct 29, 2012 at 11:56 PM, Scott Smith wrote: > Converting some code to lucene 4.0, it appears that we can no longer set > whether we want to store norms or termvectors using the "sugared" Field > classes (e.g., StringField() and TextField). I gather the defaults are to > st