Java org.apache.lucene.search.vectorhighlight FieldFragList fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search.vectorhighlight FieldFragList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search.vectorhighlight FieldFragList.

The text is from its open source code.

Method

voidadd(int startOffset, int endOffset, List phraseInfoList)
convert the list of WeightedPhraseInfo to WeightedFragInfo, then add it to the fragInfos
ListgetFragInfos()
return the list of WeightedFragInfos.