FastVectorHighlighter returns null fragments - Lucene 4.0
fragments.size() + " " + fragments.toString()); } Thanks AarKay
Re: IndexOptions.DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS vs storing positions and offsets/
tions. Correct? I believe usecase for storing TermVectors and Positions is to use other highlighter (FastVectorHighlighter) On Wed, May 8, 2013 at 5:59 AM, Michael McCandless < luc...@mikemccandless.com> wrote: > On Wed, May 8, 2013 at 4:23 AM, AarKay wrote: > > I see
IndexOptions.DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS vs storing positions and offsets/
to store termvector positions and offsets when using IndexOptions.DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS? Thanks -AarKay