org.apache.lucene.search.vectorhighlight
Class FieldFragList.WeightedFragInfo

java.lang.Object
  extended by org.apache.lucene.search.vectorhighlight.FieldFragList.WeightedFragInfo
Enclosing class:
FieldFragList

public static class FieldFragList.WeightedFragInfo
extends Object


Constructor Summary
FieldFragList.WeightedFragInfo(int startOffset, int endOffset, List<FieldPhraseList.WeightedPhraseInfo> phraseInfoList)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldFragList.WeightedFragInfo

public FieldFragList.WeightedFragInfo(int startOffset,
                                      int endOffset,
                                      List<FieldPhraseList.WeightedPhraseInfo> phraseInfoList)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.