Constructor WeightedPhraseInfo
WeightedPhraseInfo(IList<FieldTermStack.TermInfo>, Single)
Declaration
public WeightedPhraseInfo(IList<FieldTermStack.TermInfo> terms, float boost)
Parameters
WeightedPhraseInfo(IList<FieldTermStack.TermInfo>, Single, Int32)
Declaration
public WeightedPhraseInfo(IList<FieldTermStack.TermInfo> terms, float boost, int seqnum)
Parameters
WeightedPhraseInfo(ICollection<FieldPhraseList.WeightedPhraseInfo>)
Merging constructor. Note that this just grabs seqnum from the first info.
Declaration
public WeightedPhraseInfo(ICollection<FieldPhraseList.WeightedPhraseInfo> toMerge)
Parameters