OK, fixed my problem, left Yonik's "for later".

Erick

On Mon, Nov 22, 2010 at 9:53 AM, Yonik Seeley <[email protected]>wrote:

> On Mon, Nov 22, 2010 at 9:42 AM, Erick Erickson <[email protected]>
> wrote:
> > This *extremely* helpful page:
> >
> http://wiki.apache.org/solr/FieldOptionsByUseCase?highlight=(termvector)|(retrieve)|(contents)
> > Says:
> > 2. stored must always be true for highlighting. If you also add
> > both termVectors and termOffsets, this can be used to boost performance.
> > (Without termVectors/termOffsets, Solr needs to reanalyze the whole
> document
> > to perform highlighting.) If you furthermore add termPositions,
> additional
> > speedup may be possible. Note, that you must index the field in order to
> be
> > able to use termVectors, termOffsets and termPositions.
> > Is "document" correct here or should it be "field"? If the latter I'll
> > change it.
>
> Right.
> It might also be clear if some of those "true" values with footnotes
> were changed to optional w/ footnote.
>
> At first glance, some of the termvector related features are also
> confusing.   as in... "what?  I need to enable termvectors to use
> tf*idf?"  Not sure how to improve that though.
>
> -Yonik
> http://www.lucidimagination.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to