Re: term vector - WITH_POSITIONS_OFFSETS vs YES in terms of search performance

2010-11-30 Thread Michael McCandless
The performance impact should only be at indexing time, unless you actually retrieve the vectors for some number of hits at search time. Mike On Tue, Nov 30, 2010 at 2:28 PM, Maricris Villareal wrote: > Hi, > > Could someone tell me the effect (if any) of having term vectors set to > WITH_POSITI

term vector - WITH_POSITIONS_OFFSETS vs YES in terms of search performance

2010-11-30 Thread Maricris Villareal
Hi, Could someone tell me the effect (if any) of having term vectors set to WITH_POSITIONS_OFFSETS vs YES in terms of search performance? I did some testing and the results were inconclusive. In one case, WITH_POSITIONS_OFFSETS was searched faster than YES, in all others, it was the reverse. Is